26 Feb
2010
26 Feb
'10
10:36 p.m.
Andrew Milton wrote:
try doing
import japanese.aliases
and see if that causes an error that's otherwise being hidden.
Hmmm. Within a Python script I get asked for my Zope username and password again, which isn't accepted, and then a 'You are not allowed to access 'aliases' in this context' Within an external method, japanese.aliases imports fine: <module 'japanese.aliases' from '/usr/lib/python2.4/site-packages/japanese/aliases/__init__.pyc'> but I still get a lookup error for the encoding. Aaron