[Gimp-user] Sharing code between python plug-ins

2005-05-26 Thread Rene Jensen
Is there a way to share code between python-plugins? A file with common classes and functions would greatly reduce work-overhead for me. It would appear that the usual trick (i.e. from mycommonfile import *) doesn't work as the python interpreter is based at the user home dir (i.e. calling

Re: [Gimp-user] Sharing code between python plug-ins

2005-05-26 Thread Carol Spears
On Thu, May 26, 2005 at 10:03:34PM +0200, Rene Jensen wrote: Is there a way to share code between python-plugins? A file with common classes and functions would greatly reduce work-overhead for me. It would appear that the usual trick (i.e. from mycommonfile import *) doesn't work as the