From: <no...@so...> - 2000-12-06 21:29:51
|
Bug #122835, was updated on 2000-Nov-18 11:23 Here is a current snapshot of the bug. Project: Jython Category: Library Status: Closed Resolution: Fixed Bug Group: None Priority: 1 Submitted by: bckfnn Assigned to : Nobody Summary: Should sys.prefix be added to sys.path? Details: In CPython sys.prefix (or sys.exec_prefix?) are added to sys.path. By default (it seems) 'distutils' will install modules in sys.prefix which JPython can not find. Follow-Ups: Date: 2000-Dec-06 13:29 By: bckfnn Comment: The site.py which add sys.prefix to sys.path is not included in the Library installation package. This matches CPython completely. ------------------------------------------------------- For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=122835&group_id=12867 |