This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jackjansen
Recipients eric.araujo, jackjansen, mhammond, tarek
Date 2012-02-05.00:12:26
SpamBayes Score 4.969214e-07
Marked as misclassified No
Message-id <1328400747.14.0.792526892564.issue13892@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, the cscript.exe point is a valid one. I can think of two things that make my situation different, I will investigate (and post here):

- I started getting the problem when the hosting application (Ambulant multimedia player) switched from VS2008 to VS2010. So maybe cscript.exe is built with 2008, and there the problem is masked?

- My outer plugin (the one for Ambulant) also links against the .pyd (actually, to the .lib corresponding to the .pyd, which results in the .dll having a reference to the .pyd) because I need the various _New and _Convert routines when I call out to Python. I think this is a situation that wouldn't occur in the cscript.exe case.
History
Date User Action Args
2012-02-05 00:12:27jackjansensetrecipients: + jackjansen, mhammond, tarek, eric.araujo
2012-02-05 00:12:27jackjansensetmessageid: <1328400747.14.0.792526892564.issue13892@psf.upfronthosting.co.za>
2012-02-05 00:12:26jackjansenlinkissue13892 messages
2012-02-05 00:12:26jackjansencreate