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

And then do a diff -u and submit it here so that others can benefit from your work.

There may be other such things to do as well, that I'm not thinking about, but it sounds like you are almost there.

--
pkm ~ http://paulmcnett.com


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

Reply via email to