On Jan 24, 2011, at 1:27 AM, David Martinez wrote:

> Here's everything up to the point at which the error comes up.
> 
> 
> C:\Users\dave>classdesigner.py
> 2011-01-23 23:23:55 - ERROR -
> No translation file found for domain 'dabo'.
>     Locale dir = 
> C:\Python26\lib\site-packages\dabo-0.9.3-py2.6.egg\dabo\locale
>     Languages = ['en_US']
>     Codeset = cp1252

        This is not good. Do you have directories within the dabo\locale 
directory?

        If you start an interactive Python session and type the following, what 
do you get:

import locale
print locale.getdefaultlocale()
print locale.getlocale()

> C:\Python26\lib\site-packages\dabo-0.9.3-py2.6.egg\dabo\lib\SimpleCrypt.py:52:
>  
> U
> serWarning: WARNING: SimpleCrypt is not secure. Please see 
> http://wiki.dabodev.c
> om/SimpleCrypt for more information  warnings.warn("WARNING: SimpleCrypt 
> is not secure. Please see http://wiki.dabodev.com/SimpleCrypt for more 
> information")
> C:\Python26\lib\site-packages\dabo-0.9.3-py2.6.egg\dabo\ui\uiwx\dGrid.py:4573:
>  
> D
> eprecationWarning: ShowColumnLabels is deprecated. Use ShowHeaders instead
>   warnings.warn(_("ShowColumnLabels is deprecated. Use ShowHeaders 
> instead"), DeprecationWarning)
> C:\Python26\scripts\ide\ClassDesigner.py:1879: DeprecationWarning: 
> BaseException
> .message has been deprecated as of Python 2.6  dabo.ui.stop(_("Attribute 
> Error: %s") % e.message, _("AttributeError"))

        The rest of this is typical stuff that Dabo spits out on the theory 
that it's better to nag you constantly about things that aren't terribly 
important. :)

        I'm still surprised that you are getting a dialog instead of a 
traceback. If the code isn't top-secret or anything, can you paste the entire 
bizobj class files on dabo.codepad.org? 



-- Ed Leafe



_______________________________________________
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/[email protected]

Reply via email to