[IronPython] Newbie mono question (setting up lib path)

Zoltan Varga vargaz at gmail.com
Mon Jan 16 22:41:35 CET 2006


                                                    Hi,

  You might be running into a mono bug instead of an IronPython bug. Try the
MS runtime, and if that works, then its a mono bug, and you should report it
at bugzilla.ximian.com.

                     Zoltan

On 1/14/06, m h <sesquile at gmail.com> wrote:
> Folks, I'm new to IronPython (and Mono!).
> Following what I read in Jim's recent email, I tried copying my
> python2.3 lib directory into the "Lib" directory and added "Lib" to
> the sys.path in Lib/site.py.  Then I tried to import string but it
> failed.  Any hints?
>
> mharrison[1080] mono IronPythonConsole.exe
> IronPython 1.0.2190 (Beta) on .NET 2.0.50727.42
> Copyright (c) Microsoft Corporation. All rights reserved.
> >>> import string
> Traceback (most recent call last):
> ImportError: No module named string
> >>>
>
> mharrison[1045] mono --version
> Mono JIT compiler version 1.1.13, (C) 2002-2005 Novell, Inc and
> Contributors. www.mono-project.com
>         TLS:           normal
>         GC:            Included Boehm (with typed GC)
>         SIGSEGV      : normal
>
> thanks
> matt
> _______________________________________________
> users mailing list
> users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>



More information about the Ironpython-users mailing list