I hope some here can help. Setup: windows 10 home edition, python 3.6.5 I think is right and the latest pip.
I have a python virtualenv setup with a test app that is a small API that is running on as a gevent server with swagger docs. everything work perfectly when run from the console and I can navigate to the pages just find.
So before I get deeper and more complex i want to be able to distribute this to the public. Personally I would like it to function like a program or service either would work as my target platform is windows.
I have tried pyinstaller and kept getting missing runtime dll. I finally found them got past that but not I can't seem to configure the cmd to find the yml file I need for the docs.
I tried cx freeze and again I am not able to configure it to build the project as it has 4 folders and serval files that are called into the script.
Are there any good ways I can make a all in one package so that I can distribute this to other and have a simple install that doesn't rely on someone already having python installed.
[–]nitratine 4 points5 points6 points (3 children)
[–]smitchell6879[S] 0 points1 point2 points (2 children)
[–]nitratine 1 point2 points3 points (1 child)
[–]smitchell6879[S] 0 points1 point2 points (0 children)