static compiled python modules

Nick Coghlan ncoghlan at iinet.net.au
Mon Jan 10 05:16:43 EST 2005


Thomas Linden wrote:
> How can I tell python to use the compiled in modules and not try to
> load them from outside?

http://www.python.org/dev/doc/devel/api/importing.html

Take a look at the last three entries about registering builtin modules.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at email.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://boredomandlaziness.skystorm.net



More information about the Python-list mailing list