[IronPython] Modifying The PYC Stub EXE

Davy Mitchell daftspaniel at gmail.com
Sun Apr 5 12:54:34 CEST 2009


Hi Folks,

I am looking to modify the EXE stub generated by PYC so that it will set the
current working directory to the location of the EXE
before loading its assemblies.

The problem I am having is I build my EXE to a sub-folder called BUILD. If I
call it in the form .\build\die.exe then it can't find the DLLs.
This can be worked around with shortcuts setting the working dir etc but
having this option in code in PYC would be useful.

Forgive me if I am very very muddled up about something :-)

Thanks,
Davy Mitchell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20090405/ae0a65ae/attachment.html>


More information about the Ironpython-users mailing list