Installing numpy
Stephen R. Figgins
fig at oreilly.com
Thu May 4 09:19:14 EDT 2000
More information about the Python-list mailing list
Thu May 4 09:19:14 EDT 2000
- Previous message (by thread): installing numpy
- Next message (by thread): Installing numpy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I don't have a C compiler installed on my Windows system, so I haven't ever tried compiling the source code. Was there some reason you didn't want to use the precompiled version? If you get the zip file all you have to do is unzip it into your Python directory (using a tool like winzip.) It will create some directories for NumPy and put a .pth file in the Python directory so Python picks up the path next time you run it. That should be all you need do. Stephen R. Figgins Python DevCenter http://www.oreillynet.com/python
- Previous message (by thread): installing numpy
- Next message (by thread): Installing numpy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list