Archive for the 'en' Category

Compiling and Installing pyactivemq on mac osx with macports

I had a hard time trying to configure pyactivemq in my osx box. At the beginning I followed a tutorial written by my friend Andreia Kumpera where she explains what she did on her machine to install pyactivemq (in portuguese). Well, I followed the tutorial and when I tested pyactivemq, I just got a meaningless [...]

Installing Python MySQL connector on MacOS X 10.5

Today I spent a couple of hours trying to get Python MySQLdb connector to work on my Mac OS X 10.5.7. After some search over the internet I found that I should download MySQLdb distribution from SourceForge and compile it locally. I followed Mango Orange’s Installing Python MySQLdb 1.2.2 on Mac OS X. The information [...]