Python modules

Shirley Li li19104 at yahoo.com
Mon May 15 20:39:01 EDT 2006


Dear Python experts,
 
 I'm a beginner of Python programming.    I have a question about Python modules.
 
 With the following:
 =================
 import sys, os, string, math
 from Numeric import *
 from Matrix import *
 =================
 at the beginning of my Python script, it complained that "ImportError: No module named Numeric" when I run the script.
 
 Could someone tell me what's wrong?
 
 Any help/info will be greatly appreciated.
 
 Shirley
 
 
		
---------------------------------
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20060515/9dd72b9d/attachment.html>


More information about the Python-list mailing list