Hello,

another problem: when I start a Dabo application it should check for updates. If an update exists I get this exception:

sib@gespenst-xubuntu:~/src/dabo-master/demo$ ./DaboDemo.py
Traceback (most recent call last):
  File "./DaboDemo.py", line 24, in <module>
    main()
  File "./DaboDemo.py", line 20, in main
    app.start()
  File "/home/sib/src/dabo-master/dabo/dApp.py", line 388, in start
    self.setup()
  File "/home/sib/src/dabo-master/dabo/dApp.py", line 339, in setup
self.uiApp = dabo.ui.getUiApp(self, self.UIAppClass, callback=None, forceNew=True) File "/home/sib/src/dabo-master/dabo/ui/uiwx/__init__.py", line 274, in getUiApp
    ret = uiAppClass(app, callback)
File "/home/sib/src/dabo-master/dabo/ui/uiwx/uiApp.py", line 115, in __init__
    wx.App.__init__(self, 0, *args)
File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7981, in __init__
    self._BootstrapApp()
File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7555, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/home/sib/src/dabo-master/dabo/ui/uiwx/uiApp.py", line 191, in OnInit
    if not self.checkForUpdates():
File "/home/sib/src/dabo-master/dabo/ui/uiwx/uiApp.py", line 223, in checkForUpdates
    notes = ["%s: %s" % tuple(nt) for nt in updates.get("notes", "")]
TypeError: not all arguments converted during string formatting

On Linux (Xubuntu 13.04, openSuse 12.3), Dabo 0.9.10 and earlier,

Platform: GTK
Python Version: 2.7.4 on linux2
Dabo Version: 0.9.10
UI Version: 2.8.12.1 on wxGTK (gtk2)

Additionally: I still don't understand the exception I get with my changed dbfirebird.py (using fdb), see my mail written on May 22. What sort of additional information should I give?

Greetings,
Sibylle
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to