Re: Iron Python

2007-05-16 Thread Tim Roberts
BartlebyScrivener <[EMAIL PROTECTED]> wrote: >On May 15, 5:22 am, John Machin <[EMAIL PROTECTED]> wrote: >> > > Anybody tried it? >> >> > Me. >> >> Me too. > >Anybody like it? I think it is a fascinating development, but it is aiming in a different direction. To a certain extent, you have to sepa

Re: Iron Python

2007-05-15 Thread Jarek Zgoda
BartlebyScrivener napisał(a): Anybody tried it? >>> Me. >> Me too. > > Anybody like it? Tried id, did not found any use, put on shelf. Don't know if this case fits "likes" or "doesn't like". ;) -- Jarek Zgoda "We read Knuth so you don't have to." -- http://mail.python.org/mailman/listin

Re: Iron Python

2007-05-15 Thread BartlebyScrivener
On May 15, 5:22 am, John Machin <[EMAIL PROTECTED]> wrote: > > > Anybody tried it? > > > Me. > > Me too. Anybody like it? rd -- http://mail.python.org/mailman/listinfo/python-list

Re: Iron Python

2007-05-15 Thread John Machin
On May 15, 8:05 pm, Jarek Zgoda <[EMAIL PROTECTED]> wrote: > Jon Harrop napisa³(a): > > > Anybody tried it? > > Me. > Me too. -- http://mail.python.org/mailman/listinfo/python-list

Re: Iron Python

2007-05-15 Thread Jarek Zgoda
Jon Harrop napisał(a): > Anybody tried it? Me. -- Jarek Zgoda "We read Knuth so you don't have to." -- http://mail.python.org/mailman/listinfo/python-list

Re: iron python exe problem

2005-12-06 Thread D H
Dennis Lee Bieber wrote: > On 6 Dec 2005 08:25:43 -0800, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > declaimed the following in comp.lang.python: > > >>Hello, >> >>I run exactly inside IronPython-0.9.5\bin where IronPython.dll exist. >>I've already uninstalled my .net 1.1 so there is onle .net 2.0

Re: iron python exe problem

2005-12-06 Thread [EMAIL PROTECTED]
Hello, I run exactly inside IronPython-0.9.5\bin where IronPython.dll exist. I've already uninstalled my .net 1.1 so there is onle .net 2.0 pujo -- http://mail.python.org/mailman/listinfo/python-list

Re: iron python exe problem

2005-12-06 Thread D H
[EMAIL PROTECTED] wrote: > Hello, > > I have test.py: > print 'hello' > > I compile using iron python the result is test.exe > > I have got error message when I tried to call test.exe telling that > test.exe is not a valid win32 application. > > How can I solve this problem? > > Sincerely Your

Re: iron python exe problem

2005-12-06 Thread [EMAIL PROTECTED]
I use version 0.9.5 Windows xp with .net framework 2.0, visual studio Express pujo -- http://mail.python.org/mailman/listinfo/python-list

Re: iron python exe problem

2005-12-06 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > I have test.py: > print 'hello' > > I compile using iron python the result is test.exe > > I have got error message when I tried to call test.exe telling that > test.exe is not a valid win32 application. > > How can I solve this problem? since ironpython is still under

Re: iron python exe problem

2005-12-06 Thread Nick Ballard
[EMAIL PROTECTED] wrote: > Hello, > > I have test.py: > print 'hello' > > I compile using iron python the result is test.exe > > I have got error message when I tried to call test.exe telling that > test.exe is not a valid win32 application. > > How can I solve this problem? > > Sincerely Your