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

Problem locating gplaycli.gplaycli #4

Closed
0uro opened this issue Sep 2, 2015 · 3 comments
Closed

Problem locating gplaycli.gplaycli #4

0uro opened this issue Sep 2, 2015 · 3 comments

Comments

@0uro
Copy link

0uro commented Sep 2, 2015

Hello,

Freshly cloned and installed gplaycli and gplayweb (with python setup.py install), and I get that 👍

~# gplayweb
Traceback (most recent call last):
File "/usr/local/bin/gplayweb", line 4, in
import('pkg_resources').run_script('GPlayWeb==0.1', 'gplayweb')
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 534, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1445, in run_script
exec(script_code, namespace, namespace)
File "/usr/local/lib/python2.7/dist-packages/GPlayWeb-0.1-py2.7.egg/EGG-INFO/scripts/gplayweb", line 6, in

ImportError: No module named gplaycli.gplaycli

@matlink
Copy link
Owner

matlink commented Sep 2, 2015

Gonna have a look at it, busy right now, in a hour or two.

Le 02/09/2015 12:50, 0uro a écrit :

Hello,

Freshly cloned and installed gplaycli and gplayweb (with python
setup.py install), and I get that 👍

~# gplayweb
Traceback (most recent call last):
File "/usr/local/bin/gplayweb", line 4, in
import('pkg_resources').run_script('GPlayWeb==0.1', 'gplayweb')
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 534, in
run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1445,
in run_script
exec(script_code, namespace, namespace)
File
"/usr/local/lib/python2.7/dist-packages/GPlayWeb-0.1-py2.7.egg/EGG-INFO/scripts/gplayweb",
line 6, in

ImportError: No module named gplaycli.gplaycli


Reply to this email directly or view it on GitHub
#4.

Matlink - Sysadmin matlink.fr

@matlink
Copy link
Owner

matlink commented Sep 2, 2015

Fixed by matlink/gplaycli@f6fda63
Could you update your gplaycli git repo and reinstall ?
cd gplaycli && git pull && python setup.py install

@0uro
Copy link
Author

0uro commented Sep 2, 2015

That fixed it, good job :)

@0uro 0uro closed this as completed Sep 2, 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