[python-win32] Creating PyCComboBox?

2011-06-10 Thread Greg Ewing
How are you supposed to create a PyCComboBox? There doesn't seem to be a CreateComboBox function anywhere. I tried using CreateControl("COMBOBOX", ...) but it says that the CLSID is invalid. -- Greg ___ python-win32 mailing list python-win32@python.org

[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 hack

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 Claveau 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. Uncomment,

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,