Author

Topic: Electrum don`t see custom plugins (Read 171 times)

newbie
Activity: 1
Merit: 0
November 06, 2017, 08:26:59 AM
#1
I`m running electrum 3.0.0 on Windows 10 machine. The problem is that electrum doesn`t see my custom plugins.

For example, I want to create empty test plugin. In "electrum_plugins" dir I make directory named "test" and put there "__init__.py" file with this content:
Quote
fullname = 'TEST PLUGIN'
available_for = ['qt']

Next I run electrum, but don`t see it in the plugins list. What is wrong here?

Also I have development envioronment with installed python and run electrum from sources and there my plugin works. Maybe there are some differences in windows build?
Jump to: