[Tutor] Is Python module case sensitive?

Jay Li chyumm at yahoo.com
Wed May 5 11:46:03 EDT 2004


Dear all,
 
I'm trying to use Atamai Viewer which is written in Python. I've installed Python and numarray package and Scientific package. When I tried to run that that program, it always showed an error "from Numeric import *
ImportError: No module named Numeric" 

I checked the sys.path by useing the "Path Bowser". Python22\lib\site-packages which includes numarray package is there. there's a file named numeric.py in the package. I doubt if Python's module is case sensitive, if so, can I just modify the numeric.py to Numeric.py without any latent problems? Thanks a lot!
 
Jay

		
---------------------------------
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20040505/02f01a5b/attachment.html


More information about the Tutor mailing list