Experience with SABnzbd on Python 2.6
Posted: March 2nd, 2009, 1:40 pm
FWIW: I would like to share experiences with SABnzbd on Python 2.6
I'm able to use SABnzbd 0.4.7 on Python 2.6 (on Ubuntu Jaunty Alpha 5 updated), however there two DeprecationWarnings at the beginning:
As reported in another thread, so far SAB runs without python-yenc.
A annoying thing: pressing Save Changes after a change in http://localhost:8080/sabnzbd/m/config/general/, takes ages (well: at least 5 minutes, after which I pressed Ctrl-C). Output on the screen:
I'm able to use SABnzbd 0.4.7 on Python 2.6 (on Ubuntu Jaunty Alpha 5 updated), however there two DeprecationWarnings at the beginning:
Code: Select all
sander@jaunty:~/SABnzbd-0.4.7$ ./SABnzbd.py
/home/sander/SABnzbd-0.4.7/cherrypy/lib/cptools.py:3: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
/home/sander/SABnzbd-0.4.7/cherrypy/filters/sessionfilter.py:33: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha
2009-03-02 19:14:52,277::INFO::--------------------------------
2009-03-02 19:14:52,278::INFO::SABnzbd.py-0.4.7 (rev=2225)
2009-03-02 19:14:52,280::INFO::Platform = posix
2009-03-02 19:14:52,281::INFO::Python-version = 2.6.1+ (r261:67515, Mar 2 2009, 13:10:18)
[GCC 4.3.3]A annoying thing: pressing Save Changes after a change in http://localhost:8080/sabnzbd/m/config/general/, takes ages (well: at least 5 minutes, after which I pressed Ctrl-C). Output on the screen:
Code: Select all
::ffff:127.0.0.1 - - [02/Mar/2009:19:28:58] "GET /sabnzbd/m/config/general/ HTTP/1.1" 200 - "http://localhost:8080/sabnzbd/m/config/" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009022714 Ubuntu/9.04 (jaunty) Firefox/3.0.6"
2009-03-02 19:29:06,757::INFO::SABnzbd shutting down...
2009-03-02 19:29:06,759::INFO::[sabnzbd.misc] URLGrabber shutting down
2009-03-02 19:29:06,761::INFO::[downloader] Shutting down
2009-03-02 19:29:06,762::INFO::[assembler] Shutting down
2009-03-02 19:29:06,763::INFO::[nzbqueue] Saving queue
2009-03-02 19:29:06,764::INFO::[sabnzbd] Saving data for queue7.sab in /home/sander/.sabnzbd/cache/queue7.sab
2009-03-02 19:29:06,766::INFO::[sabnzbd] Saving data for bytes7.sab in /home/sander/.sabnzbd/cache/bytes7.sab
2009-03-02 19:29:06,767::INFO::[sabnzbd] Saving data for rss_data.sab in /home/sander/.sabnzbd/cache/rss_data.sab
^C2009-03-02 19:35:08,375::WARNING::[sabnzbd] Signal 2 caught, saving and exiting...
2009-03-02 19:35:08,376::INFO::[nzbqueue] Saving queue
2009-03-02 19:35:08,376::INFO::[sabnzbd] Saving data for queue7.sab in /home/sander/.sabnzbd/cache/queue7.sab
2009-03-02 19:35:08,377::INFO::[sabnzbd] Saving data for bytes7.sab in /home/sander/.sabnzbd/cache/bytes7.sab
2009-03-02 19:35:08,377::INFO::[sabnzbd] Saving data for rss_data.sab in /home/sander/.sabnzbd/cache/rss_data.sab
sander@jaunty:~/SABnzbd-0.4.7$