Re: dynamic loading of code, and avoiding package/module name collisions.

2005-04-08 Thread Paul Clinch
Dear "John Perks and Sarah Mount", > Long story short: what I'm looking for is information on how have a Python > app that: > * embeds an editor (or wxNoteBook full of editors) > * loads code from the editors' text pane into the app > * executes bits of it > * then later unloads to make way for an

dynamic loading of code, and avoiding package/module name collisions.

2005-04-07 Thread John Perks and Sarah Mount
Long story short: what I'm looking for is information on how have a Python app that: * embeds an editor (or wxNoteBook full of editors) * loads code from the editors' text pane into the app * executes bits of it * then later unloads to make way for an edited version of the code. The new version nee