Re: [Tutor] Python gmail script for conky

2013-01-20 Thread Don Jennings
On Jan 19, 2013, at 8:15 PM, tutor-requ...@python.org wrote: > Date: Sat, 19 Jan 2013 18:27:46 -0500 > From: Polo Heysquierdo > To: Tutor@python.org > Subject: [Tutor] Python gmail script for conky > Message-ID: > > Content-Type: text/plain; charset="iso-88

Re: [Tutor] Python gmail script for conky

2013-01-19 Thread Andreas Perstinger
On 20.01.2013 00:27, Polo Heysquierdo wrote: I'm getting the following error on my script for conky. "Traceback (most recent call last): File "/home/troll/.gmail/gmail.py", line 1, in import urllib.request ImportError: No module named request" What's your python version? (Type "python

[Tutor] Python gmail script for conky

2013-01-19 Thread Polo Heysquierdo
I'm getting the following error on my script for conky. "Traceback (most recent call last): File "/home/troll/.gmail/gmail.py", line 1, in import urllib.request ImportError: No module named request" code below: import urllib.request from xml.etree import ElementTree as etree # Enter your