Hello, I'm newbie to python.
So far, I'm a bit disappointed. It's awful to set Python up to work. It's not working!!! Ok, calm down. Here are my settings: I'm using Windows XP machine and have installed Python 2.5.1. Also, I have also installed something called "Cygwin" to type in my commands. Finally, I have installed scipy-0.6.0. After starting Cygin I type python import math import scipy ***************************************** Then I try import xplt and get the message Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named xplt ***************************************** Also I try import pylab and get the message Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named pylab ***************************************** So, how can I use xplt and pylab???!!!! Any help would be much appreciated!!! Thank you, Caren -- http://mail.python.org/mailman/listinfo/python-list