Replies: 1 comment 1 reply
-
found out that i can use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have verified that my data file is zipped in the .pex archive. But how do I refer to it in my Python code? I also need to make sure that the code works with non-pex run as well (which means I need a way to determine if i am running from within pex-ed executable. pyinstaller does have this feature).
Beta Was this translation helpful? Give feedback.
All reactions