Re: [python-win32] Building pywin32 msi installers

2013-06-21 Thread Will Sadkin
On 20/06/2013 3:16 AM , Mark Hammond wrote: > I've wanted bdist_msi to work for ages. There was some issue with the > install scripts that always caused grief, and my memory is hazy - it *might* > be that the uninstall process doesn't run the post-install script at the > correct time - ie, tha

[python-win32] Building pywin32 msi installers

2013-06-19 Thread Will Sadkin
o conditionally set this based on which type of build is being attempted? 3) The patch for distutils was submitted in August of 2012, but, AFAICT, has not been incorporated into the 2.7.x distutils source; is there a way to expedite that? 4) Would it be possible to take all of this

Re: [python-win32] mxDateTime problem with embedded Python

2012-08-24 Thread Will Sadkin
On 24/08/2012 4:00 AM, Will Sadkin wrote: >> Hi all, >> >> I have a bit of a stumper. We have a C++ program in which we embed a >> release python interpreter, so that both our C++ and python programs >> can share a single codebase, written in Python. When building

[python-win32] mxDateTime problem with embedded Python

2012-08-23 Thread Will Sadkin
ion, and so the program doesn't run the same way in both release and debug versions. Thanks in advance, /Will Sadkin Parlance Corporation ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] How do I build manifest-less extension modules?

2011-08-05 Thread Will Sadkin
kages), but this did nothing to change the behavior. Is there any way I can get a more detailed explanation of why/which dll load failed? As it is, I'm somewhat at a loss for a "next step"... Thanks in advance, /Will -Original Message- From: Mark Hammond [mailto:skip

[python-win32] How do I build manifest-less extension modules?

2011-08-03 Thread Will Sadkin
ed with our application to allow its python to access some C++ functions we didn't want to have 2 codebases for; if it's required, I will need some pretty "face the stove" instructions!) Thanks in advance, /Will Sadkin Parlance Corporation PS: Is there any growing pre