Hi,

welcome to PyInstaller.

Am 27.12.2011 15:55, schrieb Bernhard Reiter:
I've tried to add a hook as
described in the manual, but my resulting Gourmet.exe still complains
about not finding defaults_en.
So you already did find your way to the hooks :-) Did you wollow the instructions at <http://www.pyinstaller.org/wiki/HowtoReportBugs#Beforesubmittingareport:Makesureeverythingispackaged> to find out why your stuff is missing? Ep. logdict*.log and warn*.txt should help you.

In your spec-file I discovered there are absolute, user and system dependant paths (C:\\Users\\Bernie\\workspace\). You should replace these by independent (and relative) paths.

Further remarks: Gourmet.pyw imports a lot of stuff which is not necessary to be imported. PyInstaller should resolve most of it automatically. See the first lines and the encoding.* stuff. If you are going to keep it, I suggest order the imports according to PEP 8 and keep line length below 80 chars.

I just added Gourmet Recipe Manager to http://www.pyinstaller.org/wiki/ProjectsUsingPyInstaller. Okay?

--
Schönen Gruß - Regards
Hartmut Goebel
Dipl.-Informatiker (univ.), CISSP, CSSLP

Goebel Consult
Spezialist für IT-Sicherheit in komplexen Umgebungen
http://www.goebel-consult.de

Monatliche Kolumne: http://www.cissp-gefluester.de/
Goebel Consult ist Mitglied bei http://www.7-it.de

--
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to