I have been testing Dabo-0.8.3-py2.5 with Python 2.5.1 on Windows XP 
(Ver 5.1.2699)

1. In importing dabo  in the IDLE shell ,  I get the following error (it 
works fine from the Command Prompt) :

IDLE 1.2.1     
 >>> import dabo

Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    import dabo
  File 
"c:\python25\lib\site-packages\Dabo-0.8.3-py2.5.egg\dabo\__init__.py", 
line 128, in <module>
    dLocalize.install("dabo")
  File 
"c:\python25\lib\site-packages\Dabo-0.8.3-py2.5.egg\dabo\dLocalize.py", 
line 53, in install
    setLanguage(_defaultLanguage, _defaultEncoding)
  File 
"c:\python25\lib\site-packages\Dabo-0.8.3-py2.5.egg\dabo\dLocalize.py", 
line 73, in setLanguage
    daboTranslation = gettext.translation("dabo", daboLocaleDir, 
languages=lang, codeset=charset)
  File "C:\Python25\Lib\gettext.py", line 469, in translation
    raise IOError(ENOENT, 'No translation file found for domain', domain)
IOError: [Errno 2] No translation file found for domain: 'dabo'

2. In using the App Wizard. or generated code, I loose connection to an 
online database in a matter of seconds so that if I wait too long to 
connect or try to connect again I get the error 'MySQL server have gone 
away'.

Please help an inexperienced user.

Thanks

Dave


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

Reply via email to