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 >>> But the module calender exist I can be found here : /usr/lib/python26/site-packages How to solve this one ? Roelof
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor