Problem with Python on MAC OSX

edadk e.d.andersen at mosek.com
Tue Jun 29 13:54:16 EDT 2004


Hi,


> But why don't you like the result? The directories pointed to by both
> paths are the same...
> 

This feature is casuing problem when I use the Scons build. See
www.scons.org.

It call external tools to do various thing for instance calling the
perforce source control commandline tool p4 via spawn. So when Scons
do something like

'p4 sync file.c'

perforce gets confused because it wants to work with

/home/eda/file.c

and not

/private/home/eda/file.c

I agree in most case this feature is not causing any problems but
sometimes it does.

Regards

Erling



More information about the Python-list mailing list