--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.7.1: /usr/bin/python
Tue May 21 17:31:06 2013

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/drtrigon/public_html/cgi-bin/sum_cat_disc.py in ()
     49 bot_path = os.path.realpath("../../pywikipedia/")
     50 sys.path.append( bot_path )                             # bot import form other path (!)
=>   51 import query                                            #
     52 import wikipedia as pywikibot                           #
     53 import pagegenerators, catlib
query undefined
 /home/drtrigon/pywikipedia/query.py in ()
     27 
     28 import time
=>   29 import wikipedia as pywikibot
     30 import config
     31 from pywikibot.support import deprecate_arg
wikipedia undefined, pywikibot undefined
 /home/drtrigon/pywikipedia/wikipedia.py in ()
    147 import unicodedata
    148 import xmlreader
=>  149 import externals     # allow imports from externals
    150 externals.check_setup('BeautifulSoup.py')
    151 from BeautifulSoup import BeautifulSoup, BeautifulStoneSoup, SoupStrainer
externals undefined

<type 'exceptions.ImportError'>: No module named externals
      args = ('No module named externals',)
      message = 'No module named externals'