hatRiot / clusterd

application server attack toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug on archlinux

thsle3p opened this issue · comments

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)

Can you post the full stack trace?

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

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.

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.

Thanks for following up!

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