A Minimal Python Distribution
James C. Ahlstrom
jim at interet.com
Tue Nov 19 09:38:45 EST 2002
More information about the Python-list mailing list
Tue Nov 19 09:38:45 EST 2002
- Previous message (by thread): A Minimal Python Distribution
- Next message (by thread): changing the Python grammar ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Rod Crawford- Ardbeg wrote: > Is there a recognized minimal/subset of python that we could start from that > would be a short download for them, but provide the features we need? You could try just sending the Python executable with some of the library modules included as frozen modules. The reason the distribution is so big is all the library files, many of which you don't need. Jim Ahlstrom
- Previous message (by thread): A Minimal Python Distribution
- Next message (by thread): changing the Python grammar ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list