Hi,
I usually installed successfully Plone from binary installer.
Now, I'm creating a Zope/Plone instance manually and it works fine for ZMI, thanks to Martin Aspeli book: Professional Plone Development.
But Plone is not yet installed on it: my browser fails on both
http://localhost:80 and
http://localhost:80/optilux.
I checked plone.conf file in the sud-directories: not found.
Is this the normal behaviour ? So what I'm doing wrong ? Must I specify more packages in buildout.cfg ?
plateform: Windowx XP Pro
thanks
I started "bin\instance fg" and the output is :
D:\optilux>bin\instance fg
D:\optilux\parts\instance\bin\runzope -X debug-mode=on
D:\optilux>"C:\Python\python.exe" "D:\optilux\parts\instance\bin\servicewrapper.py" -C "D:\optilux\parts\instance\etc\zope.conf" "-X" "debug-mode=on"
2008-08-22 23:06:30 INFO ZServer HTTP server started at Fri Aug 22 23:06:30 2008
Hostname: <mycomputer>
Port: 8080
2008-08-22 23:06:37 INFO Marshall libxml2-python not available. Unable to register libxml2 based marshallers.
2008-08-22 23:06:41 INFO DocFinderTab Applied patch version 1.0.1.
D:\optilux\parts\zope2\lib\python\zope\configuration\xmlconfig.py:323: DeprecationWarning: zope.app.annotation has moved to zope.annotation. Import of
zope.app.annotation will become unsupported in Zope 3.5
__import__(arguments[0])
... (many other DeprecationWarning)
2008-08-22 23:07:04 INFO Zope Ready to handle requests