View Single Post
Posts: 87 | Thanked: 98 times | Joined on Oct 2007 @ Austria
#30
I'm able to install the package, but get this when starting from xterm:

Code:
~ $ mytube
Traceback (most recent call last):
  File "/usr/bin/mytube", line 3, in <module>
    from mytube import *
  File "/usr/lib/python2.5/site-packages/mytube/__init__.py",  line 3, in <module>
    from guimytube import *
  File "/usr/lib/python2.5/site-packages/mytube/guimytube.py" , line 4, in <module>
    from yclient import  YClient
ImportError: No module named yclient
Great work, really looking forward to see this working!