Using Python 2.6.5
Mac OS X version 10.6.8

I want to run the PyNomo package that uses python.  I have followed the 
instructions shown.

Install newest python (2.6.5 tested) [1]
Download and install latest Numpy for python 2.6.
Download and install latest Scipy
Install PIL (or skip, probably you won't need it)
Install MacTex
Install PyX
sudo python setup.py install
Install PyNomo
Run tests on examples directory found in zip-distribution

python GENERATE_ALL.py

The Numpy  and PyX files do not have an installer and can't be dropped into the 
applications folder, so I have them on the desktop.

Python will open in a shell, but shows the following when I run it.

Python 2.7.1 (r271:86882M, Nov 30 2010, 10:35:34) 
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin
Type "copyright", "credits" or "license()" for more information.
>>> ================================ RESTART ================================
>>> 

Traceback (most recent call last):
  File "/Users/edythethompson/Desktop/Type8-Sample.py", line 3, in <module>
    from pynomo.nomographer import *
ImportError: No module named pynomo.nomographer
>>> 

I'm stuck here.  What do I need to do to make this work, if it will?

Regards,

Edythe
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to