Re: [python-win32] py2exe win32wnet - ImportError

2011-06-10 Thread Steffen Frömer
Hello, i found out. that all works fine, if i change py2exe-option 'bundle_files' from 1 to 3. Someone know, where the problem is? Regards, Steffen setup( package_dir = { : src}, packages = packages, options={ py2exe : { includes : includes,

Re: [python-win32] can't import dde module after importing win32ui

2011-06-10 Thread Mark Hammond
On 7/06/2011 9:11 PM, nekolyanich wrote: Michel Claveaumcat mclaveau.com writes: Hi! I have also/another problem with win32ui in 216 version: on several COM's servers, if the line import win32ui is present, servers can not be contacted. If I comment the line, no more problem.

[python-win32] py2.7 and multiple DDE servers on Win32, possible?

2011-06-10 Thread RayS
Hello I know that the default behavior since 2.? has been only one DDE server allowed. Is it possible to back-hack this restriction? I asked similarly a while back http://mail.python.org/pipermail/python-win32/2010-October/010774.html and Roger replied: It was done through some low-level