[IronPython] can't import nt

Dino Viehland dinov at exchange.microsoft.com
Thu Mar 30 00:04:15 CEST 2006


You'll need to download the CPython distribution (www.python.org) and copy it's Lib directory into the same directory as IronPythonConsole.exe.

Do you want to help develop Dynamic languages on CLR? (http://members.microsoft.com/careers/search/details.aspx?JobID=6D4754DE-11F0-45DF-8B78-DC1B43134038)

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Mathew Yeates
Sent: Wednesday, March 29, 2006 1:44 PM
To: Discussion of IronPython
Subject: Re: [IronPython] can't import nt

"import os" doesn't work

Travis Watkins wrote:
> On 3/29/06, Mathew Yeates <myeates at jpl.nasa.gov> wrote:
>
>> bingo!
>>
>>
>
> It's usually a good idea to just import the os module. it's a wrapper
> (at least in cpython) around the nt, posix, etc modules so you can use
> it anywhere.
>
> --
> Travis Watkins
> http://www.realistanew.com
> _______________________________________________
> users mailing list
> users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>

_______________________________________________
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