Thanks Sebastien! That did it. The installation completed with no errors and this message:
For non-homebrew Python, you need to set your PYTHONPATH:
export PYTHONPATH=/usr/local/Cellar/omero/5.0.0-rc1/lib/python:$PYTHONPATH
To finish the installation, execute omero_python_deps in your
shell:
./usr/local/Cellar/omero/5.0.0-rc1/bin/omero_python_deps
Running omero_python_deps also didn't throw any errors.
I homebrewed Python so I understand I wouldn't need to set pythonpath. I tried both setting it and not but I still get the same error when I try to run omero :
Fatal Python error: PyThreadState_Get: no current thread
Abort trap: 6
I was trying to run in the terminal some of your code to see where it breaks and it's something in the init script, I suppose, as it fails at :
>>> from omero.util import get_user
Fatal Python error: Interpreter not initialized (version mismatch?)
Abort trap: 6
FYI I'm running this on Mountain Lion with
python --version
Python 2.7.6
$ which python
/usr/local/bin/python
Do you have any ideas how I could fix this?