Python Library installation
Posted
by MacPython
on Stack Overflow
See other posts from Stack Overflow
or by MacPython
Published on 2010-06-09T14:37:47Z
Indexed on
2010/06/09
14:42 UTC
Read the original article
Hit count: 246
Hi everybody
I have two questions regarding python libraries:
I would like to know if there is something like a "super" python library which lets me install ALL or at least all scientific useful python libraries, which I can install once and then I have all I need.
There is a number of annoying problems when installing different libraries (pythonpath, cant import because it is not installed BUT it is installed). Is there any good documentation about common installation errors and how to avoid them.
If there is no total solution I would be interested in numpy, scipy, matplotlib, PIL
Thanks a lot for the attention and help
Best
Z
© Stack Overflow or respective owner