In pyInstaller 2.1 makespec.py is located not in utils folder, but in root folder. And it does not contain code for standalone run - only classes and functions declarations. Is it correct or It is something wrong with my installation of pyInstaller?
python.exe utils/makespec.py %script%.py .... > > should work. > -- Sergey -- 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.
