[Tutor] More Help

2013-02-03 Thread Jack Little
So I have gotten responses to my previous email sent 3 days ago, all saying define path1pt1() before simpstart, but I do not know how. Help?___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options:

Re: [Tutor] More Help

2013-02-03 Thread Joel Goldstick
Move the code that defines path1pt1 above the function that calls it. Also, don't start of new thread -- you are making it impossible for someone to know the context of your question. Also, Use a better subject line On Sun, Feb 3, 2013 at 2:15 PM, Jack Little jacklittl...@yahoo.com wrote: So

Re: [Tutor] More Help

2013-02-03 Thread Joel Goldstick
On Sun, Feb 3, 2013 at 2:29 PM, Joel Goldstick joel.goldst...@gmail.comwrote: Move the code that defines path1pt1 above the function that calls it. Also, don't start of new thread -- you are making it impossible for someone to know the context of your question. Also, Use a better subject

Re: [Tutor] More Help

2013-02-03 Thread Steven D'Aprano
On 04/02/13 06:15, Jack Little wrote: So I have gotten responses to my previous email sent 3 days ago, all saying define path1pt1() before simpstart, but I do not know how. Help? You have something like this: ...code... ...more code... path1pt1() ... ... def path1pt1(): definition goes

Re: [Tutor] More help

2012-10-13 Thread Mark Lawrence
On 13/10/2012 05:57, Brett Dailey wrote: Here's another project I'm working on. 1. Create a random signal (600 random numbers in the range -50 to +50). Display it as shown below. 2. Create a filter variable (integer) which is allowed to go from 0 to infinity. Allow the user to change this

Re: [Tutor] More help

2012-10-13 Thread Alan Gauld
On 13/10/12 05:57, Brett Dailey wrote: Here's another project I'm working on. It's generally easier to stick to one problem at a time. Otherwise we all get confused! -- Alan G Author of the Learn to Program web site http://www.alan-g.me.uk/ ___

[Tutor] More help

2012-10-12 Thread Brett Dailey
Here's another project I'm working on. 1. Create a random signal (600 random numbers in the range -50 to +50). Display it as shown below. 2. Create a filter variable (integer) which is allowed to go from 0 to infinity. Allow the user to change this with the up/down arrow keys. The user should

[Tutor] more help with vitualenv

2012-04-27 Thread Ivor Surveyor
As suggested I visited the site virtualenv. However I could not find the files for download and to install on my machine. Could I please ask for further guidance on how to proceed? Ivor Surveyor isurve...@vianet.net.au ___ Tutor maillist -

Re: [Tutor] more help with vitualenv

2012-04-27 Thread Russell Smith
http://pypi.python.org/pypi/virtualenv/1.7.1.2 Read the page at the link above. You will find it. On Friday, April 27, 2012, Ivor Surveyor wrote: As suggested I visited the site virtualenv. However I could not find the files for download and to install on my machine. Could I please ask for

Re: [Tutor] more help with vitualenv

2012-04-27 Thread Steven D'Aprano
Ivor Surveyor wrote: As suggested I visited the site virtualenv. However I could not find the files for download and to install on my machine. Could I please ask for further guidance on how to proceed? Which site did you go to? virtualenv is not a site, it is a name. Precision of language