Making python exe................
Gerhard Häring
gh at ghaering.de
Thu May 1 08:21:19 EDT 2003
An anonymous coward (perl lover) wrote:
> hi,
> Iam using python and linux. How can i run a python
> Tkinter program in a machine wich doesnt have python
> intalled?
By installing the required packages first. The best solution is to
package the Python application for the target distribution. Packages
(.deb/.rpm/...) can have dependencies that are then automatically installed.
> How can i make an "exe" like application in
> python? [...]
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=python+standalone+linux&btnG=Google+Search
-- Gerhard
More information about the Python-list
mailing list