Hi, Bayer Munich,I implemented a syntax parser from bottom up using aCNF grammar.I actually know wha...
By anthonyliu
Hello!i am searching for a resource of compiled python binaries. I am workingon a spezial linux vers...
By wolfgangmalgadey
Hi There,I'm looking for an example of a simple SOAP web service call using theZolera SOAP Infr...
By stevo
I'm trying to access a SOAP web-service using the latest ZSI, I have theServiceDescription and ...
By даманг
Hi,Is there anybody here interested in artificial intelligence (AI)? Yes,perhaps this thread would b...
By tolga, 4 Comments
Hello everyone!I have a piece of code that looks like this:if len(BuildList) > 0:print "The scrip...
By wd_jonsson_gmail, 4 Comments
There are many ways to represent a binary tree on anascii screen.1/ \2 3/ \ / \4 5 6 7or4--2--1| |5 ...
By anthony_liu, 7 Comments
Hello everyone!I have a piece of code that looks like this:if len(BuildList) 0:print "The script fou...
By wd_jonsson_gmail_com, 4 Comments
In everyone's humble opinion, what do you think would be the best wayto serve web pages using t...
By scott, 2 Comments
On Friday 09 July 2004 4:10 pm, Jochen Demuth wrote:
> The Item in Products is named "ZWiki (Broken product ZWiki)", and when I
> click it I get this page:
> /====
> Product at /Control_Panel/Products/ZWiki
> Import Traceback
> Traceback (most recent call last):
> File "/usr/lib/zope/lib/python/OFS/Application.py", line 531, in
> import_product
> product=__import__(pname, global_dict, global_dict, silly)
> File "/usr/lib/zope/lib/python/Products/ZWiki/__init__.py", line 10, in
> ? #
> File "/usr/lib/zope/lib/python/Products/ZWiki/ZWikiPage.py", line 78,
> in ?
> File "/usr/lib/zope/lib/python/Products/ZWiki/Comments.py", line 3, in ?
> ImportError: No module named email
> \====
> Can you give any hints?
> I installed Zope with apt-get from stable, but maybe I should install
> manually from the recent stable Version from the Zope page?
> Thank you for your help!
> Jochen
One quick hint: the "email" package has only been included in the Python
standard library since Python 2.2, though if you get if from somewhere else
it will work with Python 2.1. But you really should upgrade to Python 2.3.4
and Zope 2.7 - I don't even know if ZWiki is meant to work with Zope 2.5.
Another hint: this question would be better posted to zope...zope.org.
HTH,
James
--
James Henderson, Logical Progression Ltd
http://www.logicalprogression.net
http://mailmanager.sourceforge.net
jameshenderson | Wed, 26 Dec 2007 23:37:00 GMT |
According to Jochen Demuth <jd74s...gmx-topmail.de>:
> Hi, I am trying to install ZWiki on Zope 2.5.1 / Debian 2.4.20-bf2.4-xfs.
> Can you give any hints?
Use a more recent Zope, like 2.6.4 or 2.7.x.
I have ZWiki 0.31.0 running on Zope 2.7.1. Works fine, including
External Editor.
HTH.
--
Ng Pheng Siong <ngps...netmemetic.com
http://firewall.rulemaker.net -+- Cisco PIX & Netscreen Config Version Control
http://sandbox.rulemaker.net/ngps -+- M2Crypto, ZServerSSL for Zope, Blog
ngphengsiong | Wed, 26 Dec 2007 23:38:00 GMT |
James Henderson wrote:
> On Friday 09 July 2004 4:10 pm, Jochen Demuth wrote:
> But you really should upgrade to Python 2.3.4
> and Zope 2.7 - I don't even know if ZWiki is meant to work with Zope 2.5.
Thank you very much, also thank you Ng Pheng Siong!
So I will upgrade to 2.3.4.
Can I just make/install this version over the old one or does the old
one have to be removed? how can i remove an old python installation,
that I installed from source?
Greetings
Jochen
jochendemuth | Wed, 26 Dec 2007 23:39:00 GMT |
Jochen Demuth wrote:
> Can I just make/install this version over the old one or does the old
> one have to be removed? how can i remove an old python installation,
> that I installed from source?
Well i just deleted folders that seemed to belong to zope and python,
then installed zlib, then python, zope and zwiki. Seems to work.
I used the empty product folder in my instance home, and now I have
ZWiki running:
ZWiki (Installed product ZWiki (ZWiki-0-32-0))
Zope Version
(unreleased version, python 2.3.4, linux2)
Python Version
2.3.4 (#2, Jul 10 2004, 22:28:04) [GCC 2.95.4 20011002 (Debian prerelease)]
System Platform
linux2
SOFTWARE_HOME
/usr/lib/zope/lib/python
ZOPE_HOME
/usr/lib/zope
INSTANCE_HOME
/usr/lib/zopei
CLIENT_HOME
/usr/lib/zopei/var
Network Services
ZServer.HTTPServer.zhttp_server (Port: 9080)
ZServer.FTPServer.FTPServer (Port: 9021)
Process Id
8377 (65541)
Running For
2 min 10 sec
jochendemuth | Wed, 26 Dec 2007 23:40:00 GMT |