[Python-bugs-list] [ python-Bugs-488420 ] Search Python Docs script broken
noreply@sourceforge.net
noreply@sourceforge.net
Mon, 03 Dec 2001 10:12:51 -0800
Bugs item #488420, was opened at 2001-12-03 06:36
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=488420&group_id=5470
Category: Macintosh
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Jason Harper (jasonharper)
Assigned to: Just van Rossum (jvr)
Summary: Search Python Docs script broken
Initial Comment:
The "Search Python Documentation" IDE script is broken
in 2.2b2. It uses PyDocSearch.py, which imports some
AppleEvent suites that are no longer in the same
location. Near the top of the file:
import Standard_Suite
import Required_Suite
import WWW_Suite
The first two are now in the StdSuites package rather
than being directly on sys.path. WWW_Suite doesn't seem
to exist anymore (at least not with that exact name), so
I'm not exactly sure how to fix this.
----------------------------------------------------------------------
>Comment By: Just van Rossum (jvr)
Date: 2001-12-03 10:12
Message:
Logged In: YES
user_id=92689
Fixed in CVS.
----------------------------------------------------------------------
Comment By: Jack Jansen (jackjansen)
Date: 2001-12-03 06:51
Message:
Logged In: YES
user_id=45365
Just, I think this is more in your ballpark. If you disagree
assign it back.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=488420&group_id=5470