AlfredoSequeida / venus

Venus aims to be a cross-platform tool to automatically change your desktop wallpaper to something random using images from Unsplash.
MIT License
25 stars 6 forks source link

hangs when running on Windows 11 with Python 3.12 #25

Open joaocastilho opened 1 year ago

joaocastilho commented 1 year ago

On Windows 11 it hangs when running in the cli or using the Config wait setting.

Python 3.12 installed

Tried running multiple ways and always have to Ctrl+C to cancel since it's stuck for a long time.

C:\Users\joao>py -m venus
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "C:\Users\joao\AppData\Local\Programs\Python\Python312\Lib\site-packages\venus\__main__.py", line 5, in <module>
    sys.exit(main())
             ^^^^^^
  File "C:\Users\joao\AppData\Local\Programs\Python\Python312\Lib\site-packages\venus\venus.py", line 103, in main
    time.sleep(int(wait_time_config))
KeyboardInterrupt
^C
C:\Users\joao>
C:\Users\joao>venus
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "C:\Users\joao\AppData\Local\Programs\Python\Python312\Scripts\venus.exe\__main__.py", line 7, in <module>
  File "C:\Users\joao\AppData\Local\Programs\Python\Python312\Lib\site-packages\venus\venus.py", line 103, in main
    time.sleep(int(wait_time_config))
KeyboardInterrupt
^C
C:\Users\joao>