How does one distribute Tkinter or Qt GUI apps Developed in Python

wxjmfauth at gmail.com wxjmfauth at gmail.com
Thu Dec 17 11:28:36 EST 2015


Le jeudi 17 décembre 2015 16:30:41 UTC+1, Oscar Benjamin a écrit :
> ... 
> Another option for Windows although it is relatively new is that as of
> Python 3.5 there is an embedded distribution of Python that is
> intended to be shipped as part of an application installer and
> installed local to the application. This is new and I haven't heard
> anyone using it and don't know if any tools exist to help actually
> creating an installer using it.
> 

D:\>cd py351embed

D:\py351embed>python.exe
Python 3.5.1 (v3.5.1:37a07cee5969, Dec  6 2015, 01:38:48) [MSC v.1900 32 bit (In
tel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> for e in sys.path: print(e)
...

D:\py351embed\python35.zip
D:\py351embed\DLLs
D:\py351embed\lib
D:\py351embed
>>>
>>> quit()

D:\py351embed>


jmf



More information about the Python-list mailing list