[Bug 13844] pywin32 cannot be installed

wine-bugs at winehq.org wine-bugs at winehq.org
Fri May 1 17:00:06 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=13844


Louis Lenders <xerox_xerox2000 at yahoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xerox_xerox2000 at yahoo.co.uk




--- Comment #14 from Louis Lenders <xerox_xerox2000 at yahoo.co.uk>  2009-05-01 17:00:02 ---
(In reply to comment #13)
> Dan, thanks for your analysis.
> 
> I've built a hello world .exe installer on Linux from the follwing:
> 
> ---- 8< (hello) ----
> #!/usr/bin/env python
> 
> print 'Hello World!'
> ---- 8< ----
> 
> ---- 8< (setup.py) ----
> from distutils.core import setup
> 
> setup(name='hello-bdist_wininst',
>       version='1.0',
>       scripts=['hello'],
> ---- 8< ----
> 
> With
> 
> $ python setup.py bdist_wininst
> 
> 
> And no, hello-bdist_wininst-1.0.win32.exe installs without a problem on wine,
> both xp and win2k.
> 
> I also confirm that pywin installs on wine/2k but has problems on wine/xp.
> 

i'M not sure if i downoladed the rigfht executables, but afaics the problem i
saw  with this app is in shell32 ( ShellExecuteA). Using a native shell32.dldl
th e app install fine, ShelllEecureA seems to fail somehow hre


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list