[Tutor] [tutor] Question on multithreading

2008-02-23 Thread Varsha Purohit
Hello, i have a gui program in wxpython where i am spawning two threads. one for the mainloop of gui and other for some background tasks. I have to stop the background running thread once its work is done. I am trying to use the join method but it is giving me an error saying threads cannot be

[Tutor] My Web Site

2008-02-23 Thread Alan Gauld
My web tutorial has been dead for the past week so I've set up a temporary mirror of the English section only. Hopefully Freenet will get their server running sometime soon. The new address is: http://uk.geocities.com/[EMAIL PROTECTED]/ Hopefully that will do until normal service is resumed...

Re: [Tutor] how to parse a multiple character words from plaintext

2008-02-23 Thread R. Alan Monroe
> I am looking to parse a plaintext from a document. However, I am > confused about the actual methodology of it. This is because some of > the words will be multiple digits or characters. However, I don't > know the length of the words before the parse. Is there a way to > somehow have open() grab

Re: [Tutor] Django hosting

2008-02-23 Thread Ian Ozsvald
I'll echo Kent and give +1 to WebFaction. As Kent mentions for the price of 2 pints of beer per month on the basic shared plan: http://www.webfaction.com/services/hosting you can run your long-running Django app and receive excellent tech-support from Remi, David and team. They are long-time Py

Re: [Tutor] how to parse a multiple character words from plaintext

2008-02-23 Thread Alan Gauld
"John Gunderman" <[EMAIL PROTECTED]> wrote >I am looking to parse a plaintext from a document. When you say "a document" what kind of document do you mean? Is the document also in plain text, like HTML, or is it a binary format like MS Word? > some of the words will be multiple digits or cha

Re: [Tutor] how to parse a multiple character words from plaintext

2008-02-23 Thread Kent Johnson
John Gunderman wrote: > I am looking to parse a plaintext from a document. However, I am > confused about the actual methodology of it. This is because some of the > words will be multiple digits or characters. However, I don't know the > length of the words before the parse. Is there a way to s