Re: [Python-Dev] embedding Python interpreter in non-console windows application

2010-02-17 Thread Amaury Forgeot d'Arc
Hi, 2010/2/17 stephen > Hello, > > THE PROBLEM: > I am having a problem that I have seen asked quite a bit on the web, with > little to no follow up. > The problem is essentially this. When embedding (LoadLibraryA()) the python > interpreter dll > in a non-windows application the developer mus

Re: [Python-Dev] embedding Python interpreter in non-console windows application

2010-02-17 Thread Stefan Behnel
stephen, 17.02.2010 06:49: > THE PROBLEM: > I am having a problem that I have seen asked quite a bit on the web, with > little to no follow up. Note that this list is about developing the CPython core runtime, not about solving problems with Python code or Python usage. See the comp.lang.python

[Python-Dev] embedding Python interpreter in non-console windows application

2010-02-16 Thread stephen
Hello, THE PROBLEM: I am having a problem that I have seen asked quite a bit on the web, with little to no follow up. The problem is essentially this. When embedding (LoadLibraryA()) the python interpreter dll in a non-windows application the developer must first create a console for python to d