Message75

Author pje
Recipients asmodai, pje
Date 2008-08-05.15:41:40
Content
Supporting this will probably require somebody with a 64-bit windows to do
builds, or else provide a cross-compile procedure.  There will also need to be
some sort of patch to handle using two versions of the .exe wrappers.  Either
that, or somebody will need to come up with a way other than LoadLibraryEx to
verify the executability of the Python executable.  (Note that this would
probably also fix the outstanding issue where the .exe wrappers don't work on
Vista without admin privs, probably because of the same LoadLibraryEx call.)
History
Date User Action Args
2008-08-05 15:41:40pjesetrecipients: + pje, asmodai
2008-08-05 15:41:40pjesetmessageid: <1217950900.72.0.153486395166.issue2@psf.upfronthosting.co.za>
2008-08-05 15:41:40pjelinkissue2 messages
2008-08-05 15:41:40pjecreate