munky261
|
2008-03-27
, 16:10
|
|
Posts: 1,674 |
Thanked: 171 times |
Joined on Mar 2007
@ Anderson, IN
|
#121
|
|
2008-03-28
, 10:20
|
|
Posts: 274 |
Thanked: 143 times |
Joined on Jun 2007
@ Romania
|
#122
|
|
2008-03-28
, 23:54
|
Posts: 34 |
Thanked: 1 time |
Joined on Aug 2007
@ a northerner in the south
|
#123
|
|
2008-03-29
, 08:34
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#124
|
|
2008-03-29
, 08:35
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#125
|
install python/gtk/python extensions.
then you can run the script.
On a different topic, just got an 770 to test mytube on 0S2007HE
faheem@faheem-desktop:~$ 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
File "/var/lib/python-support/python2.5/gdata.py", line 29, in <module>
from elementtree import ElementTree
ImportError: No module named elementtree
faheem@faheem-desktop:~$
|
2008-03-29
, 12:01
|
|
Posts: 274 |
Thanked: 143 times |
Joined on Jun 2007
@ Romania
|
#126
|
The Following User Says Thank You to iancumihai For This Useful Post: | ||
|
2008-03-29
, 12:05
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#127
|
I can bet it will work on ubuntu, because that's how i'm developing it .
here is something that you may need:
ii python-celementtree 1.0.5-9 Light-weight toolkit for XML processing
ii python-elementtree 1.2.6-11ubuntu1 Light-weight toolkit for XML processing
cheers
Mihai
|
2008-03-29
, 23:08
|
Posts: 31 |
Thanked: 13 times |
Joined on Mar 2008
@ Germany
|
#128
|
|
2008-03-31
, 00:25
|
|
Posts: 274 |
Thanked: 143 times |
Joined on Jun 2007
@ Romania
|
#129
|
|
2008-05-01
, 15:15
|
Posts: 78 |
Thanked: 6 times |
Joined on Dec 2007
|
#130
|