[maemo-developers] python startup time
From: nelson-lists at crynwr.com nelson-lists at crynwr.comDate: Thu Dec 6 05:36:30 EET 2007
- Previous message: Working source package/compilation instructions for dsp_dld?
- Next message: Threads
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Jesse Guardiani writes: > Is there anything that can be done about python startup time? Yes. Put your code into module(s), then import it. That way, Python will read in the .pyc file rather than the .py file. -- --my blog is at http://blog.russnelson.com | People have strong opinions Crynwr sells support for free software | PGPok | about economics even though 521 Pleasant Valley Rd. | +1 315-323-1241 | they've never studied it. Potsdam, NY 13676-3213 | Sheepdog | Curious how that is!
- Previous message: Working source package/compilation instructions for dsp_dld?
- Next message: Threads
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]