So I have created a sentinel Win64 for Sucre at
https://github.com/sucremoneda/sentinel-win64This is very very BETA (make backup and use at your own risk, newbies, please wait until this is fully tested by the pros)
The code is not compiled yet (I'm on the move at the moment, not setup to compile)
use this below to compile exe
Install pyinstaller pip install pyinstaller
Generate output EXE/ELF: pyinstaller --onefile --paths=lib/ main.py
If someone can get this compile and share the exe + small procedure with others. (if not will do it this week-end)
I tried doing this, but we are missing a step. I was able to successfully compile the .exe, but running it gives this:
Please ensure all dependencies are installed:
pip install -r requirements.txt
I tried building it using pyinstaller --onefile --path=lib/ main.py --path=c:\python27\lib\site-packages , but the resulting .exe crashed, complaining about not being able to find sucr_config. Not sure what to do to get that corrected.