On Wednesday 02 July 2008 3:03 pm, Mike Mabey wrote: > Nate: > Those changes didn't make a difference. I'm still getting the following > error when I run the app with line "52" commented: > > Traceback (most recent call last): > File "DecisionEntry.pyw", line 3, in <module> > File "zipextimporter.pyo", line 82, in load_module > File "dabo\__init__.pyo", line 129, in <module> > File "dabo\dLocalize.pyo", line 53, in install > File "dabo\dLocalize.pyo", line 73, in setLanguage > File "gettext.pyo", line 469, in translation > IOError: [Errno 2] No translation file found for domain: 'dabo' > >
> Thanks so much guys for trying to help me. I know it's hard to > troubleshoot when you can't be in the same place as the person you're > trying to help. > > Mike > I don't suppose this is a permissions problem. The contents of locales[] shows them coming from site-packages, maybe if you created a copy in you home directory the script would be able to use them. -- Adrian Klaver [EMAIL PROTECTED] _______________________________________________ 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]
