Hi,

I did one little Dabo's application on Linux (ubuntu 14.04 LTS). All works fine very easily but when I have tried to run this application on Windows 7 (64) I have this message

/PyWin32 stop to work (french "PyWin32 a cessé de fonctionner")/


I have tried to do the same application on my windows but now I have more problems That I don't know, here all the errors in my console:

Running: C:\dabo\ide\wizards\AppWizard\AppWizard.py (Sat Oct 04 18:06:07 2014)



[INFO ] [dabo.mainLog ] - 0 database connection definition(s) loaded.


[INFO ] [dabo.mainLog ] - User interface already set to 'wx', so dApp didn't touch it.



Traceback (most recent call last):


File "C:\dabo\ide\wizards\AppWizard\AppWizard.py", line 1238, in <module>


app.setup()


File "C:\Python27\lib\site-packages\dabo-0.9.14-py2.7.egg\dabo\dApp.py", line 339, in setup


self.uiApp = dabo.ui.getUiApp(self, self.UIAppClass, callback=None, forceNew=True)


File "C:\Python27\lib\site-packages\dabo-0.9.14-py2.7.egg\dabo\ui\uiwx\__init__.py", line 275, in getUiApp


ret = uiAppClass(app, callback)


File "C:\Python27\lib\site-packages\dabo-0.9.14-py2.7.egg\dabo\ui\uiwx\uiApp.py", line 115, in __init__


wx.App.__init__(self, 0, *args)


File "C:\Python27\lib\site-packages\wx-2.9.4-msw\wx\_core.py", line 8631, in __init__



self._BootstrapApp()


File "C:\Python27\lib\site-packages\wx-2.9.4-msw\wx\_core.py", line 8196, in _BootstrapApp


return _core_.PyApp__BootstrapApp(*args, **kwargs)


File "C:\Python27\lib\site-packages\dabo-0.9.14-py2.7.egg\dabo\ui\uiwx\uiApp.py", line 191, in OnInit


if not self.checkForUpdates():


File "C:\Python27\lib\site-packages\dabo-0.9.14-py2.7.egg\dabo\ui\uiwx\uiApp.py", line 213, in checkForUpdates


checkResult = self.dApp._checkForUpdates(force=force)


File "C:\Python27\lib\site-packages\dabo-0.9.14-py2.7.egg\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 0xe9 in position 58: ordinal not in range(128)


Somebody can help me because here I am lost,

Thanks for your patience,

Bruno


--- StripMime Report -- processed MIME parts ---
multipart/alternative
 text/plain (text body -- kept)
 text/html
---
_______________________________________________
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