naggie / dsportal

Internal web portal with monitoring
Other
1 stars 1 forks source link

windows support #106

Open naggie opened 7 years ago

naggie commented 7 years ago

Installer? http://www.jrsoftware.org/isinfo.php http://cyrille.rossant.net/create-a-standalone-windows-installer-for-your-python-application/ or official cpython msi generator https://hg.python.org/cpython/file/2.7/Tools/msi/msi.py or custom python Tk based installer that also sets up the service. Auto update?

naggie commented 7 years ago

https://docs.python.org/3.0/library/winreg.html

tkinter ttk widget themes ('winnative', 'clam', 'alt', 'default', 'classic', 'vista', 'xpnative')

naggie commented 7 years ago

https://milkator.wordpress.com/2014/07/19/windows-executable-from-python-developing-in-ubuntu/ https://github.com/htgoebel/virtual-wine build on linux