Re: [IronPython] IronPython on mac os X (newbie problems)
Hi, mono versions can usually run the latest version of IronPython at the date of their release, so 1.1.10 can run 0.9.5, 1.1.12 can run 0.9.6 etc. Zoltan On 12/20/05, Tim Riley <[EMAIL PROTECTED]> wrote: > Actually, now I just tested it will mono-1.1.12 on win32 and it appears to > be working. Possibly you need to upgrade your version of mono. > > C:\IronPython\bin>mono --version > Mono JIT compiler version 1.1.12, (C) 2002-2005 Novell, Inc and > Contributors. ww > w.mono-project.com > TLS: normal > GC:Included Boehm (with typed GC) > SIGSEGV : normal > > C:\IronPython\bin>mono IronPythonConsole.exe > IronPython 0.9.6 on .NET 2.0.50727.42 > Copyright (c) Microsoft Corporation. All rights reserved. > > >>> > > > On 12/20/05, Tim Riley < [EMAIL PROTECTED]> wrote: > > I may be wrong but I was under the impression that the more recent > versions of IronPython utilized portions of the .NET 2 framework that have > yet to be implemented in mono. > > > > Regards, > > Tim Riley > > > > > > > > On 12/19/05, Anand Pillai <[EMAIL PROTECTED]> wrote: > > > Incidentally, I got the same error with IronPython 0.9.6 and the > > > latest version of mono > > > on a FC3 (Fedora Core 3) box. > > > > > > I had installed IronPython to /opt/IronPython. Initially IronPython > > > was running fine. Then I wanted to try out the tutorials and so I did > > > the following: > > > > > > alias 'iron'='mono > /opt/IronPython/bin/IronPythonConsole.exe' > > > > > > Then I tried to run the examples using 'iron '. At that > > > point it started giving this error. > > > > > > I dont have the traceback since this happened in the office and I am > > > posting from home. I can send it later if reqd. > > > > > > Thanks > > > > > > -Anand > > > > > > > > > On 12/17/05, S V N Vishwanathan < [EMAIL PROTECTED]> wrote: > > > > Hi! > > > > > > > > I am a newbie to IronPython. Maybe I am missing something here ... > > > > > > > > I installed the latest version of Mono on my Mac OS X (10.4) box and > > > > downloaded IronPython and tried > > > > > > > > % mono IronPythonConsole.exe > > > > > > > > ** (IronPythonConsole.exe:653): WARNING **: implement me 0x00 > > > > > > > > > > > > ** ERROR **: file class.c: line 3030 (mono_class_from_mono_type): > should not be reached > > > > aborting... > > > > zsh: abort mono IronPythonConsole.exe > > > > > > > > > > > > The relevant version of Mono is: > > > > > > > > % mono --version > > > > Mono JIT compiler version 1.1.10, (C) 2002-2005 Novell, Inc and > Contributors. www.mono-project.com > > > > TLS: normal > > > > GC:Included Boehm (with typed GC) > > > > SIGSEGV : normal > > > > > > > > and the OS is > > > > > > > > % uname -a > > > > Darwin Ambica.local 8.3.0 Darwin Kernel Version 8.3.0: Mon Oct 3 > 20:04:04 PDT 2005; root:xnu-792.6.22.obj~2/RELEASE_PPC Power Macintosh > powerpc > > > > > > > > > > > > > > > > What am I doing wrong? Please do not hesitate to ask me if you need > any > > > > further information. > > > > > > > > vishy > > > > > > > > ps: I am not subscribed to the list. So Pls cc me on the responses. > > > > ___ > > > > users mailing list > > > > users@lists.ironpython.com > > > > > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > > > > > > > > > > > -- > > > Anand B Pillai, > > > Staff Engineer (Development), > > > SpikeSource India Pvt Ltd, > > > Koramangala 3rd Block, > > > Bangalore, India. > > > > > > http://www.spikesource.com > > > > > > Blog: http://randombytes.blogspot.com > > > ___ > > > users mailing list > > > users@lists.ironpython.com > > > > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > > > > > > > > ___ > users mailing list > users@lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
Re: [IronPython] IronPython on mac os X (newbie problems)
Actually, now I just tested it will mono-1.1.12 on win32 and it appears to be working. Possibly you need to upgrade your version of mono.C:\IronPython\bin>mono --versionMono JIT compiler version 1.1.12, (C) 2002-2005 Novell, Inc and Contributors. ww w.mono-project.com TLS: normal GC: Included Boehm (with typed GC) SIGSEGV : normalC:\IronPython\bin>mono IronPythonConsole.exe IronPython 0.9.6 on .NET 2.0.50727.42Copyright (c) Microsoft Corporation. All rights reserved.>>>On 12/20/05, Tim Riley < [EMAIL PROTECTED]> wrote:I may be wrong but I was under the impression that the more recent versions of IronPython utilized portions of the .NET 2 framework that have yet to be implemented in mono. Regards,Tim Riley On 12/19/05, Anand Pillai <[EMAIL PROTECTED]> wrote: Incidentally, I got the same error with IronPython 0.9.6 and thelatest version of monoon a FC3 (Fedora Core 3) box.I had installed IronPython to /opt/IronPython. Initially IronPythonwas running fine. Then I wanted to try out the tutorials and so I did the following:alias 'iron'='mono /opt/IronPython/bin/IronPythonConsole.exe'Then I tried to run the examples using 'iron '. At thatpoint it started giving this error.I dont have the traceback since this happened in the office and I am posting from home. I can send it later if reqd.Thanks-AnandOn 12/17/05, S V N Vishwanathan < [EMAIL PROTECTED]> wrote:> Hi! >> I am a newbie to IronPython. Maybe I am missing something here ...>> I installed the latest version of Mono on my Mac OS X (10.4) box and> downloaded IronPython and tried> > % mono IronPythonConsole.exe>> ** (IronPythonConsole.exe:653): WARNING **: implement me 0x00>>> ** ERROR **: file class.c: line 3030 (mono_class_from_mono_type): should not be reached> aborting... > zsh: abort mono IronPythonConsole.exe>>> The relevant version of Mono is:>> % mono --version> Mono JIT compiler version 1.1.10, (C) 2002-2005 Novell, Inc and Contributors. www.mono-project.com> TLS: normal> GC:Included Boehm (with typed GC) > SIGSEGV : normal>> and the OS is >> % uname -a> Darwin Ambica.local 8.3.0 Darwin Kernel Version 8.3.0: Mon Oct 3 20:04:04 PDT 2005; root:xnu-792.6.22.obj~2/RELEASE_PPC Power Macintosh powerpc What am I doing wrong? Please do not hesitate to ask me if you need any > further information.>> vishy>> ps: I am not subscribed to the list. So Pls cc me on the responses.> ___> users mailing list > users@lists.ironpython.com> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >--Anand B Pillai,Staff Engineer (Development),SpikeSource India Pvt Ltd,Koramangala 3rd Block,Bangalore, India. http://www.spikesource.com Blog: http://randombytes.blogspot.com___ users mailing listusers@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
Re: [IronPython] IronPython on mac os X (newbie problems)
I may be wrong but I was under the impression that the more recent versions of IronPython utilized portions of the .NET 2 framework that have yet to be implemented in mono.Regards,Tim Riley On 12/19/05, Anand Pillai <[EMAIL PROTECTED]> wrote: Incidentally, I got the same error with IronPython 0.9.6 and thelatest version of monoon a FC3 (Fedora Core 3) box.I had installed IronPython to /opt/IronPython. Initially IronPythonwas running fine. Then I wanted to try out the tutorials and so I did the following:alias 'iron'='mono /opt/IronPython/bin/IronPythonConsole.exe'Then I tried to run the examples using 'iron '. At thatpoint it started giving this error.I dont have the traceback since this happened in the office and I am posting from home. I can send it later if reqd.Thanks-AnandOn 12/17/05, S V N Vishwanathan <[EMAIL PROTECTED]> wrote:> Hi! >> I am a newbie to IronPython. Maybe I am missing something here ...>> I installed the latest version of Mono on my Mac OS X (10.4) box and> downloaded IronPython and tried>> % mono IronPythonConsole.exe>> ** (IronPythonConsole.exe:653): WARNING **: implement me 0x00>>> ** ERROR **: file class.c: line 3030 (mono_class_from_mono_type): should not be reached> aborting... > zsh: abort mono IronPythonConsole.exe>>> The relevant version of Mono is:>> % mono --version> Mono JIT compiler version 1.1.10, (C) 2002-2005 Novell, Inc and Contributors. www.mono-project.com> TLS: normal> GC:Included Boehm (with typed GC)> SIGSEGV : normal>> and the OS is >> % uname -a> Darwin Ambica.local 8.3.0 Darwin Kernel Version 8.3.0: Mon Oct 3 20:04:04 PDT 2005; root:xnu-792.6.22.obj~2/RELEASE_PPC Power Macintosh powerpc What am I doing wrong? Please do not hesitate to ask me if you need any > further information.>> vishy>> ps: I am not subscribed to the list. So Pls cc me on the responses.> ___> users mailing list > users@lists.ironpython.com> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >--Anand B Pillai,Staff Engineer (Development),SpikeSource India Pvt Ltd,Koramangala 3rd Block,Bangalore, India.http://www.spikesource.com Blog: http://randombytes.blogspot.com___users mailing listusers@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
Re: [IronPython] IronPython on mac os X (newbie problems)
Incidentally, I got the same error with IronPython 0.9.6 and the latest version of mono on a FC3 (Fedora Core 3) box. I had installed IronPython to /opt/IronPython. Initially IronPython was running fine. Then I wanted to try out the tutorials and so I did the following: alias 'iron'='mono /opt/IronPython/bin/IronPythonConsole.exe' Then I tried to run the examples using 'iron '. At that point it started giving this error. I dont have the traceback since this happened in the office and I am posting from home. I can send it later if reqd. Thanks -Anand On 12/17/05, S V N Vishwanathan <[EMAIL PROTECTED]> wrote: > Hi! > > I am a newbie to IronPython. Maybe I am missing something here ... > > I installed the latest version of Mono on my Mac OS X (10.4) box and > downloaded IronPython and tried > > % mono IronPythonConsole.exe > > ** (IronPythonConsole.exe:653): WARNING **: implement me 0x00 > > > ** ERROR **: file class.c: line 3030 (mono_class_from_mono_type): should not > be reached > aborting... > zsh: abort mono IronPythonConsole.exe > > > The relevant version of Mono is: > > % mono --version > Mono JIT compiler version 1.1.10, (C) 2002-2005 Novell, Inc and Contributors. > www.mono-project.com > TLS: normal > GC:Included Boehm (with typed GC) > SIGSEGV : normal > > and the OS is > > % uname -a > Darwin Ambica.local 8.3.0 Darwin Kernel Version 8.3.0: Mon Oct 3 20:04:04 > PDT 2005; root:xnu-792.6.22.obj~2/RELEASE_PPC Power Macintosh powerpc > > > > What am I doing wrong? Please do not hesitate to ask me if you need any > further information. > > vishy > > ps: I am not subscribed to the list. So Pls cc me on the responses. > ___ > users mailing list > users@lists.ironpython.com > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > -- Anand B Pillai, Staff Engineer (Development), SpikeSource India Pvt Ltd, Koramangala 3rd Block, Bangalore, India. http://www.spikesource.com Blog: http://randombytes.blogspot.com ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com