ANN: gdmodule 0.54

2005-03-03 Thread Chris Gonnerman
Announcing the release of version 0.54 of the gdmodule for Python. gdmodule is the "standard" module providing access to Thomas Boutell's GD "Graphics Drawing" library. This release includes many bugfixes, and paves the way for another update in the near future to support the newest GD versions. T

Re: How to write python plug-ins for your own python program?

2005-03-03 Thread hemanth
Andre wrote: > Mark Rowe <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > > On Mar 3, 2005, at 9:33 PM, Simon Wittber wrote: > > > > >> You mean like 'import'? :) > > > > > > That's how I would do it. It's the simplest thing, that works. > > > > > > exec("import %s as plugin" % pl

<    1   2   3