Uninstalling seems to be broken too. Although I have plug-ins installed, the list in the first wizard page is empty and when `Add` is clicked it results in the following traceback:
Traceback (most recent call last):
File "/home/bj/work/drpython/incoming/drpython/drPluginDialog.py", line 1063, in OnAdd
plist = os.listdir(self.parent.pluginsdirectory)
AttributeError: 'drPluginUnInstallWizard' object has no attribute 'pluginsdirectory'
I think this is related to the notion to attach configuration data to "parents" in the GUI hierarchy. This breaks to easily.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
for the uninstall issue, the "install" (from SF) is not working anymore, because SF changed the protocol to download files. I disabled that menu for the time being.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Uninstalling seems to be broken too. Although I have plug-ins installed, the list in the first wizard page is empty and when `Add` is clicked it results in the following traceback:
Traceback (most recent call last):
File "/home/bj/work/drpython/incoming/drpython/drPluginDialog.py", line 1063, in OnAdd
plist = os.listdir(self.parent.pluginsdirectory)
AttributeError: 'drPluginUnInstallWizard' object has no attribute 'pluginsdirectory'
I think this is related to the notion to attach configuration data to "parents" in the GUI hierarchy. This breaks to easily.
Yes they worked, before sourceforge changed its site.
Sorry for the late response. I tried to made a "quick repair" (its in svn).
for the uninstall issue, the "install" (from SF) is not working anymore, because SF changed the protocol to download files. I disabled that menu for the time being.