Re: [python-win32] Python service hangs in Dispatch when frozen with py2exe

2010-06-01 Thread Mark Hammond
On 2/06/2010 3:42 AM, Don Dwiggins wrote: The object is part of a DLL written in VB6. It's currently single threaded -- apartment threading is the only other option in the IDE. Right - Apartment threading might give better results. What is your main thread doing? Can you make it run a messag

Re: [python-win32] Python service hangs in Dispatch when frozen with py2exe

2010-06-01 Thread Don Dwiggins
Mark Hammond wrote: On 25/05/2010 11:27 AM, Don Dwiggins wrote: There's a good hint there. I've got all my imports listed at the top of the file. I do know that, when using the source, the file is read twice -- once from the command line by the usual Python interpreter, and once by PythonService