Exposing object model in Python?
Robert Kern
kern at taliesen.caltech.edu
Fri Jun 27 13:33:49 EDT 2003
In article <bdgvk5$sid7t$1 at id-174077.news.dfncis.de>,
"MK" <MK at foo.com> writes:
> "MK" <MK at foo.com> wrote
>
> [...]
>
> Thanks for your input. Apologies for not being clear enough.
>
> I'm writing a classical desktop application, using wxPython
> and some other libraries. I'm interested to expose its
> object model a la Microsoft's VBA. That is, I want to allow
> my users to tinker with the app, i.e. write their own macros
> in Python in a miniature IDE, within the app. I'd also like to ship
> the program as a standalone app, using py2exe.
Boudewijn Rempt's book _GUI Programming with Python: QT Edition_ has a chapter
(Chapter 20 to be exact) on this. The concepts should transfer over to wxPython
easily.
http://www.opendocs.org/pyqt/
--
Robert Kern
kern at caltech.edu
"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter
More information about the Python-list
mailing list