Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Can't import util.colors #1

Open
Caesurus opened this issue Nov 17, 2016 · 1 comment
Open

Can't import util.colors #1

Caesurus opened this issue Nov 17, 2016 · 1 comment
Assignees
Labels

Comments

@Caesurus
Copy link

I like the project and am excited to try it out. Just FYI, I did a fresh install following the instructions but get the following:

code@hackbox:~$ python                                                          
Python 2.7.12 (default, Jul  1 2016, 15:12:24) 
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from pwn import *
>>> from gdbhelper import Peda
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "build/bdist.linux-x86_64/egg/gdbhelper/__init__.py", line 2, in <module>
  File "build/bdist.linux-x86_64/egg/gdbhelper/peda.py", line 5, in <module>
ImportError: No module named util.colors
>>> 

Interesting thing is:

If I do the following PYTHONPATH, I am able to proceed:

code@hackbox:~$ export PYTHONPATH=/home/code/gdb-helper/gdbhelper/
code@hackbox:~$ python
Python 2.7.12 (default, Jul  1 2016, 15:12:24) 
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from pwn import *
>>> from gdbhelper import Peda
>>>

Just thought I'd mention it here. And thanks for the project :)

@miaouPlop
Copy link
Owner

Hi Caesurus!

Thank you for your interest! Do not hesitate to contact me and tell me what you think of the tool!

Regarding your issue, I never experienced it but I'll try to fix it as soon as I have some free time!

@miaouPlop miaouPlop added the bug label Nov 20, 2016
@miaouPlop miaouPlop self-assigned this Nov 20, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants