Register codec dynamically without copying module to lib/python/encodings/

Michael Ströder michael at stroeder.com
Thu Jun 5 15:57:44 EDT 2008


HI!

I have a simple codec module for T.61 which principally works. I'd like 
to use this codec without having to copy the module to 
lib/python/encodings/. Is that possible? Can I can extend the encodings 
search path or register the module by calling a function?

Ciao, Michael.



More information about the Python-list mailing list