Re: how to convert django application to Windows exe format

2019-07-21 Thread Jonathan May
Pip install pyinstaller and then run “pyinstaller — onefile filename.py” On Sun, Jul 21, 2019 at 6:01 PM Jonathan May wrote: > You can use pyinstaller to convert your py file to exe > > On Sun, Jul 21, 2019 at 5:57 PM Mike Dewhirst > wrote: > >> Try search

Re: how to convert django application to Windows exe format

2019-07-21 Thread Jonathan May
You can use pyinstaller to convert your py file to exe On Sun, Jul 21, 2019 at 5:57 PM Mike Dewhirst wrote: > Try searching for python to exe > > > *Connected by Motorola* > > > Balaji Shetty wrote: > > Hi > > Can anyone please tell me > how to convert django application to Windows exe format.