Search found 4 matches
- Thu Oct 27, 2016 1:33 pm
- Forum: Support
- Topic: Deluge.ui.client not importing in python
- Replies: 4
- Views: 2678
Re: Deluge.ui.client not importing in python
Alright so I installed a bunch of things and made everything go past the first two lines but now i get this error Traceback (most recent call last): File "C:\Program Files\Deluge\deluge-1.3.13-py2.7.egg\getLabel.py", line 13, in <module> torrent_id = sys.argv[1] IndexError: list index out ...
- Thu Oct 27, 2016 9:59 am
- Forum: Support
- Topic: Deluge.ui.client not importing in python
- Replies: 4
- Views: 2678
Re: Deluge.ui.client not importing in python
Thank you so much for responding. I don't know how to install deluge from source or what that means. I placed the script in the deluge folder and the error disappeared except another error was returned - Traceback (most recent call last): File "C:\Program Files\Deluge\deluge-1.3.11-py2.6.egg\ge...
- Wed Oct 26, 2016 3:50 pm
- Forum: Windows OS
- Topic: Deluge.ui.client not importing in python
- Replies: 0
- Views: 8119
Deluge.ui.client not importing in python
Ok so this forum is my last hope. I have been trying to get this to script to work for days at this point. The OS is windows 7 btw. #!/usr/bin/python import sys from deluge.ui.client import client from twisted.internet import reactor # Set up the logger to print out errors from deluge.log import set...
- Wed Oct 26, 2016 2:19 pm
- Forum: Support
- Topic: Deluge.ui.client not importing in python
- Replies: 4
- Views: 2678
Deluge.ui.client not importing in python
Ok so this forum is my last hope. I have been trying to get this to script to work for days at this point. The OS is windows 7 btw. #!/usr/bin/python import sys from deluge.ui.client import client from twisted.internet import reactor # Set up the logger to print out errors from deluge.log import set...