Re: [Tutor] help, complete beginner please!

2010-08-28 Thread Alan Gauld
kevin hayes kevino...@gmail.com wrote Hi all! I'm trying to write a basic text adventure game to start learning python (just for fun). I've gone through the first four chapters of a learn python game programming book and I'm having trouble with the exercise on writing a text adventure.

[Tutor] import prroblem

2010-08-28 Thread Roelof Wobben
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

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:

Re: [Tutor] import problem

2010-08-28 Thread christopher . henk
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

Re: [Tutor] help, complete beginner please! CORRECTION

2010-08-28 Thread bob gailer
Thanks to Luke for pointing out that Room1() did not return anything. I now add a return statement: 9) have the functions return text rather than printing it. Use triple quoted text. e.g.: def Room1(): description = You find yourself in a large room. Above you is a massive crystal

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

Re: [Tutor] Trouble with exercise regarding classes

2010-08-28 Thread Andrew Martin
Ok I think I got it. Thanks everybody. And sorry for the late reply. My classes have just started so learned python unfortunately must be bumped down on the priority list On Thu, Aug 26, 2010 at 4:32 AM, Alan Gauld alan.ga...@btinternet.comwrote: Andrew Martin amartin7...@gmail.com wrote I

Re: [Tutor] import problem

2010-08-28 Thread Nitin Das
it is import calendar not calender --nitin On Sat, Aug 28, 2010 at 10:51 PM, christopher.h...@allisontransmission.comwrote: 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