[Python-bugs-list] [ python-Bugs-740424 ] MacPython-OS9 distutils breaks on OSX

SourceForge.net noreply@sourceforge.net
Fri, 23 May 2003 07:11:22 -0700


Bugs item #740424, was opened at 2003-05-20 14:38
Message generated for change (Comment added) made by jackjansen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=740424&group_id=5470

Category: Macintosh
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Jack Jansen (jackjansen)
Summary: MacPython-OS9 distutils breaks on OSX

Initial Comment:
MacPython-OS9 distutils (or actually the underlying mkcwproject 
package) does not always work on OSX. The problem is that 
references to the GUSI source tree are relative pathnames to the 
Python sourcetree with :: in them, and CW (at least CW7) doesn't 
understand this when running on OSX. 

----------------------------------------------------------------------

>Comment By: Jack Jansen (jackjansen)
Date: 2003-05-23 16:11

Message:
Logged In: YES 
user_id=45365

Just: do you mean that *no* distutils-based packages build correctly with 
MacPython-OS9 on OSX with CW8 because of the incorrect pathnames?

----------------------------------------------------------------------

Comment By: Just van Rossum (jvr)
Date: 2003-05-20 18:18

Message:
Logged In: YES 
user_id=92689

I've observed that (at least with CW8) _all_ pathnames are wrong: they do use 
/, but the paths are constructed as if they are OS9 paths, ie. the start with 
the volume name ( /MyHD/rest/of/path )

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=740424&group_id=5470