On Aug 22, 2007, at 8:57 AM, Simen Haugen wrote:

> Don't think I understand..
>
> I have the following structure:
> .\prog.exe
> .\dabo\locale\en\LC_MESSAGES\dabo.mo
>
> I have also tried:
> .\prog.exe
> .\locale\en\LC_MESSAGES\dabo.mo
>
> And
> .\prog.exe
> .\dabo.pot
> .\en\LC_MESSAGES\dabo.mo
>
> I get the same error on all three.

        No, you need the locale stuff built into the py2exe output, just  
like other resources such as icons, etc., that the module finder  
can't possibly locate. This means a change to the setup.py file used  
to create the exe.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
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