Re: [Zope] Zope & international characters
RNDr. Peter FREIMANN wrote:
i have the same problem with locales here ... please can you post or send me the instructions ?
Ok, so I translate Costas' instructions:
RedHat guys haven't supported the locale module. You'll have to re-install python like this:
Download py152.tgz from ftp.ntua.gr (/pub/lang/python/src) gtar zxvf py152.tgz cd Python-1.5.2 ./configure --with-threads --prefix=/path/to/install/python
When these are done, go to the Modules directory and edit setup.in Find the point where it says #*shared* and remove the hash (#) from the beggining. Then go further down and activate the modules: readline _locale (which is the one that interests you) syslog
...and anyone you might want. I consider readline a *must* because it makes the use of the interpreter a lot easier in command mode (with history, command line editing, etc). If you stuck anywhere, drop me an e-mail.
-- fsck your brains
Dimitris Andrakakis http://atlas.central.ntua.gr:8000/~mc94068 __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com
On Tue, Apr 18, 2000 at 12:29:51AM +0300, Dimitris Andrakakis wrote:
When these are done, go to the Modules directory and edit setup.in
Just one note on this, I forgot to tell Dimitris that after the first ``make'' in the source directory, Setup.in is copied to Setup (in the Modules dir). If the first compilation fails (i.e. you included a module that could not be built) you need to edit the Setup file, NOT Setup.in. If ``make'' finds Setup available it uses that instead of Setup.in. I hope this helps, Costas -- fsck your brains
participants (2)
-
Constantinos A. Kotsokalis -
Dimitris Andrakakis