I have successfully packaged many python programs using auto-py-to-exe but this time I ran into some problems, Could you please tell me how to package pandas.txt into it and I will try to --add-data "C: / Users / 26225 /. Conda/envs/pythontest/Lib/site - packages/redmail/email/templates/text/table/pandas. TXT" cannot find the file #8905
-
I have successfully packaged many python programs using auto-py-to-exe but this time I ran into some problems, Could you please tell me how to package pandas.txt into it and I will try to --add-data "C: / Users / 26225 /. Conda/envs/pythontest/Lib/site - packages/redmail/email/templates/text/table/pandas. TXT" cannot find the file Exception in ASGI application |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sounds like you aren't properly setting up the destination path argument part of But you can just use |
Beta Was this translation helpful? Give feedback.
Sounds like you aren't properly setting up the destination path argument part of
--add-data
(which should beredmail/email/templates/text/table
).But you can just use
--collect-data redmail
instead and not have to worry about full source path nor the destination part.