Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to generate an executable for Windows using bbfreeze (python) on a Linux platform? If so, how?

Tags:

python

linux

There is a related question. The answer there suggests using PyInstaller. I'm looking at PyInstaller documentation. In the meanwhile, if somebody could specify how this could be done using bbfreeze that would be great, since we already have a deployment system in place that uses bbfreeze.

like image 934
byslexia Avatar asked Nov 05 '22 02:11

byslexia


1 Answers

It is not terribly likely. If I were you I would try to use the Windows PY2EXE inside WINE. If it works, you are golden, if not head to your local used laptops flea market and get an old Windows XP machine to do the job.

like image 79
Michael Dillon Avatar answered Nov 11 '22 05:11

Michael Dillon