zodb install problem on Windows
Andrew Kuchling
akuchlin at mems-exchange.org
Tue Jun 26 10:46:55 EDT 2001
"Neil Hodgson" <nhodgson at bigpond.net.au> writes:
> Which is caused by the Unix specific:
>
> data_files = [("etc", ["zeo.conf"]),
> ("/etc/rc.d/init.d", ["misc/zeo"]),
> ("/usr/local/bin", ["misc/zeod"]),
> ]
>
> Any ideas on how to install on Windows?
I have no idea how to set up ZEO to run as a service on Windows.
While that bit of code could be conditionalized to only try to install
them on Unix, I haven't done so in the hopes that some Windows person
will contribute patches to make it work.
--amk
More information about the Python-list
mailing list