On Sun, Jan 1, 2012 at 11:21 AM, Matei Zaharia <[email protected]> wrote: > Hi Daniel, > > What do which python and python --version say,
$ which python /Library/Frameworks/Python.framework/Versions/2.6/bin/python $ python --version Python 2.6.5 > and did you install swig-python through MacPorts? Swig-python? Never heard of it. I certainly did not install it. $ which swig-python $ I tend to not use MacPorts because it's a bit of a pain. > We've had most of the developers working on Mac OS X 10.6 for a while > (although I'm no longer doing that, having recently upgraded to 10.7), but it > can be confusing because you might have a separate version of Python > installed through MacPorts. Nope. Vanilla python, as you can see. > If you want a simpler build environment I recommend going with whichever > version of Linux you plan to deploy. I get your point, but this really should work if you already have other people using what seems to be the same environment. I would appreciate it if I could develop on my own machine, and not through VMware. Daniel
