On 10/01/2014 11:38 AM, Sibylle Koczian wrote:
Am 01.10.2014 18:34, schrieb john:
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).


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.

True, I've had that too, but I think the message wasn't quite the same. Only this time I can't start CxnEditor.py either - same message. And I don't think that Editor.py needs a connection file at all.

Thank you,
Sibylle



Can I assume you have changed the _checkForUpdates to False to insure that the app is not attempting to connect to Dabo?

Johnf

_______________________________________________
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