[Tutor] (no subject)

2012-05-12 Thread allen.fow...@yahoo.com
http://laespecialeu.com/gdfgdsf/lightbox/thjfle.html?bnd=fhttd.gve&dd=rd.fhr&sw=xrsq___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

[Tutor] threading mind set

2012-05-12 Thread carlo locci
Hello All, I've started to study python a couple of month ago(and I truly love it :)), however I'm having some problems understanding how to modify a sequential script and make it multithreaded (I think it's because I'm not used to think in that way), as well as when it's best to use it(some say th

[Tutor] (no subject)

2012-05-12 Thread Keitaro Kaoru
hey i keep having a problem with adding commands.. i get this error message Traceback (most recent call last): File "bot.py", line 23, in import modules.core, modules.ai, modules.dict, modules.fun, modules.kc, modules.games, modules.lulz2, modules.modding, modules.meta, modules.mpd, modules

Re: [Tutor] (no subject)

2012-05-12 Thread Steven D'Aprano
Keitaro Kaoru wrote: hey i keep having a problem with adding commands.. i get this error message Traceback (most recent call last): File "bot.py", line 23, in import modules.core, modules.ai, modules.dict, modules.fun, modules.kc, modules.games, modules.lulz2, modules.modding, modules.met

Re: [Tutor] threading mind set

2012-05-12 Thread Steven D'Aprano
carlo locci wrote: Hello All, I've started to study python a couple of month ago(and I truly love it :)), however I'm having some problems understanding how to modify a sequential script and make it multithreaded (I think it's because I'm not used to think in that way), No, that's because mult

Re: [Tutor] (no subject)

2012-05-12 Thread bob gailer
On 5/12/2012 6:34 PM, Keitaro Kaoru wrote: hey i keep having a problem with adding commands.. i get this error message Traceback (most recent call last): File "bot.py", line 23, in import modules.core, modules.ai , modules.dict, modules.fun, modules.kc, modules.games,

Re: [Tutor] syntax error

2012-05-12 Thread bob gailer
oh - and always provide a specific meaningful subject -- Bob Gailer 919-636-4239 Chapel Hill NC ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] threading mind set

2012-05-12 Thread bob gailer
On 5/12/2012 8:22 PM, Steven D'Aprano wrote: By the way, in future, please don't decorate your code with stars: I think you got stars because the code was posted in HTML and bolded. Plain text readers add the * to show emphasis. When i copied and pasted the code it came out fine. carlo: in fu

Re: [Tutor] threading mind set

2012-05-12 Thread bob gailer
def read(): couple of observations 1 - it is customary to put all import statements at the beginning of the file. 2 - it is customary to begin variable and function names with a lower case letter. 3 - it is better to avoid using built-in function names common method names (e.g. read). def rea

Re: [Tutor] syntax error

2012-05-12 Thread Devin Jeanpierre
On Sat, May 12, 2012 at 10:29 PM, bob gailer wrote: > oh - and always provide a specific meaningful subject My client has no idea what thread this post came from. Is it supposed to? -- Devin ___ Tutor maillist - Tutor@python.org To unsubscribe or ch

Re: [Tutor] Auto-response for your message to the "Tutor" mailing list

2012-05-12 Thread Devin Jeanpierre
This is the third time I've received a message "for those of you new to the Tutor list". When does it stop? -- Devin On Sat, May 12, 2012 at 11:19 PM, wrote: > Your message for tutor@python.org, the Python programming tutor list, > has been received and is being delivered.  This automated respo

Re: [Tutor] Auto-response for your message to the "Tutor" mailing list

2012-05-12 Thread Steven D'Aprano
Devin Jeanpierre wrote: This is the third time I've received a message "for those of you new to the Tutor list". When does it stop? The problem isn't getting it to stop. The problem is getting it to not start up again. I too occasionally get these "Welcome" messages, about once every twenty