When installing plugin from zip file I got a message:
Error Installing "ToDo-1.0.1"
After install from .py when I run DrPython it say:
***************************
Error with: ToDo
DrPython will not load this plugin.
Traceback (most recent call last):
File "C:\Program Files\drpython-3.8.5\drpython.py", line 1161, in InitializePlugin
exec(compile("import " + plugin, pluginfile, 'exec'))
File "S:/alexr/drpython/plugins/ToDo.py", line 1, in ?
# Programmer: Daniel Pozmanter
ImportError: No module named ToDo
***************************
DrPython 3.8.5
wxPython 2.5.3.1
Python 2.4.0 final win32
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When installing plugin from zip file I got a message:
Error Installing "ToDo-1.0.1"
After install from .py when I run DrPython it say:
***************************
Error with: ToDo
DrPython will not load this plugin.
Traceback (most recent call last):
File "C:\Program Files\drpython-3.8.5\drpython.py", line 1161, in InitializePlugin
exec(compile("import " + plugin, pluginfile, 'exec'))
File "S:/alexr/drpython/plugins/ToDo.py", line 1, in ?
# Programmer: Daniel Pozmanter
ImportError: No module named ToDo
***************************
DrPython 3.8.5
wxPython 2.5.3.1
Python 2.4.0 final win32
Thanks. I'll look into this.