[Tutor] import prroblem

Roelof Wobben rwobben at hotmail.com
Sat Aug 28 19:41:58 CEST 2010




> Date: Sat, 28 Aug 2010 10:24:06 -0700
> Subject: Re: [Tutor] import prroblem
> From: thudfoo at opensuse.us
> To: rwobben at hotmail.com
> 
> On Sat, Aug 28, 2010 at 9:54 AM, Roelof Wobben <rwobben at hotmail.com> wrote:
> > 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 ?
> 
> Spell it "calendar" if you want the one in the standard library.

Hello Everyone,

I was a stupid typo from me.
Sorry for the troubles,

Roelof

 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20100828/322fde50/attachment.html>


More information about the Tutor mailing list