[Python-bugs-list] [ python-Bugs-734844 ] pyxml setup error on Mac OS X

SourceForge.net noreply@sourceforge.net
Tue, 10 Jun 2003 17:23:14 -0700


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

Category: XML
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Gene Chow (genechow)
Assigned to: Nobody/Anonymous (nobody)
Summary: pyxml setup error on Mac OS X

Initial Comment:
Error when installing pyxml 0.8.2 on Mac OS 10.2.6 using the 
command: python2.1 setup.py install

The following change in setup.py fixes the problem:
59c59
<    distutils.sysconfig.get_config_var("LDSHARED").find("-
flat_namespace") == -1:
---
>    get_config_vars("LDSHARED")[0].find("-flat_namespace") == 
-1:


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

>Comment By: Brett Cannon (bcannon)
Date: 2003-06-10 17:23

Message:
Logged In: YES 
user_id=357491

It's been a month since Martin asked for clarification on this bug 
report from the OP on why he thinks this is a Python issue and 
not a PyXML issue.  Closing it.

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

Comment By: Martin v. Löwis (loewis)
Date: 2003-05-09 00:45

Message:
Logged In: YES 
user_id=21627

Why do you think this is a bug in Python? The PyXML project
is at sf.net/projects/pyxml.

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

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