indygreg / PyOxidizer

A modern Python application packaging and distribution tool
Mozilla Public License 2.0
5.51k stars 239 forks source link

Advice about complex project like xonsh shell #750

Open anki-code opened 4 months ago

anki-code commented 4 months ago

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 files, 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