Hi
I'm just wondering why the v. 3.2 (rc) is used and not the stable 3.1.2
I'm trying to port the 0.5 version of SABnzbd to the ports Freebsd, but you can "only" get the latest stable cherrypy, which is 3.1.2.
I tried to tamper with the version check, and it seems to work, though I would like to know if anything crusial is getting used from 3.2 rc
CherryPy 3.2 vs 3.1.2
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Re: CherryPy 3.2 vs 3.1.2
3.1.2 doesn't properly support simultaneous http and https.
You should not use a CherryPy package, since the SABnzbd tarball comes with its own version.
CherryPy has a history of poor compatibility between its versions
and SABnzbd will only interface properly with the included version.
Assuming Python 2.5, there are only three packages needed:
Cheetah 2+
yEnc 0.3
PyOpenSSL 0.10 (0.7 may also work).
You should not use a CherryPy package, since the SABnzbd tarball comes with its own version.
CherryPy has a history of poor compatibility between its versions
and SABnzbd will only interface properly with the included version.
Assuming Python 2.5, there are only three packages needed:
Cheetah 2+
yEnc 0.3
PyOpenSSL 0.10 (0.7 may also work).

