Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wallpaper was not created since there was no module named 'PIL'. #32

Open
Michael-Obele opened this issue Feb 28, 2023 · 1 comment
Open

Comments

@Michael-Obele
Copy link

What was expected:

Setting wallpaper...
Wallpaper set successfully

What happened:

Creating wallpaper...
Traceback (most recent call last):
  File "/home/michael/process-wallpaper/generateWallpaper.py", line 2, in <module>
    from PIL import Image
ModuleNotFoundError: No module named 'PIL'

Setting wallpaper...
feh WARNING: /home/michael/process-wallpaper/wallpaper.png does not exist - skipping
feh: No loadable images specified.
See 'man feh' for detailed usage information
Wallpaper set successfully.

My Verdict: The "PIL" module appears to be depreciated, and the wallpaper is not created.

@ShockedCoder
Copy link

ShockedCoder commented Jan 2, 2024

There is no problem with the package. You didn't install the requirements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants