voltron: Problem with gdbinit
Hey, me again. gdb 7.4.1-debian is giving me this error:
Exception <type 'exceptions.ImportError'> raised while loading Voltron: No module named blessed
/home/admin/.gdbinit:2: Error in sourced command file:
Undefined command: "voltron". Try "help".
I’m assuming this is from the ‘import blessed’ line in dbgentry.py. Any ideas?
Sorry I’m treating this as a forum since there’s no official forum for voltron. Cheers
About this issue
- Original URL
- State: closed
- Created 10 years ago
- Comments: 15 (7 by maintainers)
Well I wasn’t sure about opening an issue. The fact that you mentioned again GDB is linked against the system Python made me realize reinstalling it with
brew install gdb --with-pythonrebuilds it and links it against brew’s Python.So it’s all good now, and people may find that comment in the current issue.
@defau1t Although past one more years, I meet the same problem ''No module named blessed" and found that’s
python versionproblem.1). The error cause by the python version:
python3-interface2). So we should change the setup steps a little:
pip3, notpipvoltron view backtracehave connect error, please refer the comment #97.