Topic: plugins not accessible

Hi.

I have downloaded a number of Graph plugins from other users, but none of them are showing in Graph. Also, those that are activate by "ctrl+" keys don't work. Does anyone have any ideas as to what might be going on and how to fix this so that I can get the plugins to work?

Thanks

Re: plugins not accessible

Graph 4.4.2 requires Python 3.2 32 bit to be installed for plugins to work. You can find it here:
https://www.python.org/ftp/python/3.2.5 … -3.2.5.msi

The latest beta version of Graph 4.5 (build 574) uses Python 3.7, which is bundled with Graph, so you no longer need to install it manually.

3 (edited by marcorainaldi 2019-03-16 22:23:28)

Re: plugins not accessible

I installed build 578, and now the slope field plugin that I wrote won't run. It's odd, because other plugins I've created to do run, just not this one. Any idea why?
The insert circle plugin that comes with Graph isn't working either. Is there something that is preventing dialog boxes from opening up?

Post's attachments

Attachment icon Slopefield.py 5.39 kb, 397 downloads since 2019-03-16 

Re: plugins not accessible

Sorry about that. I have made some code cleanup. Maybe too much. I have tried to make the naming consistent and apparently forgot about compatibility with existing plugins. panel in Gui.SimpleDialog has been renamed to Panel with a capital P. It should work if you replace self.panel with self.Panel in your code.

Re: plugins not accessible

Hi.

  I downloaded python 3.2 as you suggested and everything worked fine. The "plugins" option became available on the menu and all plugins worked fine. Now I have donwloaded the latest verison of Graph (which you say has python 3.7 bundle in with it) and the "plugins" option is no longer on the menu. Do you know what might be going on?

chris

Re: plugins not accessible

That is strange. You are not still using Windows XP are you? Unfortunately Python 3.7 does not work with Windows XP.