> 
> Platform: GTK<br>
> Python Version: 2.5 on linux2<br>
> Dabo Version: Version 0.8a; Revision 2599<br>
> UI Version: 2.6.3.3 on wxGTK (gtk2)
> 
> By the way, notice the <br> tags?
> This was better before you changed the about box to a html-control.
> 

speaking of...

I wanted to tap into it to make a command line thing to dump that info, and 
failed:

[EMAIL PROTECTED]:~/dabo/carl/dabo/dabo/ui/dialogs$ python -c"from about.py 
import 
About;print About.getInfoDataSet()"
'/usr/lib/python2.4/site-packages/dabo' not versioned, and not exported
Traceback (most recent call last):
   File "<string>", line 1, in ?
   File "/usr/lib/python2.4/site-packages/dabo/ui/dialogs/about.py", line 8, in 
?
     class About(dabo.ui.dDialog):
AttributeError: 'module' object has no attribute 'dDialog'

So if you touch this, can you separate the gather() from the display()?

Also, I noticed 2 if __name__ == "__main__" which seems odd.

[EMAIL PROTECTED]:~/dabo/carl/dabo/dabo/ui/dialogs$ grep -n __name about.py
3:if __name__ == "__main__":
127:if __name__ == '__main__':

Carl K

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

Reply via email to