Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

MySQL, Python and MacOS X 10.6 (Snow Leopard). I gave up on compiling things when I upgraded to Snow Leopard—I’m back to running Ubuntu in a VMWare instance, mounted over Samba so I can still use TextMate.

Tagged , , , , , , ,

5 comments

  1. Couldn't you use shared folders for the same effect?

    Roger - 26th September 2009 02:55 - #

  2. I'm using MySQL, python and all the geodjango required libraries.

    Like you I experienced some frustration at first but it was mostly cured by removing ports and re-installing and re-building so that everything is now 64bit.

    peterbmarks - 26th September 2009 04:23 - #

  3. Shared folders would probably work better than Samba.

    I switched the UID/GID on my VM to match my Mac, then mounted my Mac's shared home directory as the VM's home directory. Seamless integration!

    Ben Firshman - 26th September 2009 12:42 - #

  4. why not use macports
    or buildout ? I had use both on Snow Leopard without a problem

    Marco - 26th September 2009 17:47 - #

  5. Why don't you just fire up macports, and build a universal mysql variant (sudo port install mysql mysql5-server +universal) which builds a 64 and 32 bit fat binary of mysql.

    Using that I'm fairly sure you can build the python mysql driver without any hiccups - just remember to set the PATH to contain /opt/local/bin or wherever mysql_config hides itself.

    Mads Sülau Jørgensen - 28th September 2009 09:53 - #

Comments are closed.
A django site