[Python-bugs-list] [ python-Bugs-468120 ] setup.py assumes existence of /usr/local (original) (raw)
noreply@sourceforge.net noreply@sourceforge.net
Fri, 05 Oct 2001 17:13:47 -0700
- Previous message: [Python-bugs-list] [ python-Bugs-467384 ] provide a documented serialization func
- Next message: [Python-bugs-list] [ python-Bugs-468443 ] Python download/install process
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bugs item #468120, was opened at 2001-10-04 16:46 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=468120&group_id=5470
Category: Extension Modules Group: Python 2.1.1 Status: Open Resolution: None Priority: 5 Submitted By: Richard Jones (richard) Assigned to: Nobody/Anonymous (nobody) Summary: setup.py assumes existence of /usr/local
Initial Comment: /usr/local doesn't exist on Max OS X, so the lines in setup.py at the start of detect_modules should propbably have:
if os.path.isdir('/usr/local/lib') and '/usr/local/lib' not in self.compilier.library_dirs:
etc.
Comment By: Martin v. L�wis (loewis) Date: 2001-10-05 17:13
Message: Logged In: YES user_id=21627
Why is that a problem? What happens with the current code?
You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=468120&group_id=5470
- Previous message: [Python-bugs-list] [ python-Bugs-467384 ] provide a documented serialization func
- Next message: [Python-bugs-list] [ python-Bugs-468443 ] Python download/install process
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]