Personal tools

COREBlogging on Zope 2.3.3

COREBlog is originaly compatible with Python 1.5.x, but some modules(calender,stripogram) requires Pythnon2.1.

Following instruction describes the way how to run COREBlog under Zope 2.3.x(might also under Zope 2.1.x ;-))

  1. Download COREBlog and install it.
  2. Download COREBlog.py and replace it, to fix some security setting related bugs :-),so that you can change AddCOREBlogComment setting on security tab. These bugs will fix in next release(Beta2,Ver 0.5b).
  3. Download stipogram 1.2 and replace one accompanied with COREBlog - recent stripogram uses List Comprehensions, so it requites Python2.1.
  4. Download callendar.py included in Python2.0.In calender.py,Fix line 58,59 like followings.Fixed file is here :-).
        y1 = y1 - 1
        y2 = y2 - 1
  5. Restart Zope, add COREBlog object, and start COREBlogging!

COREBlog自体はPytnon1.5でも走るように書いてあるんですが,calendarモジュールを使っているのと,最新のstripogramがPythnon2.1以上でないと走りません。逆に言うと,そいつらを入れ換えれば,Zope 2.3.3とかでもCOREBlogを動かすことができる,というわけです:-)。

The URL to Trackback this entry is:
http://coreblog.org/ats/71/tbping
Add comment

You can add a comment by filling out the form below. Plain text formatting.

(Required)
(Required)
(Required)
(Required)
コメントスパム避けのための認証文字列です

Captcha Image

Pythonな求人
r = urlopen("http://www.webcore.co.jp/recruit")
About this blog
■Author
atsこと柴田淳です。Atsushiはガイジンにうまく発音して頂けないので,これからはJunというペンネームで行こうと思っていましたがあんまり使ってません。
Webcore株式会社 代表取締役
■TRIVIAL TECHNOLOGIES 2.0
トリビアル・テクノロジー 2.0,「トリテク 2.0」と呼んでください。
Blog(ブログ)サイトです。Plone上で動く,オープンソースのBlog Product - COREBlog2を使っています。
 
最近書いた本,Mook
みんなのPython Webアプリ編
Pythonの基礎から,Webアプリやフレームワークの仕組みまで,つまることなく一気に学べる書籍です。「みんなのPython」と一緒に読んでください:-)。
みんなのPython
Pythonの入門書です。基本的なことから分かりやすく解説するよう勤めました。Pythonをはじめたいと思っている人,JavaやC++,PerlやRubyを学ぼうと思って躓いてしまった人はぜひ読んで下さい。
 

Powered by Plone, the Open Source Content Management System