How to optimised with embedded Python ?
John J. Lee
jjl at pobox.com
Sun Feb 1 19:30:48 EST 2004
More information about the Python-list mailing list
Sun Feb 1 19:30:48 EST 2004
- Previous message (by thread): How to optimised with embedded Python ?
- Next message (by thread): How to optimised with embedded Python ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Emmanuel <eastier at free.fr> writes: > I would like to use optimised python scripts ( *.pyo ), in order to gain > space. > But I use an embedded python. The compiler can only be run from my > application. > How do I set the compiler, from the C api, to create optimised files ? There's a "compileall" script in the source distribution that should show you how to do it. John
- Previous message (by thread): How to optimised with embedded Python ?
- Next message (by thread): How to optimised with embedded Python ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list