Problem with Python on MAC OSX

Reinhold Birkenfeld reinhold-birkenfeld-nospam at wolke7.net
Tue Jun 29 14:49:37 EDT 2004


edadk wrote:
> 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.

So you must resort to using the shell-set $PWD -- the kernel does not
keep track of your current directory in the terms of links.

Reinhold

-- 
Wenn eine Linuxdistribution so wenig brauchbare Software wie Windows
mitbrächte, wäre das bedauerlich.  Was bei Windows der Umfang eines
"kompletten Betriebssystems" ist, nennt man bei Linux eine Rescuedisk.
  -- David Kastrup in de.comp.os.unix.linux.misc



More information about the Python-list mailing list