Paul McNett wrote:
> Roger Lovelock wrote:
>> IOError: [Errno 2] No translation file found for domain: 'dabo'
>>
>> I imagine it has something to do with my use of locale for formatting of 
>> money displays - but I had no problem up until now. I assume that was 
>> because I had some relevant files in my path which I don't have now, but 
>> should include.
>> Can anyone help please?
> 
> See my setup.py I posted on the trac wiki. You need to make sure you include 
> the 
> locale stuff...

Sorry, you probably have setup.py correct, but your inno setup file needs to 
have:
[Files]
Source: ".\dist\dabo.locale\*"; DestDir: "{app}\dabo.locale\"; Flags: 
ignoreversion 
recursesubdirs

Paul

_______________________________________________
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