[Zope-dev] is INSTANCE_HOME broken on Win32?

Rik Hoekstra rik.hoekstra@inghist.nl
Thu, 14 Sep 2000 10:50:47 +0200


> Any ideas?


the python way of getting the right path separators is to use 

os.path.join(item1, item2, ...)

Works even for macs ;-)

Rik