-
Notifications
You must be signed in to change notification settings - Fork 47
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
this is what i get when asking for help #4
Comments
Seems I get this error no matter what I do. python colorcore.py getbalance Traceback (most recent call last): |
Sorry for the late reply. This sounds like you are using a python interpreter older than 3.4. Can you try to follow these steps to make sure you are using the 3.4 interpreter and see if it helps: #1 (comment) |
happy@happiness: |
If you need pip for python on ubuntu, run after that, running pip directly should work, no need to say pip3.4. |
donp yea that's what i originally did haha and i kept getting that weird error. |
pretty late response but on ubuntu you want something like: then when you run colorcore: |
you are a god On 6 October 2015 at 06:31, hughmadden [email protected] wrote:
|
root@franko:~/colorcore# python colorcore.py --help
Traceback (most recent call last):
File "colorcore.py", line 31, in
import colorcore.routing
File "/root/colorcore/colorcore/routing.py", line 126
return (yield from self.error(102, 'The request path is invalid', message))
^
The text was updated successfully, but these errors were encountered: