RE: [PyCrust] Thoughts...
Brought to you by:
pobrien
From: Patrick K. O'B. <po...@or...> - 2001-08-16 01:46:07
|
Wow. I don't know what I was thinking. In reality I'd be lucky to get 10% common code in the Editor class. The better approach is to just let the Tkinter version recreate the necessary functionality and supply the required methods. There just isn't enough non-gui code to pull into a base class after all. --- Patrick K. O'Brien Orbtech "I am, therefore I think." -----Original Message----- From: pyc...@li... [mailto:pyc...@li...]On Behalf Of Patrick K. O'Brien Sent: Wednesday, August 15, 2001 7:46 PM To: pyc...@li... Subject: RE: [PyCrust] Thoughts... Making everything a plugin is priority number one, to me at least. In fact, I plan to refactor the Editor() class into Editor(), wxEditor(Editor) and tkEditor(Editor). Then PyCrust.py will probably become wxPyCrust.py and tkPyCrust.py. I'm hoping to have 80% of the code in common between the wxPython version and the Tkinter version. We'll see. --- Patrick K. O'Brien Orbtech "I am, therefore I think." |