Compiling and installing pyactivemq on osx
I'm having a hardtime trying to install pyactivemq (link) on my osx leopard. Following a tutorial (in portuguese) on compiling it ends up ok, but when I run the tests i receive only a crypt message:
Fatal Python error: Interpreter not initialized (version mismatch?)
There is not much information on the web about using pyactivemq on osx, but what I could find i开发者_Python百科s that is something related to wrong linking when boost compiles.
I'm running:
- Mac OS 10.5.8
- MacPorts 1.8.2
- APR 1.3.9
- Xcode 3.1.4
- Boost 1.41.0 (installing for python 2.5)
- Activemq-cpp 2.2.6
- pyactivemq 0.1.0
If someone has any info on this it would be helpful knowing that I'm using python 2.5
installed from macports
精彩评论