<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks for the tips, but I'm putting this aside for a week or so&nbsp; to
continue with the non-graphics side of the program. I'm guided here
more by examining the meteor data that worrying about side issues with
the program. I can provide satisfactory results without the plot, but
it would be helpful. <br>
<br>
I think I found a very significant error message (underline is mine). <br>
<pre wrap=""><u>Fatal Python error: Pystring_InterInPlace: strings only please!</u></pre>
That's what was behind the bland "runtime error" OK dialog that IDLE
produced. It suggests to me that something is seriously wrong outside
the program, which apparently others have successfully worked with. It
came off the matplotlib web page. <br>
<br>
When I come back to this problem, I'll be better able to focus on it. <br>
<br>
Alan Gauld wrote:
<blockquote cite="mid:gcuub5$e2i$1@ger.gmane.org" type="cite">"Wayne
Watson" <a class="moz-txt-link-rfc2396E"
 href="mailto:sierra_mtnview@sbcglobal.net">&lt;sierra_mtnview@sbcglobal.net&gt;</a>
wrote <br>
  <br>
  <blockquote type="cite">Yes (below), command lines are surprisingly
baffling. <br>
I've used the Win Run cmd lines before, but once one gets <br>
into using them like DOS, it's a bit weird. <br>
  </blockquote>
  <br>
For this kind of thing you want to eliminate as many <br>
variables as posssible so its best to just start up a <br>
basic CMD window with a DOS prompt and run the <br>
program by hand. <br>
  <br>
To do that start a new DOS session via Start-&gt;Run CMD. <br>
  <br>
Then: <br>
- use CD to navigate to the folder with your script. <br>
  <br>
- Run <br>
  <br>
C:\MyFolder&gt; python myscript.py <br>
  <br>
That should show any error messages. <br>
  <br>
- To copy and paste the content of the window go to the <br>
CMD icon at the top left corner and click on it. <br>
  <br>
- Select the Edit-&gt;Mark menu item and use the mouse <br>
to highlight the error text. <br>
  <br>
- Then Select Edit-&gt;Copy to copy it to the clipboard <br>
  <br>
- Paste it into an email as usual and send to the list. <br>
  <br>
  <blockquote type="cite">Apparently, command line operation means
something <br>
a bit different in python <br>
  </blockquote>
  <br>
There are two separate concepts: <br>
1) The OS command line - thats the "DOS prompt" <br>
2) The Python commandline - thats the &gt;&gt;&gt; python <br>
interpreter prompt <br>
  <br>
Most IDEs provide a simulation of the python command <br>
prompt but it will behave slightly differently - usually <br>
with added extras. Thats why its best when debugging <br>
strange errors to go back to the vanilla python interpreter <br>
since thats the one that will ultimately run your code <br>
when you double click in Explorer etc. <br>
  <br>
There are a lot of tweaks that you can do to the XP/Vista <br>
CMD prompt to make it more user friendly (command history, <br>
completion, enhanced editing, cut n paste etc etc) But <br>
they can wait till later. <br>
  <br>
  <blockquote type="cite">&nbsp;bookmarked. I changed the misleading title
(Windows FAQ) so that I can find it later. <br>
  </blockquote>
  <br>
The title is OK - it's the FAQ for Python windows users. <br>
This is one of the FAQs... :-) <br>
  <br>
HTH, <br>
  <br>
Alan G. <br>
  <br>
_______________________________________________ <br>
Tutor maillist&nbsp; -&nbsp; <a class="moz-txt-link-abbreviated"
 href="mailto:Tutor@python.org">Tutor@python.org</a> <br>
  <a class="moz-txt-link-freetext"
 href="http://mail.python.org/mailman/listinfo/tutor">http://mail.python.org/mailman/listinfo/tutor</a>
  <br>
  <br>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<meta content="text/html;" http-equiv="Content-Type">
<title>Signature.html</title>
<pre class="moz-signature" cols="76">           Wayne Watson (Watson Adventures, Prop., Nevada City, CA)

             (121.01 Deg. W, 39.26 Deg. N) GMT-8 hr std. time)
<font color="#330099">            </font>
        "Things are going to get a lot worse befoe they get worse."
                    -- Lily Tomlin
            
                    Web Page: &lt;<a class="moz-txt-link-abbreviated"
 href="http://www.speckledwithstars.net/">www.speckledwithstars.net/</a>&gt;</pre>
</div>
</body>
</html>