matplotlib

John Hunter jdhunter at ace.bsd.uchicago.edu
Mon Jul 19 08:20:57 EDT 2004


>>>>> "Noe" == Noe  <noe at netscape.net> writes:

    Noe> Hello, I have a problem with finance_work2.py provided in the
    Noe> documentation. I can't find the helpers module : ImportError:
    Noe> No module named helpers

    Noe> Someone could help me?

You need a couple other files as well - should have mentioned this in
the finance_work file...

Save the following in the same dir as finance_work.py

  http://matplotlib.sourceforge.net/screenshots/helpers.py

  http://matplotlib.sourceforge.net/screenshots/msft_nasdaq_d.csv

  http://matplotlib.sourceforge.net/screenshots/__init__.py

You'll also probably want to add a call to the function show at the
end of the file if you want to display the results in a GUI window.

Good luck!
JDH







More information about the Python-list mailing list