Importing transmissionrpc
#1
How do I import tranmissionrpc into my addon from the lib folder?
I have a folder called transmissionrpc, inside that folder are a bunch of py files including an init.py. When I put this folder in my addon root, it imports just fine, however, when I put it in /resources/lib/ it doesn't import.
Reply
#2
I had to rename the imports in init.py from transmissionrpc.blah to blah
Reply

Logout Mark Read Team Forum Stats Members Help
Importing transmissionrpc0