Error with: DocumentationBookmarksMenu
DrPython will not load this plugin.
Traceback (most recent call last):
File "C:\Eigene Dateien\python\drpython\drpython.py", line 1702, in InitializePlugin
exec(compile(plugin + ".Plugin(self)", pluginfile, 'exec'))
File "C://drpython/plugins/DocumentationBookmarksMenu.py", line 1, in ?
# Programmer: Daniel Pozmanter
File "C://drpython/plugins\DocumentationBookmarksMenu.py", line 140, in Plugin
DrFrame.infomenu.AppendSeparator()
AttributeError: 'DrFrame' object has no attribute 'infomenu'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Dan,
(from a user from the german Python-Forum)
Error with: DocumentationBookmarksMenu
DrPython will not load this plugin.
Traceback (most recent call last):
File "C:\Eigene Dateien\python\drpython\drpython.py", line 1702, in InitializePlugin
exec(compile(plugin + ".Plugin(self)", pluginfile, 'exec'))
File "C://drpython/plugins/DocumentationBookmarksMenu.py", line 1, in ?
# Programmer: Daniel Pozmanter
File "C://drpython/plugins\DocumentationBookmarksMenu.py", line 140, in Plugin
DrFrame.infomenu.AppendSeparator()
AttributeError: 'DrFrame' object has no attribute 'infomenu'
Which user is this from (if they want to be in the credits?)
It was a more relaxed discussion.
He ("jens") stated, that he was very contended with scite, but he was missing a "autoreload" feature.
So I suggested, there is a better one out there, DrPython, and it was quite interesting,
(about his opinion and suggestions).
http://python.sandtner.net/viewtopic.php?t=2271&postdays=0&postorder=asc&start=15&sid=b33b8b94382aa2d4f86987aa0e1677be
If you want, I can write you an email with a short
summary of the discussion.
Gotcha. Turns out this is a bug from 1.0.0, which should no longer be active.
In any case, this brought my attention to a bug in 1.0.1, so I fixed that, and released it.