[python-win32] Probelm with win32api dll load failed

2009-03-30 Thread Andrew Spagnoletti
Hi, ? I have developed an application with Python 2.6 and wxPython and prepared the set up using py2exe and InstallJammer. ? When I generated the installation from ?my Vista machine and then install it on an XP computer (not sure if there is any significance to the Vista - XP), when I run

[python-win32] is these modules available for IA64bit

2009-03-30 Thread siddhartha veedaluru
hi, i have a product (client/server based) that can be installed on any window server os with 32,x64 and IA64 bit support. i need to run my scripts which will update my product. i wrote for 32bit using python2.5 and using pyodbc, pywin32 modules. I see that i can use 32bit ones on x64 but not on

Re: [python-win32] is these modules available for IA64bit

2009-03-30 Thread Tim Roberts
siddhartha veedaluru wrote: i have a product (client/server based) that can be installed on any window server os with 32,x64 and IA64 bit support. i need to run my scripts which will update my product. i wrote for 32bit using python2.5 and using pyodbc, pywin32 modules. I see that i can

Re: [python-win32] is these modules available for IA64bit

2009-03-30 Thread Dahlstrom, Roger
Possibly 64 bit python is installed instead of 32 bit python? If you install 32 bit python, you'll have your libraries. -Original Message- From: python-win32-bounces+rdahlstrom=directedge@python.org [mailto:python-win32-bounces+rdahlstrom=directedge@python.org] On Behalf Of

[python-win32] Specifying an initial directory name for win32ui.CreateFileDialog()

2009-03-30 Thread Tony Cappellini
I want to specify the directory in which win32ui win32ui.html.CreateFileDialog() should be displayed. The arguments in the help PyCFileDialog PyCFileDialog.html = * CreateFileDialog(bFileOpen, defExt , fileName , flags , filter , parent *) don't seem to allow this. I know I can specify the