Issue 734844: pyxml setup error on Mac OS X (original) (raw)

Issue734844

Created on 2003-05-08 20:35 by genechow, last changed 2022-04-10 16:08 by admin. This issue is now closed.

Messages (3)
msg15925 - (view) Author: Gene Chow (genechow) Date: 2003-05-08 20:35
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:
msg15926 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-05-09 07:45
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.
msg15927 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2003-06-11 00:23
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.
History
Date User Action Args
2022-04-10 16:08:39 admin set github: 38468
2003-05-08 20:35:00 genechow create