Hello everybody ! I'm getting the following error with the latest revision of pywikipedia (trunk) on the toolserver :
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "wikipedia.py", line 150, in <module> externals.check_setup('BeautifulSoup.py') File "externals/__init__.py", line 377, in check_setup if globals()[dist[0] + '_install'](modules_needed[m][0]): KeyError: u'sunos_install'
As this error happens when trying to import the wikipedia library, I cannot use any script… Do you have an idea ?
Regards,
— Toto Azéro
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Yes, that is my fault, since I did not include 'sunos' support into externals auto installer - I will look at this as soon as possible...
Greetings
On 23.07.2013 18:14, Toto Azéro wrote:
Hello everybody ! I'm getting the following error with the latest revision of pywikipedia (trunk) on the toolserver :
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "wikipedia.py", line 150, in <module> externals.check_setup('BeautifulSoup.py') File "externals/__init__.py", line 377, in check_setup if globals()[dist[0] + '_install'](modules_needed[m][0]): KeyError: u'sunos_install'
As this error happens when trying to import the wikipedia library, I cannot use any script… Do you have an idea ?
Regards,
— Toto Azéro _______________________________________________ Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Should be solved with:
https://gerrit.wikimedia.org/r/#/c/76317/
...please review it!
Greetings DrTrigon
On 23.07.2013 18:14, Toto Azéro wrote:
Hello everybody ! I'm getting the following error with the latest revision of pywikipedia (trunk) on the toolserver :
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "wikipedia.py", line 150, in <module> externals.check_setup('BeautifulSoup.py') File "externals/__init__.py", line 377, in check_setup if globals()[dist[0] + '_install'](modules_needed[m][0]): KeyError: u'sunos_install'
As this error happens when trying to import the wikipedia library, I cannot use any script… Do you have an idea ?
Regards,
— Toto Azéro _______________________________________________ Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
pywikipedia-l@lists.wikimedia.org