Skip to content

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

Answered by rokm
2622594863 asked this question in PyInstaller
Discussion options

You must be logged in to vote

Sounds like you aren't properly setting up the destination path argument part of --add-data (which should be redmail/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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 2622594863
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants