Page 1 of 1

CherryPy 3.2 vs 3.1.2

Posted: April 9th, 2010, 6:01 am
by Moocher
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

Re: CherryPy 3.2 vs 3.1.2

Posted: April 9th, 2010, 6:15 am
by shypike
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).