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

SourceForge.net noreply@sourceforge.net
Fri, 06 Jun 2003 03:11:26 -0700


Bugs item #740424, was opened at 2003-05-20 14:38
Message generated for change (Comment added) made by jvr
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: Just van Rossum (jvr)
Date: 2003-06-06 12:11

Message:
Logged In: YES 
user_id=92689

I have attached a screenshot which illustrates the problem 
(access paths are OS9-style but with OSX separator). This 
is with OS9MacPython 2.2.3 as posted today. Do you have any 
tips on where to look? I'm not familiar with the distutils CW back 
end at all.

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

Comment By: Just van Rossum (jvr)
Date: 2003-05-23 16:31

Message:
Logged In: YES 
user_id=92689

I didn't do a _lot_ of testing, but it sure looked like it simply doesn't work at 
all.

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

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