On Mon, Nov 03, 2003 at 11:30:30PM +0100, mc collilieux wrote:
> If my module has a line "import MySQLdb" but no connexion requested, it
> is good,
> but if the module as a line "from %ySQLdb import *", without connection,
> it eat my menubar !
Two things:
a) Avoid "from foo import *", it's a bad practice.
b) MySQLdb probably defines a symbol that is clobbering one of your
locals (I didn't get your local variable names, so I can't guess)
Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/