Search found 5 matches

by agapa
Mon Apr 06, 2020 11:15 pm
Forum: Windows OS
Topic: *OLD-THREAD - SEE NEW* [Unofficial] Deluge 2.0.x installer
Replies: 659
Views: 757294

Re: [Unofficial] Deluge 2.0.x installer.

mhertz, just to let you know that I recompiled libtorrent with Python 3.7.7 (64-bit, latest 3.7), and now libtorrent works. I have a whole mess of Python versions, so I'll clean them off and try again with Python 3.8. Hope you'll have everything fine with your rebuild. Good luck! >dumpbin /dependent...
by agapa
Sun Apr 05, 2020 5:41 am
Forum: Windows OS
Topic: *OLD-THREAD - SEE NEW* [Unofficial] Deluge 2.0.x installer
Replies: 659
Views: 757294

Re: [Unofficial] Deluge 2.0.x installer.

Yes, libtorrent.pyd is in %pythonpath%, and all the libraries from its dependencies and libssl,libcrypto dll's are reachable. >dumpbin /dependents libtorrent.pyd Dump of file libtorrent.pyd File Type: DLL Image has the following dependencies: python38.dll libcrypto-1_1-x64.dll libssl-1_1-x64.dll IPH...
by agapa
Sun Apr 05, 2020 12:27 am
Forum: Windows OS
Topic: *OLD-THREAD - SEE NEW* [Unofficial] Deluge 2.0.x installer
Replies: 659
Views: 757294

Re: [Unofficial] Deluge 2.0.x installer.

Good news, thank you, mhertz! I haven't tried your new installer yet, want to finish what I'm doing. I'm struggling with libtorrent now, stuck on ImportError: >python -c "import libtorrent;" Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: DLL ...
by agapa
Tue Mar 31, 2020 1:06 am
Forum: Windows OS
Topic: *OLD-THREAD - SEE NEW* [Unofficial] Deluge 2.0.x installer
Replies: 659
Views: 757294

Re: [Unofficial] Deluge 2.0.x installer.

Mhertz, good luck!
I switched (from master) to openSSL 1.1.1-stable, and all the tests ok-ed. I have libtorrent.pyd built (but not tested), downloaded deluge-deluge-2.0.3.zip, and now I trying to figure out what to do next.
by agapa
Sun Mar 29, 2020 8:31 pm
Forum: Windows OS
Topic: *OLD-THREAD - SEE NEW* [Unofficial] Deluge 2.0.x installer
Replies: 659
Views: 757294

Re: [Unofficial] Deluge 2.0.x installer.

Congratulation with finishing building gtk3! My build went uneventful besides a need to specify the path to VS2017. Somehow, it would find the right one but would still use the hardcoded. I have Windows 7 x64, VS2017 Community. I am building openssl right now and have a few problems with tests (stuc...