how to register private python codecs?
Radovan Garabik
garabik-news-2002-02 at kassiopeia.juls.savba.sk
Tue Jul 1 10:20:21 EDT 2003
More information about the Python-list mailing list
Tue Jul 1 10:20:21 EDT 2003
- Previous message (by thread): how to register private python codecs?
- Next message (by thread): function overloading
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I am developing and application that makesheavy use of (my own) codecs not distributed with python (i.e. unicode(text, 'kamenicky')) I put the codec into file kamenicky.py, placed the file into /usr/lib/python/encodings, but now I want to distribute my application, and I assume that users won't always have the possibility of copying files into /usr/lib/python/encodings. Is there a (simple) way how to register this encoding so that the file "kamenicky.py" can be in (let's say) current directory? TIA -- ----------------------------------------------------------- | Radovan GarabĂk http://melkor.dnp.fmph.uniba.sk/~garabik/ | | __..--^^^--..__ garabik @ kassiopeia.juls.savba.sk | ----------------------------------------------------------- Antivirus alert: file .signature infected by signature virus. Hi! I'm a signature virus! Copy me into your signature file to help me spread!
- Previous message (by thread): how to register private python codecs?
- Next message (by thread): function overloading
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list