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 ;-))
- Download COREBlog and install it.
- 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).
- Download stipogram 1.2 and replace one accompanied with COREBlog - recent stripogram uses List Comprehensions, so it requites Python2.1.
- 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 - Restart Zope, add COREBlog object, and start COREBlogging!
COREBlog自体はPytnon1.5でも走るように書いてあるんですが,calendarモジュールを使っているのと,最新のstripogramがPythnon2.1以上でないと走りません。逆に言うと,そいつらを入れ換えれば,Zope 2.3.3とかでもCOREBlogを動かすことができる,というわけです:-)。