I have actually my program who use pandas packages and glob3 and I would like to convert my program to exe
but I don't know how to add these package when I use auto py to exe
Anyone know how can I add these package ?
Asked
Active
Viewed 16 times
1

PunkyLama
- 55
- 6
-
you can use py2exe – Pavel Shishmarev Dec 24 '19 at 02:11
-
Does this answer your question? [Create a single executable from a Python project](https://stackoverflow.com/questions/12059509/create-a-single-executable-from-a-python-project) – Adam Strauss Dec 24 '19 at 05:46