dasme,
I had the same error. To fix, install from the repo instead of installing manually
sudo apt-get install python-httplib2
Search found 5 matches
- October 14th, 2009, 11:53 pm
- Forum: Post-Processing Scripts
- Topic: iPhone notification via Prowl
- Replies: 14
- Views: 17960
- September 30th, 2009, 12:45 am
- Forum: Feature Requests
- Topic: Button/shortcut to folders
- Replies: 5
- Views: 3270
Re: Button/shortcut to folders
actually all u need to do is open a network location and launch vlc. I had it working with hellaworld+hellanzb+greasemonkey
- September 30th, 2009, 12:29 am
- Forum: Beta Releases
- Topic: Keeping trunk up-to-date, How?
- Replies: 1
- Views: 1634
Keeping trunk up-to-date, How?
I was wondering if someone could post a little step-by-step rundown on how they go about keeping sabnzb trunk updated. I assume its via svn, but im completely new to svn and would appreciate knowing the commands/steps you guys use, how often you update, and any precautions you follow.
Thanks!
Thanks!
- September 30th, 2009, 12:21 am
- Forum: Beta Releases
- Topic: Sign up to become an Official SABnzbd Tester (Temporarily Closed)
- Replies: 274
- Views: 247188
Re: Sign up to become an Official SABnzbd Tester
Hook me up please. Ubuntu 9.04. Running latest svn.
- September 29th, 2009, 10:45 pm
- Forum: General Help
- Topic: need init.d daemon startup method help
- Replies: 5
- Views: 8570
Re: need init.d daemon startup method help
I did exactly this, but the daemon still doesn't start automaticly on boot. I have to start it manually $ /etc/init.d/sabnzbd start edit: Fixed by starting daemon later: sudo update-rc.d -f sabnzbd defaults 99 This issue is explained here: http://forums.sabnzbd.org/index.php?topic=2537.0 Cool. It wo...