I agree -- having a well-written, up-to-date manual is fantastic. I had a couple of suggestions to improve it further:
1. Break in into several web pages, instead of a single, somewhat hard-to-navigate page. Perhaps Sphinx instead of straight rest? 2. Include examples. PyInstaller comes with an impressive array of tests; take a few of these, document them a bit, and include those in the manual. I'll be happy to help with this if there's interest in doing so. I'm open to other suggestions as well. Bryan On Mon, Dec 2, 2013 at 6:04 AM, Laurence Anthony <[email protected]>wrote: > The manual is really fantastic. > > Great work documenting every thing about PyInstaller so carefully. > > Laurence. > > > > On Fri, Nov 29, 2013 at 2:40 AM, Hartmut Goebel < > [email protected]> wrote: > >> Hi, >> >> Am 28.11.2013 14:14, schrieb Sam Khan: >> >> Then when I build the app using the .spec file I can see the .pkl files >> copied into dist/pklApp/ but when I run pklApp.app I get an error in the >> mac console: IOError: [Error no 2] No such file or directory: >> 'pklTxt.pkl' >> >> >> The manual section regardin this topc has just been updated a few days >> ago. Please check out the new manual at >> >> https://github.com/pyinstaller/pyinstaller/blob/develop/doc/source/Manual.rst >> >> >> -- >> Schönen Gruß >> Hartmut Goebel >> Dipl.-Informatiker (univ), CISSP, CSSLP >> Information Security Management, Security Governance, Secure Software >> Development >> >> Goebel Consult, Landshut >> http://www.goebel-consult.de >> >> Monatliche Kolumne: >> http://www.cissp-gefluester.de/2012-02-bring-your-own-life-glosse >> Blog: http://www.goebel-consult.de/blog/pdf-kommentare-unter-linux-nix-is >> >> 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 unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/pyinstaller. > For more options, visit https://groups.google.com/groups/opt_out. > -- Bryan A. Jones, Ph.D. Associate Professor Department of Electrical and Computer Engineering 231 Simrall / PO Box 9571 Mississippi State University Mississippi state, MS 39762 http://www.ece.msstate.edu/~bjones bjones AT ece DOT msstate DOT edu voice 662-325-3149 fax 662-325-2298 Our Master, Jesus Christ, is on his way. He'll show up right on time, his arrival guaranteed by the Blessed and Undisputed Ruler, High King, High God. - 1 Tim. 6:14b-15 (The Message) -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/groups/opt_out.
