Re: [Python-Dev] Py_Main() seems to be a NOOP

2017-08-10 Thread Terry Reedy
On 8/10/2017 3:26 AM, Patrick Rutkowski wrote: On Thu, Aug 10, 2017 at 2:26 AM, Patrick Rutkowski wrote: I'm working on Windows with Python 3.6. I'm trying to make a wWinMain() GUI application that uses an embedded python interpreter. I'm having various issues with

Re: [Python-Dev] Py_Main() seems to be a NOOP

2017-08-10 Thread Patrick Rutkowski
On Thu, Aug 10, 2017 at 2:26 AM, Patrick Rutkowski wrote: > I'm working on Windows with Python 3.6. I'm trying to make a wWinMain() GUI > application that uses an embedded python interpreter. I'm having various > issues with being unable to load extension modules, but

[Python-Dev] Py_Main() seems to be a NOOP

2017-08-10 Thread Patrick Rutkowski
I'm working on Windows with Python 3.6. I'm trying to make a wWinMain() GUI application that uses an embedded python interpreter. I'm having various issues with being unable to load extension modules, but I won't go into that now because I've tracked my issue down to a much simpler test case. To