maxthemouse / CrystalMIR

Analysis of data for Multiple Image Radiography
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Windows Installer #7

Closed maxthemouse closed 3 years ago

maxthemouse commented 6 years ago

I have created some installers but I think most don't actually work. I have tried several tools and it is not clear what actually works. One issue is that the resulting distribution is missing files so it doesn't actually work if the computer doesn't have Python installed in the same place as my machine.

I think py2exe was working and cxfreeze was not. I suspect the code is a now a mixt of the two, i.e. setup.py and this needs to be fixed. It should be assumed that the building of a windows application is broken.

maxthemouse commented 3 years ago

Installers seem like an unusable answer. Will switch to some sort of virtual environment. It seems better to use conda or pip to install the needed dependencies or even the entire thing if a proper package is ever made.