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

Cannot run on Arch Linux #15

Closed
hamlinux opened this issue Aug 7, 2015 · 4 comments
Closed

Cannot run on Arch Linux #15

hamlinux opened this issue Aug 7, 2015 · 4 comments

Comments

@hamlinux
Copy link

hamlinux commented Aug 7, 2015

Running python 3.4.3 and python-pyqt4
cloned from latest github
dependencies installed via pip

Running 'python CreepyMain.py' yields

File "CreepyMain.py", line 192
except Exception, err:
^
SyntaxError: invalid syntax

@hamlinux
Copy link
Author

hamlinux commented Aug 7, 2015

Also I have tried this on 32-bit and 64-bit architectures with the same results.
kernel 4.0.7-2-ARCH

Thanks

@jkakavas
Copy link
Owner

jkakavas commented Aug 7, 2015

Never tried it with Python 3, I think there are certain things to be fixed
before that can work.

Check instructions for Linux on www.geocreepy.com and please try running it
with Python 2.7
On Aug 7, 2015 5:35 PM, "hamlinux" notifications@github.com wrote:

Also I have tried this on 32-bit and 64-bit architectures with the same
results.
kernel 4.0.7-2-ARCH

Thanks


Reply to this email directly or view it on GitHub
#15 (comment).

@hamlinux
Copy link
Author

hamlinux commented Aug 7, 2015

Am Running everything in 2.7 now but get
python2 CreepyMain.py
Traceback (most recent call last):
File "CreepyMain.py", line 18, in
from dominate import document
ImportError: No module named dominate

Do you know if 1.3 will be the default version in the new Kali release?

@jkakavas
Copy link
Owner

jkakavas commented Aug 7, 2015

Assuming you followed the rest of the instructions,

pip install dominate

Should fix this problem. I'll update the instructions too, thanks!

No idea about kali unfortunately :/
On Aug 7, 2015 8:57 PM, "hamlinux" notifications@github.com wrote:

Am Running everything in 2.7 now but get
python2 CreepyMain.py
Traceback (most recent call last):
File "CreepyMain.py", line 18, in
from dominate import document
ImportError: No module named dominate

Do you know if 1.3 will be the default version in the new Kali release?


Reply to this email directly or view it on GitHub
#15 (comment).

@jkakavas jkakavas closed this as completed Nov 3, 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

2 participants