tutor-bounces+christopher.henk=allisontransmission....@python.org wrote on 
08/28/2010 12:54:28 PM:

> Hello, 
> 
> Im trying to do a import on a linux machine.
> But now Im gettting this message :
> 
> Python 2.6.5 (r265:79063, Apr  1 2010, 05:28:39) 
> [GCC 4.4.3 20100316 (prerelease)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import calender
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> ImportError: No module named calender
> >>> 

Did you try calendar (with an 'a')?  it might have just been a spelling 
mistake in your import

Can you do other imports from site-packages?


Chris
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to