[IPython-user] implementing non-blocking thread execution for something other than toolkits
Rohan Nicholls
rohan.nicholls@googlemail....
Wed Feb 25 07:43:32 CST 2009
Actually when I try the command, it runs in a different thread, but
now the page is dying when it tries to do an import.
File "/usr/lib/python2.5/site-packages/web.py-0.31-py2.5.egg/web/application.py",
line 73, in reload_mapping
mod = __import__(module_name)
ImportError: No module named FakeModule
This code allows new changes in files to be picked up, and I am
guessing that FakeModule is something ipython specific, because until
I tried this, it had not given this error.
Is there a way to workaround this, or can someone explain where
FakeModule is coming from?
Thanks,
Rohan
On Wed, Feb 25, 2009 at 1:12 PM, Rohan Nicholls
<rohan.nicholls@googlemail.com> wrote:
> On Wed, Feb 25, 2009 at 1:02 PM, Ville M. Vainio <vivainio@gmail.com> wrote:
>> On Wed, Feb 25, 2009 at 1:56 PM, Rohan Nicholls
>> <rohan.nicholls@googlemail.com> wrote:
>>
>> Replying on list:
>>
>> Yes, this is pretty much what I meant. If it works, so much the better ;-)
>
> Sorry about that, must have hit reply and not reply-to-all. It would
> be nice if gmail had list handling for replies etc. :)
>
> Thanks for the help. I was debugging with wing ide, which is very
> nice, but am more comfortable with emacs and ipython.
>
> Rohan
>
More information about the IPython-user
mailing list