Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyOxidizer support #12

Open
jayvdb opened this issue Nov 14, 2019 · 2 comments
Open

PyOxidizer support #12

jayvdb opened this issue Nov 14, 2019 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@jayvdb
Copy link

jayvdb commented Nov 14, 2019

PyX currently fails quite badly when added to a PyOxidizer project, initially because of indygreg/PyOxidizer#69 .

It would be a big start if the use of __file__ can be removed, or its absence ignored, or at least delayed and only used when necessary, so that the majority of PyX can work while other parts remain broken.

The initial problem I encountered was that pyxrc is always loaded from local , so any pyxrc stored inside the binary is not used.

@joerg-lehmann
Copy link
Member

Sorry for the late response.

As suggested, in a first step commit 00d4495 removes the usage of file or make it optional.

@joerg-lehmann
Copy link
Member

For the pyxrc issue, more investigations would be needed. Could you please provide us with more input.

@joerg-lehmann joerg-lehmann added the help wanted Extra attention is needed label Aug 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants