Quantcast
Channel: ActiveState Community Site - Installation Support for ActivePython
Viewing all articles
Browse latest Browse all 48

How to get the Active Python documentation search engine running?

$
0
0

I have installed Active Python 3.5 x64 on Windows 10 and XAMPP for Apache server.

In C:\xampp\apache\conf\extra\ i have created a file active-python-manual.conf with the content

    Alias /active-python-manual "C:/Python35/Doc/"
    <Directory "C:/Python35/Doc">
        AllowOverride AuthConfig
        Require local
    </Directory>

After an restart of Apache i can reach the Active Python documentation by typing http://localhost/active-python-manual/ in the browser.

I found a page called "Search"http://localhost/active-python-manual/python/search.html which is originally located on C:\Python35\Doc\python\search.html

But if i type something in the form and press the search button, nothing happens. The search is running forever.

How can i get it running?
Thank you!

AttachmentSize
ActiveState_Python_documentation_searchengine.png89.37 KB

Viewing all articles
Browse latest Browse all 48

Latest Images

Trending Articles



Latest Images