hugsy/proxenet

ImportError: No module named XXX

azhai opened this issue · 1 comments

Writing a python plugin in proxenet-plugins/autoload dir, there is a error when start proxenet,:
ImportError: No module named XXX

The way recommand:

#First, put the python file XXX.py in proxenet-plugins
cd proxenet-plugins/autoload
mv  XXX.py  ../
#Then, create a symbol link
ln  -s  ../XXX.py  ./

This is not a bug but the expected behavior.

Commit 16fc936 added documentation about it.