voussoir / timesearch

The subreddit archiver
BSD 3-Clause "New" or "Revised" License
172 stars 7 forks source link

import timesearch_modules error #14

Closed adikami5665 closed 1 year ago

adikami5665 commented 1 year ago

D:\software\timesearch-master>python timesearch.py get_submissions -r gifs Traceback (most recent call last): File "D:\software\timesearch-master\timesearch.py", line 16, in import timesearch_modules File "D:\software\timesearch-master\timesearch_modules__init__.py", line 282, in DOCSTRING = betterhelp.add_previews(DOCSTRING, MODULE_DOCSTRINGS) AttributeError: module 'voussoirkit.betterhelp' has no attribute 'add_previews'

This is what I get after installing python 3.10 form 3.8 version

voussoir commented 1 year ago

Hi, could you do a git pull on the timesearch repository? You could also pip install voussoirkit --upgrade to make sure that is most up to date as well. It looks like your timesearch files are a little older and I have since made changes to the voussoirkit library.

Let me know what happens. Thanks!

adikami5665 commented 1 year ago

After redownloading the files every thing works fine thanks

voussoir commented 1 year ago

Glad to hear it, let me know if anything else comes up.