Fixed it! (*phew!*) 2012/4/9 Phil Charlesworth <[email protected]>: > Peter, > library/pyjamas/factory.py has from pyjamas import log. As far as > I can see there's no reason it should be there but, since pretty well > everything in ui calls factory, almost all applications now run splap > bang into your new exception, even if they are not using logging of any > kind! > I could raise a bug report but it's so simple for you to fix, it hardly > seems worth it. > Regards, > Phil
I did the "fast-forward" way to solve the problem. Was a little bit of work, but feels better now! :-) There should be no changes visible on the surface. The transition was what the DeprecationWarning message said: change the import statement and add a "log = ..." something. Flame me if there is something broken in the repository (not your personal code!) that worked before. Peter

