September 27, 201411 yr I'm running the deluge and sabnzd plugins. Unfortunately they use different versions of python so when they install sequentially and start, everything is OK, but if I have to restart the first one, then I actually have re-install it to get it running, and so forth. I'd like to see if I can get them to both run off the same versions of python. They both run the 2.7 version, but deluge is using 2.7.3-i486-2 and sabnzbd python-2.7.3-i686-5PTr. Deluge also uses a couple other python packages as well as sabnzd. What I notice most often, is that sabnzbd loads first, then deluge. When I try to restart sabnzbd it says it cannot find the python-cheetah package. I think what happens is that deluge uninstalls the existing python, including cheetah and installs its own version. How can I merge these together so that they play nicely? I'm not familiar with python. deluge.plg:<FILE Name="/boot/packages/python-2.7.3-i486-2.txz" Run="upgradepkg --install-new"> deluge.plg:<URL>http://slackware.cs.utah.edu/pub/slackware/slackware-14.0/slackware/d/python-2.7.3-i486-2.txz</URL> deluge.plg:<FILE Name="/boot/packages/python2-chardet-2.0.1-i486-1ponce.txz" Run="upgradepkg --install-new"> deluge.plg:<URL>http://ponce.cc/slackware/slackware-14.0/packages/python2-chardet-2.0.1-i486-1ponce.txz</URL> deluge.plg:<FILE Name="/boot/packages/python-twisted-12.1.0-i486-1ponce.txz" Run="upgradepkg --install-new"> deluge.plg:<URL>http://ponce.cc/slackware/slackware-14.0/packages/python-twisted-12.1.0-i486-1ponce.txz</URL> deluge.plg:for file in /usr/lib/python2.7/site-packages/deluge/plugins/*.egg sabnzbd.plg:<FILE Name="/boot/packages/python-2.7.3-i686-5PTr.txz" Run="upgradepkg --install-new"> sabnzbd.plg:<URL>--no-check-certificate https://dl.dumptruck.goldenfrog.com/p/Vq3zpArAKB/python-2.7.3-i686-5PTr.txz? dl=1</URL> sabnzbd.plg:<FILE Name="/boot/packages/python-cheetah-2.4.4-i486-1alien.tgz" Run="upgradepkg --install-new"> sabnzbd.plg:<URL>http://connie.slackware.com/~alien/slackbuilds/python-cheetah/pkg/13.37/python-cheetah-2.4.4-i486-1 alien.tgz</URL> sabnzbd.plg:<FILE Name="/boot/packages/python-yenc-0.3-i486-1alien.tgz" Run="upgradepkg --install-new"> sabnzbd.plg:<URL>http://connie.slackware.com/~alien/slackbuilds/python-yenc/pkg/13.37/python-yenc-0.3-i486-1alien.tg z</URL> Thanks for any help, david
September 28, 201411 yr Copy the code from the sabnzbd dependency for python and replace the python dependency in the deluge plugin. Then they should both work.
September 29, 201411 yr I'm running the deluge and sabnzd plugins. Unfortunately they use different versions of python so when they install sequentially and start, everything is OK, but if I have to restart the first one, then I actually have re-install it to get it running, and so forth. I'd like to see if I can get them to both run off the same versions of python. They both run the 2.7 version, but deluge is using 2.7.3-i486-2 and sabnzbd python-2.7.3-i686-5PTr. Deluge also uses a couple other python packages as well as sabnzd. What I notice most often, is that sabnzbd loads first, then deluge. When I try to restart sabnzbd it says it cannot find the python-cheetah package. I think what happens is that deluge uninstalls the existing python, including cheetah and installs its own version. How can I merge these together so that they play nicely? I'm not familiar with python. deluge.plg:<FILE Name="/boot/packages/python-2.7.3-i486-2.txz" Run="upgradepkg --install-new"> deluge.plg:<URL>http://slackware.cs.utah.edu/pub/slackware/slackware-14.0/slackware/d/python-2.7.3-i486-2.txz</URL> deluge.plg:<FILE Name="/boot/packages/python2-chardet-2.0.1-i486-1ponce.txz" Run="upgradepkg --install-new"> deluge.plg:<URL>http://ponce.cc/slackware/slackware-14.0/packages/python2-chardet-2.0.1-i486-1ponce.txz</URL> deluge.plg:<FILE Name="/boot/packages/python-twisted-12.1.0-i486-1ponce.txz" Run="upgradepkg --install-new"> deluge.plg:<URL>http://ponce.cc/slackware/slackware-14.0/packages/python-twisted-12.1.0-i486-1ponce.txz</URL> deluge.plg:for file in /usr/lib/python2.7/site-packages/deluge/plugins/*.egg sabnzbd.plg:<FILE Name="/boot/packages/python-2.7.3-i686-5PTr.txz" Run="upgradepkg --install-new"> sabnzbd.plg:<URL>--no-check-certificate https://dl.dumptruck.goldenfrog.com/p/Vq3zpArAKB/python-2.7.3-i686-5PTr.txz? dl=1</URL> sabnzbd.plg:<FILE Name="/boot/packages/python-cheetah-2.4.4-i486-1alien.tgz" Run="upgradepkg --install-new"> sabnzbd.plg:<URL>http://connie.slackware.com/~alien/slackbuilds/python-cheetah/pkg/13.37/python-cheetah-2.4.4-i486-1 alien.tgz</URL> sabnzbd.plg:<FILE Name="/boot/packages/python-yenc-0.3-i486-1alien.tgz" Run="upgradepkg --install-new"> sabnzbd.plg:<URL>http://connie.slackware.com/~alien/slackbuilds/python-yenc/pkg/13.37/python-yenc-0.3-i486-1alien.tg z</URL> Thanks for any help, david I'll update deluge to be more inline with phaze's when I convert it to the new plugin format and host all the packages on github. But like he said change the depends to match sabnzbd
Archived
This topic is now archived and is closed to further replies.