How to run COREBlog on Zope 2.3.3
How to run COREBlog on Zope 2.3.3
Almost all codes on COREBlog is 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 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..
y1 = y1 - 1
y2 = y2 - 1
- Restart Zope, add COREBlog object, and start COREBlogging!