[Python-bugs-list] [ python-Bugs-488420 ] Search Python Docs script broken

noreply@sourceforge.net noreply@sourceforge.net
Mon, 03 Dec 2001 06:36:02 -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: Jack Jansen (jackjansen)
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.


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

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