-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python3 Migration and Deluge 2.x support #23
Comments
I'm not really working on this plugin much anymore due to lack of time. PR's are welcome (i'll be better about review+merge) |
It does not look like the migration guide on the Deluge website is complete. I tried building the package using their migration guide using Python3.6. The egg was created but the plugin did not enable. Digging deeper it said that the core module is missing from the plugin. It could be I have missed something. I'll update here if I can fix it |
I tried it too, it's working wonderfully. Thanks, @Daniel-Marynicz for the hard work. |
I get this error when trying to enable the plugin on my Odroid N2 (ubuntu minimal) via Windows 10:
|
You need install python3-gi and gtk3 bindings
|
Now I can see that Deluge 2.x support is integrated in the sources. I've built the .egg from this repository and it works fine with my Deluge client 2.0.3 on Windows. If I wouldn't miss this plugin so much on 2.x that I decided to migrate it myself I'd never go to this page and wouldn't read the compatibility already implemented. |
Please do update the wiki. |
Hey guys, @Daniel-Marynicz or @dredkin, could either of you share your .egg in the meanwhile? |
You need this too:
|
Thank You! |
Its time to support Deluge 2.x and Python 3. Python 2.x is dead..
https://pythonclock.org/ -- 01 Jan 2020
python/devguide#344
The text was updated successfully, but these errors were encountered: