[Zope-CMF] can't move cmf from windows to linux
Dieter Maurer
dieter@handshake.de
Fri, 26 Jul 2002 19:33:43 +0200
Chris Withers writes:
> ...
> Hmmm, if it starts with c:, it's going to have the whole path too?
>
> eg: C:\Program Files\Website\lib\python\Products\(etc)
>
> Am I correct in thinking that only the following should be stored:
>
> /lib/python/Products/(etc)
Zope strips the "INSTANCE_HOME" or "SOFTWARE_HOME", respectively,
because the directories are located relative to one of these locations.
If you see an absolute path, you probably cannot translate it for
a different platform.
Dieter