Re: weird str error

2009-09-17 Thread Peter Otten
daved170 wrote: > On Sep 15, 6:29 pm, Peter Otten <__pete...@web.de> wrote: >> daved170 wrote: >> > Hi everybody, >> > I'm using SPE 0.8.3.c as my python editor. >> > I'm using thestr() function and i got a very odd error. >> >> > I'm trying to do this: printstr("HI") >> > When i'm writing this li

Re: weird str error

2009-09-16 Thread daved170
On Sep 15, 6:29 pm, Peter Otten <__pete...@web.de> wrote: > daved170 wrote: > > Hi everybody, > > I'm using SPE 0.8.3.c as my python editor. > > I'm using thestr() function and i got a very odd error. > > > I'm trying to do this: printstr("HI") > > When i'm writing this line in the shell it prints:

Re: weird str error

2009-09-15 Thread Dave Angel
daved170 wrote: Hi everybody, I'm using SPE 0.8.3.c as my python editor. I'm using the str() function and i got a very odd error. I'm trying to do this: print str("HI") When i'm writing this line in the shell it prints: HI When it's in my code (it's the only line) i'm getting the following error

Re: weird str error

2009-09-15 Thread Peter Otten
daved170 wrote: > Hi everybody, > I'm using SPE 0.8.3.c as my python editor. > I'm using the str() function and i got a very odd error. > > I'm trying to do this: print str("HI") > When i'm writing this line in the shell it prints: HI > When it's in my code (it's the only line) i'm getting the fo

weird str error

2009-09-15 Thread daved170
Hi everybody, I'm using SPE 0.8.3.c as my python editor. I'm using the str() function and i got a very odd error. I'm trying to do this: print str("HI") When i'm writing this line in the shell it prints: HI When it's in my code (it's the only line) i'm getting the following error: file "c:\Python