Re: [IronPython] can't import nt

2006-03-29 Thread Dino Viehland
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Travis Watkins Sent: Wednesday, March 29, 2006 2:12 PM To: Discussion of IronPython Subject: Re: [IronPython] can't import nt On 3/29/06, Dino Viehland <[EMAIL PROTECTED]> wrote: > You'll need to download the CPython distrib

Re: [IronPython] can't import nt

2006-03-29 Thread Travis Watkins
On 3/29/06, Dino Viehland <[EMAIL PROTECTED]> wrote: > You'll need to download the CPython distribution (www.python.org) and copy > it's Lib directory into the same directory as IronPythonConsole.exe. > Why does IronPython have it's own os module that chooses between the nt and posix modules? --

Re: [IronPython] can't import nt

2006-03-29 Thread Dino Viehland
-45DF-8B78-DC1B43134038) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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 wrot

Re: [IronPython] can't import nt

2006-03-29 Thread Mathew Yeates
"import os" doesn't work Travis Watkins wrote: > On 3/29/06, Mathew Yeates <[EMAIL PROTECTED]> 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. > > -- >

Re: [IronPython] can't import nt

2006-03-29 Thread Travis Watkins
On 3/29/06, Mathew Yeates <[EMAIL PROTECTED]> 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 __

Re: [IronPython] can't import nt

2006-03-29 Thread Mathew Yeates
.aspx?JobID=6D4754DE-11F0-45DF-8B78-DC1B43134038) > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mathew Yeates > Sent: Wednesday, March 29, 2006 1:09 PM > To: Discussion of IronPython > Subject: Re: [IronPython] can't import n

Re: [IronPython] can't import nt

2006-03-29 Thread Dino Viehland
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mathew Yeates Sent: Wednesday, March 29, 2006 1:09 PM To: Discussion of IronPython Subject: Re: [IronPython] can't import nt I'm running mono on Linux. I just tried "import unix" and that didn

Re: [IronPython] can't import nt

2006-03-29 Thread Mathew Yeates
I'm running mono on Linux. I just tried "import unix" and that didnt work either Mathew Dino Viehland wrote: > Are you running on Mono or Rotor on a Unix OS? If so we re-name nt to be > unix there. > > > > Do you want to help develop Dynamic languages on CLR? > (http://members.microsoft.com/ca

Re: [IronPython] can't import nt

2006-03-29 Thread Dino Viehland
Are you running on Mono or Rotor on a Unix OS? If so we re-name nt to be unix there. 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: [EMAIL PROTECTED]