[Tutor] (no subject)

Joerg Woelke lumbricus@gmx.net
Sat, 15 Dec 2001 17:16:50 +0100


On Sat, Dec 15, 2001 at 06:46:33AM -0800, vip333d@yahoo.com wrote:
> os: win95
> I've read the answers to my questions - but none of
> them work!
> a) when I type in python - os.access('c:\...')- it
> points on the ")" and says "invalid tolken" when I
> write: os.access(c:\\...) - it points on the ":" and

How about 'os.access("c:\\...")'?

> says:
> "syntax error: invalid syntax"

because colons have a special meaning.

> b) i've tried an order that was in
> "www.python.org/doc/lib...": open_new(www...), and it
> said: "name error: open_new is not defined"
> 
> thank you very much!
> vip333d@yahoo.com
> 

HTH, HAND and Greetings
J"o!

-- 
I hate it when my foot falls asleep during the day cause that means
it's going to be up all night.
		-- Steven Wright