Message from discussion
ImportError: No module named elementtree
Received: by 10.101.121.13 with SMTP id y13mr3268190anm.3.1335477058668;
Thu, 26 Apr 2012 14:50:58 -0700 (PDT)
X-BeenThere: googlecl-discuss@googlegroups.com
Received: by 10.236.103.202 with SMTP id f50ls1833792yhg.4.gmail; Thu, 26 Apr
2012 14:50:58 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.236.115.169 with SMTP id e29mr272393yhh.16.1335477058042; Thu,
26 Apr 2012 14:50:58 -0700 (PDT)
Authentication-Results: ls.google.com; spf=pass (google.com: domain of
an...@telecomvpn.com.br designates internal as permitted sender)
smtp.mail=an...@telecomvpn.com.br; dkim=pass
header...@telecomvpn.com.br
Received: by r9g2000yqd.googlegroups.com with HTTP; Thu, 26 Apr 2012 14:50:58
-0700 (PDT)
Date: Thu, 26 Apr 2012 14:50:58 -0700 (PDT)
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:12.0)
Gecko/20100101 Firefox/12.0,gzip(gfe)
Message-ID: <5a0064e6-c669-4534-9358-a6caee006526@r9g2000yqd.googlegroups.com>
Subject: ImportError: No module named elementtree
From: =?ISO-8859-1?Q?Andr=E9_Emilio_Biliati?= <an...@telecomvpn.com.br>
To: GoogleCL Discuss <googlecl-discuss@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Gentlemen,
When I enter an event in the calendar "google calendar add" Lunch with
Jim at noon tomorrow "I have the following response" Traceback (most
recent call last):
File "/ usr / local / bin / google", line 849, in <module>
main ()
File "/ usr / local / bin / google", line 835, in main
run_once (options, args)
File "/ usr / local / bin / google", line 540, in run_once
options.config)
File "/ usr / local / bin / google", line 375, in import_service
service_module import_at_runtime = ('googlecl.' + + service.
'service')
File "/ usr / local / bin / google", line 332, in import_at_runtime
return __ import__ (module, globals (), fromlist = ['0 '])
File "/ usr/local/lib/python2.7/site-packages/googlecl/calendar/
service.py", line 27, in <module>
import gdata.calendar.service
File "/ usr/lib/python2.7/site-packages/gdata/__init__.py", line
27, in <module>
import atom
File "/ usr/lib/python2.7/site-packages/atom/__init__.py", line 56,
in <module>
from ElementTree import ElementTree
ImportError: No module named ElementTree "