'No module named 'wikiSearch'
i a using a github code where i have to import wiki search as
'import wikiSearch, ngram_gen'
and this is giving me the error
ModuleNotFoundError: No module named 'wikiSearch' i have tried pip install wikipedia already
Solution 1:[1]
Shouldn't you do import wikipedia instead? That's what they do in their example.
BTW are you sure you want to use this module? It seems quite outdated, the last release was in 2014.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Kamil Gwó?d? |
