[#1464] I'm sorry. It's my misstake
[email protected] (koyoshi) Sat, 16 Jan 2010 00:29:13 -0800
| Newsgroups | gmane.comp.web.zope.zwiki |
|---|---|
| Message-ID | <20100116002912-0800__9852.69782036102$1263630568$gmane$org@zwiki.org> |
Name: '#1464 Can not display issuetracker with Zope-2.12.2 and non-ascii issue_categories' => '#1464 Without sitecustomize.py, not display issuetracker with Zope-2.12.2 and non-ascii issue_categories'
Severity: serious => minor
Status: open => closed
Thank you for your advice, and I'm sorry for my wrong report.
This isuue was occurred without a file needed for stabilization of
using unicode characters.
The file is
``&lr;python-virtualenv>/lib/python2.6/site-packages/sitecustomize.py``::
import sys
sys.setdefaultencoding('UTF-8')
This file must be into the site-packages folder,
if we tried to see the objects titled
into non-ascii characters on the more older zope ZMI.
Last year, I installed this file for my Zope2.12.1.
But, I thought that I wanted to do it more easy and automatical steps.
Recently, I tried to make scripts for the current zope's installing and setup.
I was using the scripts to install a lot of times for that test.
Now, one of these Installed Zope2.12.2 Instance and it's python's
environment.
Actually, I wasn't aware that it had not sitecustomize.py.
I'm sorry for my mistakes. m(_ _)m
And thanks for your help.
To halt this mistake,
My scripts were fixed
for install of current zope.
I posted this script file in my blog with my broken English. ^^;;
http://blog.seesaa.jp/pages/my/blog/article/edit/input?id=138449399
Thanks!
--
forwarded from http://zwiki.org/1464WithoutSitecustomizePyNotDisplayIssuetrackerWithZope2122AndNonAsciiIssueCategories#[email protected]