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

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

[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