Chris Davis-7 wrote:
>
> Do you have a simple example of the minimum that is required for setup.py
> to
> say compile DaboDemo.py into a Windows .exe
>
> I have read the previous posts on the subject and looked at the file in
> appwizard but its not clear to me what is going on or why especially with
> regards to the locales part of it.
>
Were you able to get a base setup.py that doesn't give the locale error to
you on a non-AppWizard generated app? I find myself in need of one and have
searched through the list and tried to understand other posts on it - such
as Paul's - but can't seem to make it work.
Here is what I get:
C:\Projects\dist>type fileLister.exe.log
Traceback (most recent call last):
File "fileLister.py", line 7, in <module>
import dabo
File "zipextimporter.pyc", line 82, in load_module
File "dabo\__init__.pyc", line 128, in <module>
File "dabo\dLocalize.pyc", line 53, in install
File "dabo\dLocalize.pyc", line 73, in setLanguage
File "gettext.pyc", line 469, in translation
IOError: [Errno 2] No translation file found for domain: 'dabo'
Traceback (most recent call last):
File "fileLister.py", line 7, in <module>
import dabo
File "zipextimporter.pyc", line 82, in load_module
File "dabo\__init__.pyc", line 128, in <module>
File "dabo\dLocalize.pyc", line 53, in install
File "dabo\dLocalize.pyc", line 73, in setLanguage
File "gettext.pyc", line 469, in translation
IOError: [Errno 2] No translation file found for domain: 'dabo'
Brian
--
View this message in context:
http://www.nabble.com/setup.py-py2exe-tp13777593p14302026.html
Sent from the dabo-users mailing list archive at Nabble.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]