pombreda / radpy

Automatically exported from code.google.com/p/radpy
0 stars 1 forks source link

RadPy needs some sort of automatic plugin system. #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, workbench plugins must be hard coded into run.py.  Ultimately,
there needs to be a system to allow end users with binary copies of the
program to manage plugins.  The workbench has support for Python eggs, so
that may be the way to go.

Original issue reported on code.google.com by flounder.sdt@gmail.com on 2 Jan 2010 at 2:10

GoogleCodeExporter commented 9 years ago
There is now a scripting system in place for Beam Analysis, but it doesn't seem 
to work with py2exe.

Original comment by flounder.sdt@gmail.com on 17 Feb 2011 at 3:49

GoogleCodeExporter commented 9 years ago
I still haven't been able to get the workbench plugin system to work with 
py2exe.  However, dicompyler has really emerged as a good platform for 
plugin-based development.  The beam analysis task has turned out to be enough 
work that I think plans for other plugins for RadPy are going to be pushed 
aside.  Any other tasks probably would be better suited for dicompyler.  As 
such, I'm changing the priority of this issue to Low and may close it 
altogether soon.

Original comment by flounder.sdt@gmail.com on 13 Jun 2011 at 6:05