Re: [python-win32] Can't import win32api from pywin32-egg in wine

2008-09-04 Thread Mark Hammond
IIRC there is a bug in setuptools that prevented the post-install script running in an egg - which would prevent those 2 DLLs being copied from pywin32_system32 to either system32 or next to python.exe. Try copying them manually, or run 'pywin32_postinstall.py -install' Mark -Original

Re: [python-win32] Can't import win32api from pywin32-egg in wine

2008-09-04 Thread Hartmut Goebel
Hallo Mark, IIRC there is a bug in setuptools that prevented the post-install script running in an egg - which would prevent those 2 DLLs being copied from pywin32_system32 to either system32 or next to python.exe. Try copying them manually, or run 'pywin32_postinstall.py -install' Neither

Re: [python-win32] Can't import win32api from pywin32-egg in wine

2008-09-04 Thread Mark Hammond
See also http://bugs.python.org/setuptools/issue18 - it would be great if you can work out what overlap exists... Cheers, Mark -Original Message- From: Hartmut Goebel [mailto:[EMAIL PROTECTED] Sent: Thursday, 4 September 2008 6:05 PM To: [EMAIL PROTECTED] Cc:

[python-win32] pythoncom question

2008-09-04 Thread Ujjaval Suthar
Hi all, I am working on a python application which is a multi-threaded application. I just want to make sure that I am doing the right thing or if not, please let me know. I have a parent thread which initalize the COM object inside a python object. This parent thread instantiates 4 other child