views:

85

answers:

1

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 is 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

A: 

Well, I finally solve the problem. There was a bug in python 2.5 macports.

I described the solution here:

http://muanis.org/blog/2010/01/compiling-and-installing-pyactivemq-on-mac-osx-with-macports/

muanis