Re: Pylab Fails with Runtime Error on Win XP Under Python 2.4

2008-10-14 Thread W. eWatson
Gabriel Genellina wrote: En Sun, 12 Oct 2008 23:45:15 -0300, W. eWatson <[EMAIL PROTECTED]> escribió: The meat of the matter is the Fatal error msg I copied below. To me it indicates a serious error. Maybe some developer can sort it out. From above post. ++ A

Re: Pylab Fails with Runtime Error on Win XP Under Python 2.4

2008-10-14 Thread Gabriel Genellina
En Sun, 12 Oct 2008 23:45:15 -0300, W. eWatson <[EMAIL PROTECTED]> escribió: The meat of the matter is the Fatal error msg I copied below. To me it indicates a serious error. Maybe some developer can sort it out. From above post. ++ Ah, a tiny break through.

Re: Pylab Fails with Runtime Error on Win XP Under Python 2.4

2008-10-12 Thread W. eWatson
Thanks for the help, but I'm bowing out of this graphics problem. This should have been a snap, but has turned into a detour. I'll get back to the python program I was considering for it, and just work without the scatter plot. It's easily done. It would just look prettier in a plot. The meat

Re: Pylab Fails with Runtime Error on Win XP Under Python 2.4

2008-10-12 Thread W. eWatson
Ah, a tiny break through. I got C:\Python24\python myprogram.py aprog.py. I copied the program to this folder. I don't seem to be able to copy the window, so I see pretty much what I had before from a dialog that popped up, except it adds: Fatal Pyton error: Pystring_InterInPlace: strings only p

Re: Pylab Fails with Runtime Error on Win XP Under Python 2.4

2008-10-12 Thread W. eWatson
Dennis Lee Bieber wrote: On Sun, 12 Oct 2008 15:07:57 -0700, "W. eWatson" <[EMAIL PROTECTED]> declaimed the following in comp.lang.python: I worked my way into the folder where the py program is, but couldn't executed. Just entering aprog.py, run aprog.py or exec aprog.py didn't work.

Re: Pylab Fails with Runtime Error on Win XP Under Python 2.4

2008-10-12 Thread W. eWatson
John Machin wrote: On Oct 13, 9:07 am, "W. eWatson" <[EMAIL PROTECTED]> wrote: I worked my way into the folder where the py program is, but couldn't executed. Just entering aprog.py, run aprog.py or exec aprog.py didn't work. One wouldn't expect the "run" or the "exec" to work. Try these in

Re: Pylab Fails with Runtime Error on Win XP Under Python 2.4

2008-10-12 Thread John Machin
On Oct 13, 9:07 am, "W. eWatson" <[EMAIL PROTECTED]> wrote: > > I worked my way into the folder where the py program is, but couldn't > executed. Just entering aprog.py, run aprog.py or exec aprog.py didn't work. One wouldn't expect the "run" or the "exec" to work. Try these in this order: pytho

Re: Pylab Fails with Runtime Error on Win XP Under Python 2.4

2008-10-12 Thread W. eWatson
Dennis Lee Bieber wrote: On Sun, 12 Oct 2008 12:56:26 -0700, "W. eWatson" <[EMAIL PROTECTED]> declaimed the following in comp.lang.python: Oddly when I use cmd, it gets me to settings and docs. If I try c:\whatever I get a msg, and it remains in the same folder. That's likely the def

Re: Pylab Fails with Runtime Error on Win XP Under Python 2.4

2008-10-12 Thread Benjamin Kaplan
On Sun, Oct 12, 2008 at 3:56 PM, W. eWatson <[EMAIL PROTECTED]> wrote: > > Thanks. > > Oddly when I use cmd, it gets me to settings and docs. If I try c:\whatever > I get a msg, and it remains in the same folder. > Are you just typing "C:\whatever" or did you type in "chdir C:\whatever"? -- http

Re: Pylab Fails with Runtime Error on Win XP Under Python 2.4

2008-10-12 Thread W. eWatson
Dennis Lee Bieber wrote: On Sun, 12 Oct 2008 11:24:32 -0700, "W. eWatson" <[EMAIL PROTECTED]> declaimed the following in comp.lang.python: available there. I've long forgotten how to get a console window up in Win XP. I can strip it all the code way down to the from, and it will fail the same