Python Forum

Full Version: Packaging and Distributing App for Python 3.6
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am a very basic beginner. I have created a very simple program. I want to package it with setup and bdist and send to others to test whether it is working in other pcs where python is not installed. PY2ex is not working for 3.6. I searched in google I am unable to get a simple procedure for this. Can anyone please suggest the simple ways to do or can suggest a link which talks about this?

thanks
Solai
my code here
I have tutorial about this here.