Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debian 8 + voltron #84

Closed
ret5et opened this issue Jul 29, 2015 · 2 comments
Closed

debian 8 + voltron #84

ret5et opened this issue Jul 29, 2015 · 2 comments

Comments

@ret5et
Copy link

ret5et commented Jul 29, 2015

 cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 8 (jessie)"
gdb --version
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1

cd /tmp
sudo apt-get install libreadline6-dev python3-dev python3-setuptools python3-yaml
mkdir bug
cd bug/
virtualenv -p python3 env
source env/bin/activate
git clone https://github.com/snare/voltron.git
cd voltron
python3 setup.py install
....
....
#Download error on https://pypi.python.org/simple/MarkupSafe/: [Errno 113] No route to host -- Some #packages may not be found!
pip install --upgrade pip
pip install MarkupSafe
python3 setup.py install
Finished processing dependencies for voltron==0.1 (ok?)

cp voltron/voltron/config/default.cfg  ~/.voltron/config

$gdb
source voltron/dbgentry.py
Exception <type 'exceptions.ImportError'> raised while loading Voltron: No module named blessed

@Stolas
Copy link

Stolas commented Jul 30, 2015

Try: #83

@snare
Copy link
Owner

snare commented Jul 30, 2015

GDB's Python won't be using the virtualenv. You'll either need to not use the virtualenv, or try setting PYTHONPATH to include the virtualenv. That may not work with embedded Python, I've never tried it.

On 30 Jul 2015, at 12:33 am, ret5et notifications@github.com wrote:

cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 8 (jessie)"
gdb --version
GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1

cd /tmp
sudo apt-get install libreadline6-dev python3-dev python3-setuptools python3-yaml
mkdir bug
cd bug/
virtualenv -p python3 env
source env/bin/activate
git clone https://github.com/snare/voltron.git
cd voltron
python3 setup.py install
....
....
#Download error on https://pypi.python.org/simple/MarkupSafe/: [Errno 113] No route to host -- Some #packages may not be found!
pip install --upgrade pip
pip install MarkupSafe
python3 setup.py install
Finished processing dependencies for voltron==0.1 (ok?)

cp voltron/voltron/config/default.cfg ~/.voltron/config

$gdb
source ~voltron/dbgentry.py
Exception raised while loading Voltron: No module named blessed


Reply to this email directly or view it on GitHub.

@snare snare closed this as completed Nov 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants