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