how to convert django application to Windows exe format

58 views
Skip to first unread message

Balaji Shetty

unread,
Jul 21, 2019, 3:33:10 PM7/21/19
to django...@googlegroups.com
Hi

Can anyone please tell me 
how to convert django application to Windows exe format.

Mike Dewhirst

unread,
Jul 21, 2019, 6:58:53 PM7/21/19
to django...@googlegroups.com
Try searching for python to exe


Connected by Motorola
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAECSbOvhEg7kAZU8gwARLU-vkk%3Dx0b4moGf7eSSFb2RrGcruuw%40mail.gmail.com.

Jonathan May

unread,
Jul 21, 2019, 7:15:40 PM7/21/19
to django...@googlegroups.com
You can use pyinstaller to convert your py file to exe

Jonathan May

unread,
Jul 21, 2019, 7:15:49 PM7/21/19
to django...@googlegroups.com
Pip install pyinstaller and then run “pyinstaller — onefile filename.py”
Reply all
Reply to author
Forward
0 new messages