Re: [IronPython] standard modules

2007-02-13 Thread Sanghyeon Seo
2007/2/13, Paul Moore <[EMAIL PROTECTED]>: > which standard modules exist in IP? > For example can I do 'import random' or must I use the the CLR equivalents You can import random just fine. -- Seo Sanghyeon ___ users mailing list users@lists.ironpytho

Re: [IronPython] standard modules

2007-02-12 Thread Michael Foord
Paul Moore wrote: > which standard modules exist in IP? > For example can I do 'import random' or must I use the the CLR equivalents You can use most of the Python standard library, but it must be on the path (it doesn't come with the Microsoft IronPython distribution). Make sure you have Python

[IronPython] standard modules

2007-02-12 Thread Paul Moore
which standard modules exist in IP? For example can I do 'import random' or must I use the the CLR equivalents ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com