|
|
2008-03-10
, 10:43
|
|
Posts: 662 |
Thanked: 238 times |
Joined on Jul 2007
|
#32
|
Nokia-N810-50-2:/home/user/MyDocs# 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
File "/usr/lib/python2.5/site-packages/mytube/yclient.py", line 2, in <module>
import gdata
ImportError: No module named gdata
|
|
2008-03-10
, 10:45
|
|
|
Posts: 274 |
Thanked: 143 times |
Joined on Jun 2007
@ Romania
|
#33
|
)|
|
2008-03-10
, 10:49
|
|
Posts: 662 |
Thanked: 238 times |
Joined on Jul 2007
|
#34
|
Thanks a lot! Works great! But, will only start from xterm...
|
|
2008-03-10
, 10:54
|
|
|
Posts: 274 |
Thanked: 143 times |
Joined on Jun 2007
@ Romania
|
#35
|
|
|
2008-03-10
, 12:19
|
|
|
Posts: 4,707 |
Thanked: 4,643 times |
Joined on Oct 2007
@ Bulgaria
|
#36
|
|
|
2008-03-10
, 12:25
|
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#37
|

|
|
2008-03-10
, 12:30
|
|
|
Posts: 274 |
Thanked: 143 times |
Joined on Jun 2007
@ Romania
|
#38
|

| The Following User Says Thank You to iancumihai For This Useful Post: | ||
|
|
2008-03-10
, 12:38
|
|
|
Posts: 4,707 |
Thanked: 4,643 times |
Joined on Oct 2007
@ Bulgaria
|
#39
|

chown user:users -R /usr/lib/python2.5/site-packages/mytube
|
|
2008-03-10
, 12:57
|
|
Posts: 87 |
Thanked: 98 times |
Joined on Oct 2007
@ Austria
|
#40
|
Yeah, i should learn one day to properly make a dep
meanwhile, i hope this one works better
http://hugsy.dyndns.org/files/mytube_0.0.2.deb
is that /usr/lib/python2.5/site-packages/mytube/yclient.py
is the only file that starts with a script like header
#!/usr/bin/python
i doubt i can make a deb file in the next 3-4 hours, but if you are savvy with xterm you remove that header from the file and give it a try.
thanks,
Mihai