[IronPython] importing the os module

Martin Maly Martin.Maly at microsoft.com
Sat Oct 15 15:38:55 CEST 2005


You can either use the CPython libraries, or instead of "os" use the
"nt" module which IronPython contains.
 
Martin

________________________________

From: users-bounces at lists.ironpython.com
[mailto:users-bounces at lists.ironpython.com] On Behalf Of Papanii Okai
Sent: Saturday, October 15, 2005 12:19 AM
To: users at lists.ironpython.com
Subject: [IronPython] importing the os module



Hi Guys,

          I was testing out Iron Python and I was trying to test out the
OS module but I got the error ..

 

TraceBack (most recent call last)

            At <shell>

ImportError: No module named os..</>

 

Obviously it doesn't exist. Thus is there any means to get around this? 

 

Thank you

--Papanii

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20051015/eaeb029b/attachment.html>


More information about the Ironpython-users mailing list