Re: [Pythonmac-SIG] Help with path settings

2008-02-02 Thread Piet van Oostrum
> George Wright <[EMAIL PROTECTED]> (GW) wrote: >GW> I guess I should leave the python 2.3 where it is Yes, you should never remove the system provided Python from your computer. >>> There are quite a lot of places where environment variables can be set. >>> >>> E.g. ~/.profile ~/.bashrc ~

[Pythonmac-SIG] numpy+ipython+scipy+matplotlib

2008-02-02 Thread sasha
Hi, i ve upgraded my mac book pro from tiger to leopard but i've some problems to build scipy and matplotlib :-/ i tried the svn source installation, but it worked fine only for ipython instead scypy and matplotlib fails. as solution i tried to install the scipysuperpack that use the standard pyt

Re: [Pythonmac-SIG] installing MySQLdb problem

2008-02-02 Thread Larry Meyn
There is a consistent problem compiling MySQLdb on OS X, wether it's 10.4 or 10.5. The following link details a work around. Even though it specifically mentions 10.5, the problem exists on 10.4. http://www.nickshanny.com/2007/10/os-x-105-python-and-mysqldb.html I hope this works for you.

[Pythonmac-SIG] installing MySQLdb problem

2008-02-02 Thread Grzegorz Laszczyk
Hi. I have to work with MySQL database. I'm trying to install MySQLdb module on my MacBook Pro (with Tiger). I've downloaded source .gz from site, unpack it. When trying to install it, an error occured. grzesieks-computer:~/desktop grzesiek$ cd MySQL-python-1.2.2 grzesieks-computer:~/desktop/My