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


Hmm... Looks like the all 'app = self.Application' have its own 'protective' code! You can check it.

So what to check next? Is there possible solution for a thing I need?

--
Basil Shubin
Freelance Software Developer


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

Reply via email to