zope on a nearly bare win98 box?
Dear Zoper, I wanna learn zope by practising. I wanna test Chinese. I currently have no Linux box by hand. And Linux cannot support Chinese inputing very well. (If all goes well, I will make a probablly big site on the Zope on top of a local distribution of Linux system, Xteam Linux, if you wanna know :) I got python 1.5.2 installed on my Windoze. Zope 2.0.0a1 compiled from src with double clicking on wo_pcgi.py and got compiled well, I guess :) Then following the INSTALL.txt, I tried \path\python z2.py -d 127.0.0.1 Got bunch of err msg ended with "ImportError: No mudule named ExtensionClass" Sure I have no Name server running on my box. (Seems it won't be easy to find one.) I've Hosts file under /windows though. Please someone could help me out. If necessary, I could go downloading some bit. TIA --zhaoway .________________________________ /http://mud.jlonline.com/~zhaoway\ 闷罐船 \zhaoway@public1.ptt.js.cn / 水世界 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
On Sat, 29 May 1999, zhaoway wrote:
Dear Zoper,
[snip]
I got python 1.5.2 installed on my Windoze. Zope 2.0.0a1 compiled from src with double clicking on wo_pcgi.py and got compiled well, I guess :)
Then following the INSTALL.txt, I tried \path\python z2.py -d 127.0.0.1 Got bunch of err msg ended with "ImportError: No mudule named ExtensionClass"
ExtensionClass is a C extension module. It ships with Zope, but uncompiled for obvious reasons. wo_pcgi.py tries to compile it, but if you don't have a C compiler installed, you're SOL. You can get a good, free compiler from www.cygnus.com. Good luck! Mike. -- --- | Mike Pelletier Work: 519-746-1607 /opeware! | Software Developer Home: 519-725-7710 --- | mike@zopeware.com Fax: 519-746-7566 http://www.zopeware.com | Zopeware is not endorsed by Digital Creations
participants (2)
-
Mike Pelletier -
zhaoway