You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 fromlocal
, so anypyxrc
stored inside the binary is not used.The text was updated successfully, but these errors were encountered: