RE: [IronPython] Converting an script to exe or dll

2005-04-06 Thread Jim Hugunin
Jeremy Jones wrote: > Scott Hatfield wrote: > > >That's great! > > > >Now can you have it run without a console? > > > How do you mean? I put a sleep(5) in there so that I could see the > output when I double clicked on __main__.exe from Windows Explorer, but > a console still popped up. I think

Re: [IronPython] Converting an script to exe or dll

2005-04-06 Thread Jeremy Jones
Scott Hatfield wrote: That's great! Now can you have it run without a console? How do you mean? I put a sleep(5) in there so that I could see the output when I double clicked on __main__.exe from Windows Explorer, but a console still popped up. I think there are probably ways to disable thi

RE: [IronPython] Converting an script to exe or dll

2005-04-06 Thread Scott Hatfield
That's great! Now can you have it run without a console? Scott -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sriram Krishnan Sent: Wednesday, April 06, 2005 1:02 PM To: 'Discussion of IronPython' Subject: RE: [IronPython] Converting a

RE: [IronPython] Converting an script to exe or dll

2005-04-06 Thread Sriram Krishnan
>Had to download FePy 0.7.1 and the .NET framework for my XP machine, but it *will* compile a script down to a .exe. >You just have to run the IronPythonConsole on it. I put a simple script in my IronPython\bin directory ran, >IronPythonConsole.exe on it, and ran the resulting __main__.exe dir

Re: [IronPython] Converting an script to exe or dll

2005-04-06 Thread Jeremy Jones
Sriram Krishnan wrote: Anthony Tarlano wrote: Hello, Does anyone know how I can use IronPython to convert a .py script to a PE (exe or dll) assembly? I don't think you can do that in the current version of IronPython. But I remember Jim saying that a compiler was on t

RE: [IronPython] Converting an script to exe or dll

2005-04-06 Thread Sriram Krishnan
Anthony Tarlano wrote: > Hello, > > Does anyone know how I can use IronPython to convert a .py script to > a PE (exe or dll) assembly? > I don't think you can do that in the current version of IronPython. But I remember Jim saying that a compiler was on the todo list Sriram __

[IronPython] Converting an script to exe or dll

2005-04-06 Thread Anthony Tarlano
Hello, Does anyone know how I can use IronPython to convert a .py script to a PE (exe or dll) assembly? Thanks, Anthony ___ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironp