PetitTournesol / Edgeware

Elsavirus inspired fetishware, built from the ground up to use interchangeable packages for better user experience.
MIT License
128 stars 94 forks source link

popup images and videos aren't working #67

Open FemboyHugger opened 6 months ago

FemboyHugger commented 6 months ago

whenever the program tries to open a image or video it opens terminal for a split second, disappears and nothing happens.

Skillfullyunskillfull commented 5 months ago

The lack of images is caused by the program's use of deprecated methods imported from the pillow image handling library. to fix this, just install an older version. I am using Windows 10, so if you're on Windows 11 the exact steps may be different, but This is what you might try: 1.) press windows key + r 2.) type cmd 3.) type pip install pillow==9.1.1 into the command prompt that appears

If the above command fails, it's probably because pip isn't in your computer's path environment variable, quick fix:

Now you should be good to try Edgeware again.

OnyXWolve commented 4 months ago

The lack of images is caused by the program's use of deprecated methods imported from the pillow image handling library. to fix this, just install an older version. I am using Windows 10, so if you're on Windows 11 the exact steps may be different, but This is what you might try: 1.) press windows key + r 2.) type cmd 3.) type pip install pillow==9.1.1 into the command prompt that appears

did that but it still wont show images nor videos

femboyloverwww commented 1 month ago

did you find out the issue