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
I want to build portable standalone file for the xonsh shell. The xonsh shell is complex app with lazy loading, process management and modern technologies.
I tried to build xonsh with PyOxidizer and faced with errors around __file__s, etc. Before I continue I would like to ask you an advice. May be you can mention some similar complex projects where I can take the experience of solving issues?
Hello! Thank you for this awesome thing!
I want to build portable standalone file for the xonsh shell. The xonsh shell is complex app with lazy loading, process management and modern technologies.
I tried to build xonsh with PyOxidizer and faced with errors around __file__s, etc. Before I continue I would like to ask you an advice. May be you can mention some similar complex projects where I can take the experience of solving issues?
Thanks!
cc #245
The text was updated successfully, but these errors were encountered: