Been using SABnzbd for about 3 years with no problems..
It is installed using the .dmg file from the website on OSX 10.7
Yesterday i restarted my mac and no i can no longer connect to 127.0.0.1:8083
So i change the ports around, and i changed the hostame arond (localhost/ 0.0.0.0/127.0.0.1/192.168.1.101)
to no avail
When i run
Code: Select all
netstat -a -n |grep -i listen
BUT i do see the icon up the top right, which i can see my queue and history etc.....
So if i try and run the .py manually usung python SABnzbd.py i recieve this error :
Code: Select all
Duckstars-Mac-mini:Resources DuckstarMini$ python SABnzbd.py
Traceback (most recent call last):
File "SABnzbd.py", line 43, in <module>
import cherrypy
ImportError: No module named cherrypy