Bill Janssen wrote:
But only tkinter is part of the Python distribution, I believe.  Of
course, whoever supports the various non-standard GUI toolkits might
also want to make changes, if necessary.  Of course, that's a pretty
standard thing that most third-party packages have to do when a new
version of Python is released, so I don't think it's a big deal.

I have no problem adding a call to TransformProcessType (or whatever will be needed) to wxPython's startup code. I think it's safe to assume that if wx is being imported then the process should be promoted to a full desktop app. Since this requirement will appear in some specific version of Python it will be easy to make the API call be conditionally compiled.


--
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to