Re: [IronPython] Modifying The PYC Stub EXE

2009-04-09 Thread Dave Fugate
...@lists.ironpython.com] On Behalf Of Davy Mitchell Sent: Wednesday, April 08, 2009 1:39 PM To: Discussion of IronPython Subject: Re: [IronPython] Modifying The PYC Stub EXE Dave - +1 :-) On Wed, Apr 8, 2009 at 9:19 PM, Dave Fugate dfug...@microsoft.com wrote: I've been working on making this happen

Re: [IronPython] Modifying The PYC Stub EXE

2009-04-09 Thread Davy Mitchell
of IronPython Subject: Re: [IronPython] Modifying The PYC Stub EXE Dave - +1 :-) On Wed, Apr 8, 2009 at 9:19 PM, Dave Fugate dfug...@microsoft.com wrote: I've been working on making this happen for a few days now.  It should be available in the IronPython_Main branch on CodePlex's TFS server within

Re: [IronPython] Modifying The PYC Stub EXE

2009-04-08 Thread Davy Mitchell
:) -Original Message- From: users-boun...@lists.ironpython.com [mailto:users- boun...@lists.ironpython.com] On Behalf Of Davy Mitchell Sent: Monday, April 06, 2009 10:57 AM To: Discussion of IronPython Subject: Re: [IronPython] Modifying The PYC Stub EXE Hi Dino, All the DLLs

Re: [IronPython] Modifying The PYC Stub EXE

2009-04-08 Thread Dave Fugate
Mitchell Sent: Wednesday, April 08, 2009 1:11 PM To: Discussion of IronPython Subject: Re: [IronPython] Modifying The PYC Stub EXE SNIP Is PYC ever likely to become part of the standard install? /SNAP ___ Users mailing list Users@lists.ironpython.com

Re: [IronPython] Modifying The PYC Stub EXE

2009-04-08 Thread Davy Mitchell
: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Davy Mitchell Sent: Wednesday, April 08, 2009 1:11 PM To: Discussion of IronPython Subject: Re: [IronPython] Modifying The PYC Stub EXE SNIP Is PYC ever likely to become part of the standard install

Re: [IronPython] Modifying The PYC Stub EXE

2009-04-06 Thread Dino Viehland
05, 2009 3:55 AM To: Discussion of IronPython Subject: [IronPython] Modifying The PYC Stub EXE 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

Re: [IronPython] Modifying The PYC Stub EXE

2009-04-06 Thread Davy Mitchell
a normal build process does and copy the DLLs into the build directory. From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Davy Mitchell Sent: Sunday, April 05, 2009 3:55 AM To: Discussion of IronPython Subject: [IronPython] Modifying The PYC

Re: [IronPython] Modifying The PYC Stub EXE

2009-04-06 Thread Bruce Bromberek
Davy- I had a similar problem in that the EXE stub built by pyc does not work as expected. My problem was the sys.argv being set to None. As someone who comes to ironpython from Cpython, I want the ironpython equivalent of py2exe where everything just works :) The best advice I've found here

Re: [IronPython] Modifying The PYC Stub EXE

2009-04-06 Thread Dino Viehland
the above code :) -Original Message- From: users-boun...@lists.ironpython.com [mailto:users- boun...@lists.ironpython.com] On Behalf Of Davy Mitchell Sent: Monday, April 06, 2009 10:57 AM To: Discussion of IronPython Subject: Re: [IronPython] Modifying The PYC Stub EXE Hi Dino

[IronPython] Modifying The PYC Stub EXE

2009-04-05 Thread Davy Mitchell
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