hello, i am having difficulty with adding a python resource file to build a self contained executable file
i am using the following build options: pyinstaller --log-level=ERROR --onefile --resource=test.rsrc.py test.py i get the following error: 3592 ERROR: resource type and/or name not specified i have tried adding the type (using wildcard "*") but still no success are there any experienced programmers who can advise me on what i am doing wrong? the .exe does get built however when i run it i get a runtime error that no resource file was found (the resource file contains the pythoncard application that the python code needs) thanks for any help or advice -- 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.
