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
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
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,
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,