You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
Followed your instructions in Readme. But search module is not found.
$ ./google_dl.py
Traceback (most recent call last):
File "./google_dl.py", line 11, in <module>
from xgoogle.search import GoogleSearch, SearchError
ModuleNotFoundError: No module named 'xgoogle.search'
I had to run the build and install commands from inside the xgoogle directory. When I ran python xgoogle/setup.py build and python xgoogle/setup.py install, it did not install the modules. But when I did a cd xgoogle and then ran python setup.py build and python setup.py install, it works.
Hi
Followed your instructions in Readme. But search module is not found.
xgoogle is installed:
search.py is present in xgoogle directory:
The text was updated successfully, but these errors were encountered: