Re: Help with installing MySQLdb package for Django on OS X Snow Leopard

2009-12-02 Thread Andy Dustman
To sum up (because I've been helping him off list too): It looks like he had old versions of setuptools and XCode (from OS X 10.4, running 10.6). I think once XCode gets upgraded, he should be OK... assuming MySQL is actually installed... As for ZMySQLDA: SourceForge features the most release of

Re: Help with installing MySQLdb package for Django on OS X Snow Leopard

2009-12-02 Thread Frank DiRocco
James, With Snow Leo and preinstalled MySQL5 the package I'm using is here. http://sourceforge.net/projects/mysql-python/files/ MySQL-python-1.2.3c1.tar.gz Direct Link: http://sourceforge.net/projects/mysql-python/files/mysql-python-test/1.2.3c1/MySQL-python-1.2.3c1.tar.gz/download IMHO,

Re: Help with installing MySQLdb package for Django on OS X Snow Leopard

2009-12-02 Thread Daniel Roseman
On Dec 2, 12:18 pm, James Dekker wrote: > Daniel, > > Under the Files tab, the only ones that are available are for Linux > not OS X Snow Leopard... > > -James No, they're not 'for' anything. They're source code, which you compile on your platform. Here's the link to the

Re: Help with installing MySQLdb package for Django on OS X Snow Leopard

2009-12-02 Thread James Dekker
Daniel, Under the Files tab, the only ones that are available are for Linux not OS X Snow Leopard... -James On Wed, Dec 2, 2009 at 1:37 AM, Daniel Roseman wrote: > On Dec 1, 11:23 pm, James Dekker wrote: > >> My problem, however, is that I can't

Re: Help with installing MySQLdb package for Django on OS X Snow Leopard

2009-12-02 Thread Daniel Roseman
On Dec 1, 11:23 pm, James Dekker wrote: > My problem, however, is that I can't seem to figure out how to install the > MySQLdb package for Python / Django? > > Downloaded the tar.gz from: > > http://sourceforge.net/projects/mysql-python/ The main 'Download Now' link

Re: Help with installing MySQLdb package for Django on OS X Snow Leopard

2009-12-01 Thread James Dekker
Also, tried easy_install and this is what happens: sudo easy_install MySQLdb Password: Searching for MySQLdb Reading http://pypi.python.org/simple/MySQLdb/ Couldn't find index page for 'MySQLdb' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading

Re: Help with installing MySQLdb package for Django on OS X Snow Leopard

2009-12-01 Thread James Dekker
Gene, That link / URL you sent me redirects to the Zope MySQL Adapter (same one I was using)... Thanks for the e-mail, James On Tue, Dec 1, 2009 at 7:35 PM, Gene wrote: > You may have the wrong package- ZMySQLDA is an adapter for zope. > > I believe you want this >

Re: Help with installing MySQLdb package for Django on OS X Snow Leopard

2009-12-01 Thread Gene
You may have the wrong package- ZMySQLDA is an adapter for zope. I believe you want this http://sourceforge.net/projects/mysql-python/files/mysql-python-test/1.2.3c1/MySQL-python-1.2.3c1.tar.gz/download If you run into problems installing it, you may need to grab the current release from

Help with installing MySQLdb package for Django on OS X Snow Leopard

2009-12-01 Thread James Dekker
Hello there, I am using Python 2.6.2 on OS X 10.6 ( Snow Leopard ). Downloaded Django 1.1.1 and installed it by issuing: sudo python setup.py install Which placed Django-1.1.1-py2.6.egg-info and django dir inside the site-packages directory: