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

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

[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 .CreateFileDialog() should be displayed. The arguments in the help PyCFileDialog = * CreateFileDialog(bFileOpen, defExt , fileName , flags , filter , parent *) don't seem to allow this. I know I can specify the initial director (among other things

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 Tim

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

[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

[python-win32] d:\python25\lib\site-packages\pytz\__init__.py:29: UserWarning: Module pythoncom was already imported from C:\WINDOWS\system32\pythoncom25.dll, but d:\python25\lib\site-packages\pywin32

2009-03-30 Thread jo
What is the best way to solve this conflict ? from pylab import * d:\python25\lib\site-packages\pytz\__init__.py:29: UserWarning: Module pywintypes was already imported from C:\WINDOWS\system32\pywintypes25.dll, but d:\python25\lib\site-packages\pywin32-210-py2.5-win32.egg is being added to sy

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