Paul McNett пишет:
Basil Shubin wrote:
AttributeError: 'NoneType' object has no attribute 'uiApp'

What should be done by this? How to disable it or/and make workaround?

I just wanna use dGrid and its advanced feature.

Search for all references in dGrid.py to "self.Application", and write protective code around it, like:

app = self.Application
if app is not None:
    # do stuff


Oh! Forget to say, I use Dabo 0.6.5 under Debian GNU/Linux if its meaning something for you.

--
Basil Shubin
Freelance Software Developer


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to