hatRiot / clusterd

application server attack toolkit
MIT License
687 stars 198 forks source link

bug on archlinux #17

Closed thsle3p closed 10 years ago

thsle3p commented 10 years ago

When ever I run clusterd.py on archlinux I get this: Traceback (most recent call last): File "./clusterd.py", line 8, in from fingerprint import FingerEngine File "/home/bob/Toolz/clusterd/src/core/fingerprint.py", line 5, in import utility File "/home/bob/Toolz/clusterd/src/core/utility.py", line 21 print '\033[32m [%s] %s\033[0m' % (timestamp(), string)

hatRiot commented 10 years ago

Can you post the full stack trace?

thsle3p commented 10 years ago

That is the full stack trace, however I don't have this issue with the version of clusterd from the archassault repo.

hatRiot commented 10 years ago

Sounds like a dependency issue. Do you have the latest Requests library installed, and Python 2.7?

I'll get an install of Arch Linux and see if I can reproduce this.

thsle3p commented 10 years ago

Forgot I had python3 set as default that fixed it. On Sun, 2014-05-04 at 16:44 -0700, bryan alexander wrote:

Sounds like a dependency issue. Do you have the latest Requests library installed, and Python 2.7?

I'll get an install of Arch Linux and see if I can reproduce this.

— Reply to this email directly or view it on GitHub.

hatRiot commented 10 years ago

Thanks for following up!

Python 3.x support is on the road map, but won't be landing anytime soon.