thartbm / PyVMEC

A Python-based GUI to create and run visuo-motor experiments.
GNU General Public License v3.0
1 stars 3 forks source link

Rethink freezing strategy #133

Open thartbm opened 4 years ago

thartbm commented 4 years ago

We're using Py2exe, but are creating a horrible mess that needs to be unzipped for some reason. Rethink how everything works and maybe consider using a different (not from 2014) strategy:

https://docs.python-guide.org/shipping/freezing/