ImportError: No module named XXX
azhai opened this issue · 1 comments
azhai commented
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 ./