I installed OpsCenter 1.4.1 on my Mac, but opscenter fails to start. Here's the sequence:
-----------------------
:java -version
java version "1.6.0_29"
:python -V
Python 2.7
:openssl version
OpenSSL 0.9.8r 8 Feb 2011
:cd bin
~/opscenter-1.4.1/bin
:setup.py
Generating a 1024 bit RSA private key
................................................................++++++
.......++++++
writing new private key to 'ssl/opscenter.key'
-----
MAC verified OK
Certificate was added to keystore
:./opscenter
Traceback (most recent call last):
File "./bin/twistd", line 18, in <module>
from twisted.scripts.twistd import run
ImportError: No module named twisted.scripts.twistd
-----------------------
As I understand it, OSX comes with twisted installed, but I don't see this file anywhere. Did I miss something?
Thanks
