Hello all,
I'm starting to play around with TGWebServices. I just installed
TGWebServices 1.1.2, TG 1.0.2.2 on the latest Ubuntu 7.04 with python
2.5. So far so good, but I can't even import anything from the
interpreter, as in:
$ python
Python 2.5.1c1 (release25-maint, Apr 12 2007, 21:00:25)
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from tgwebservices.controllers import WebServicesRoot,
>>> WebServicesController, wsexpose, wsvalidate
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.5/site-packages/TGWebServices-1.1.2-py2.5.egg/
tgwebservices/controllers.py", line 14, in <module>
import cElementTree as et
ImportError: No module named cElementTree
What does this message mean? Any idea? Any help would be appreciated.
Thanks a lot in advance.
Regards,
--
VĂctor Peinado
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---