[Pythonmac-SIG] 2.3b1 installer options

Just van Rossum just@letterror.com
Sun, 4 May 2003 20:29:13 +0200


Jack Jansen wrote:

> PackMan imports wxPython to test its existence, but doesn't do
> anything more with it.

I don't think it's a good idea to blindly import things. Why not use
imp.find_module()?

Just