Hi, I have put my application through py2exe and it has tested OK. I then processed it with Inno Setup and created an installation package. All seems to be OK until I test run after installing. I get an error message saying to look at the log file which shows :-
Traceback (most recent call last): File "LBooksMainMenu.py", line 3, in <module> File "dabo\__init__.pyo", line 130, in <module> File "dabo\dLocalize.pyo", line 56, in install File "dabo\dLocalize.pyo", line 76, in setLanguage File "gettext.pyo", line 469, in translation 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? Roger --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ 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/86fb1c5cb24946c4ba3a96a6eddff...@roger
