|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
If I want to distribute a Python app the end user will need Python..... How can I give them a copy of Python (the Win version) without all of the extra stuff? But I will need Tkinter.
|
|
#2
|
|||
|
|||
|
Hiya - well I think the python installer is like 5 mb right? In the installation process it asks if you want sample scripts, tutorial etc. so a person could just check "no". Other then that - the really awesome thing about python, is jython, which essentially lets you run python inside any virtual java machine =)
|
|
#3
|
|||
|
|||
|
Very doable actually
There's a wide variety of possibilities on how to distribute your Python app. I'd suggest you look at Gordon McMillan's pages on how to distribute python apps here: URL .
Your problem's answer is most probably there somewhere. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Python Programming > Distributing Apps..... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|