Did the original wrong command overwrite 'myfile.spec', and leave a '$' in there? Check in myfile.spec first, I don't know of any other file written by pyinstaller (other than the obvious stuff in build/ and dist/).
On Wed, Mar 23, 2022 at 3:30 AM Jean-Luc Bellier <[email protected]> wrote: > > Hello > > For your information, here is my configuration : > 84 INFO: PyInstaller: 4.0 > 86 INFO: Python: 3.7.4 (conda) > 86 INFO: Platform: Windows-10-10.0.19041-SP0 > 88 INFO: wrote > C:\MinArm\OCCAM_V2\rappid\manage_ontologies\IO_ontologies.spec > 94 INFO: UPX is not available. > > Best regards, > Jean-Luc. > > Le mercredi 23 mars 2022 à 10:53:58 UTC+1, Jean-Luc Bellier a écrit : > >> Hello everybody, >> >> I am really embarrassed. I have pyinstaller installed and I use .spec >> files to generate multiples executables. >> I made a typo mistake by typing a '$' at the end of the spec file: >> pyinstaller myfile.spec$ instead of pyinstaller myfile.spec. >> At the first run, I got a message : myfile.spec$ not found. >> >> But after running the correct command, I still have the same message. SO >> I cannot generate my executables at all. >> There may be a parameter or a file that stores this wrong information, >> but I cannot find where. >> >> Could anybody help me ? It is quite urgent. >> >> Thank you very much for your help. >> >> Best regards, >> Jean-Luc. >> > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/pyinstaller/36c0db80-2371-4791-9f67-bc77d9d63625n%40googlegroups.com > <https://groups.google.com/d/msgid/pyinstaller/36c0db80-2371-4791-9f67-bc77d9d63625n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/CAP2Qz%2BUcjc5y-odJ%2B8Eq%2BKu_-%3DA0Ji57xfxS675SfPxsMx3F6Q%40mail.gmail.com.
