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

2008-06-05 Thread Benjamin
On Jun 5, 2:57 pm, Michael Ströder <[EMAIL PROTECTED]> wrote: > 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 registe

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

2008-06-05 Thread Michael Ströder
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. -- http://mail.p