[IPython-user] embedding IPython in windows dll
Tony Cappellini
cappy2112@gmail....
Mon Mar 10 13:38:41 CDT 2008
Message: 9
Date: Mon, 10 Mar 2008 20:14:24 +0330
From: "mani sabri" <mani.sabri@gmail.com>
Subject: Re: [IPython-user] embedding IPython in windows dll
To: <ipython-user@scipy.org>
Message-ID: <47d565b3.0c92100a.3439.5a15@mx.google.com>
Content-Type: text/plain; charset="us-ascii"
>IPython does not initialize a console - like all the other python
>programs (apart from .pyw programs), IPython relies on the fact that a
>console has been created for it beforehand.
The console is created python.exe, not the script.
GUI applications don't need a console (typically), but can have them
created for debug purposes.
When I run Ipython on Windows, I see the console Window. It's the ONLY
window and Ipython is running in it.
But, I'm not launching it from a DLL as you are.
Ipython is executed by python.exe, not Pythonwin.exe
More information about the IPython-user
mailing list