Re: Import fails (newbie)

2010-06-18 Thread Peter Otten
mhorlick wrote: > I'm a newbie and I have a small problem. After invoking IDLE --> > > Python 3.1.2 (r312:79149, Mar 21 2010, 00:41:52) [MSC v.1500 32 bit > (Intel)] on win32 > Type "copyright", "credits" or "license()" for more information. import os,glob os.chdir('D:/Python_Programs')

Re: Import fails (newbie)

2010-06-17 Thread Albert Hopkins
On Thu, 2010-06-17 at 12:04 -0700, mhorlick wrote: > Hello, > > I'm a newbie and I have a small problem. After invoking IDLE --> > > Python 3.1.2 (r312:79149, Mar 21 2010, 00:41:52) [MSC v.1500 32 bit > (Intel)] on win32 > Type "copyright", "credits" or "license()" for more information. > >>> imp

Import fails (newbie)

2010-06-17 Thread mhorlick
Hello, I'm a newbie and I have a small problem. After invoking IDLE --> Python 3.1.2 (r312:79149, Mar 21 2010, 00:41:52) [MSC v.1500 32 bit (Intel)] on win32 Type "copyright", "credits" or "license()" for more information. >>> import os,glob >>> os.chdir('D:/Python_Programs') >>> print(os.getcwd(