[Python-bugs-list] [ python-Bugs-433775 ] module build dir first in test import

noreply@sourceforge.net noreply@sourceforge.net
Sat, 16 Jun 2001 10:21:03 -0700


Bugs item #433775, was updated on 2001-06-16 10:21
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=433775&group_id=5470

Category: Build
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Sjoerd Mullender (sjoerd)
Assigned to: Nobody/Anonymous (nobody)
Summary: module build dir first in test import

Initial Comment:
This problem was found on a Linux (RedHat 7.1) system,
but applies to all Unix systems.

In the step "python setup.py build", after a shared
module is built, setup checks whether it can import the
module.  During this test, the build directory should
be at the beginning of sys.path to make sure you get
the module that was actually built.  Currently, the
build directory is at the end.

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

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