Re: [IronPython] import os

2007-04-17 Thread Dino Viehland
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Jensen Sent: Tuesday, April 17, 2007 5:22 PM To: users@lists.ironpython.com Subject: [IronPython] import os This is a very simple and obvious question. However, I am puzzled. I cannot do "import os" in ipy 1.0 or 1.1. Apparently, I have to

Re: [IronPython] import os

2007-04-17 Thread Michael Foord
David Jensen wrote: > This is a very simple and obvious question. However, I am puzzled. I cannot do > "import os" in ipy 1.0 or 1.1. Apparently, I have to import it from cpython > according to codeplex? When I try importing ftplib, it says there is no os > module. Why was an import of the os modul

[IronPython] import os

2007-04-17 Thread David Jensen
This is a very simple and obvious question. However, I am puzzled. I cannot do "import os" in ipy 1.0 or 1.1. Apparently, I have to import it from cpython according to codeplex? When I try importing ftplib, it says there is no os module. Why was an import of the os module not implemented? It would