On 10/01/2014 08:48 AM, Sibylle Koczian wrote:
Hello,

when I try to start a Dabo application I get this:

sib@gespenst-lubuntu:~/src/dabo-master/ide$ ./Editor.py
Traceback (most recent call last):
  File "./Editor.py", line 1134, in <module>
    main()
  File "./Editor.py", line 1121, in main
    app.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 275, 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 213, in checkForUpdates
    checkResult = self.dApp._checkForUpdates(force=force)
File "/home/sib/src/dabo-master/dabo/dApp.py", line 587, in _checkForUpdates
    dabo.log.error(_("Could not connect to the Dabo servers: %s") % e)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 42: ordinal not in range(128)

Same message with my own application (unchanged for months, last known to work end of August, not used since then) or with DaboDemo. So I can't give the usual version information. But it's dabo-0.9.14.tar.gz on Lubuntu 14.04 (no updates to this after the last successful use of Dabo).

What would I have to change to work without any check for updates?

Thank you for help,
Sibylle
_______________________________________________

Normally when is see this message it is because the password in the cionnection file is wrong or corrupt. I would open the file with CxnEditor.py and reset the password.
Johnf

_______________________________________________
Post Messages to: Dabo-users@leafe.com
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/542c2d13.5020...@jfcomputer.com

Reply via email to