Learning Site Packages Folder Under OSX

September 13th, 2009

Today I was browsing couple django extensions to check if there is any new useful stuff around. I saw couple questions in those WiKis/forums about site-packages folder under OSX. For those who don’t know which site-packages folder is active in your system, you must consider how your system is configured. Especially if you’re using MacPorts or any tool like that, your default site-packages folder that is shipped with OS X might be different than what you’re presuming.

Django

No Comments

How to Install Python MySQL Egg on OS X

April 21st, 2009

Yesterday I started a project using Django and I wanted to use MySQL. Since I bought my Mac a month ago, I didn’t get chance to install all Python MySQL egg. Then I noticed that Leopard has some issues with installing Python MySQL egg. I don’t know maybe it was because of changing to Python 2.6. Anyways, here is how I solved my problem after a little googling.

Django

1 Comment