Re: [Tutor] import prroblem

2010-08-28 Thread Joel Goldstick
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


it is spelled wrong -- should be calendar


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


Re: [Tutor] import prroblem

2010-08-28 Thread Roelof Wobben



 Date: Sat, 28 Aug 2010 10:24:06 -0700
 Subject: Re: [Tutor] import prroblem
 From: thud...@opensuse.us
 To: rwob...@hotmail.com
 
 On Sat, Aug 28, 2010 at 9:54 AM, Roelof Wobben rwob...@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

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