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

  • Thread starter Michael Ströder
  • Start date
M

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.
 
B

Benjamin

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? codecs.register

Ciao, Michael.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top