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: 230

Filed under:
|
|
|
|

Hi everybody

I have two questions regarding python libraries:

  1. 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.

  2. 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.

  3. 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

Related posts about python

Related posts about library