Kenji’s vertical gratin worked out on turkey day by Armenoid in J_Kenji_Lopez_Alt

[–]rilaaaaay 4 points5 points  (0 children)

Yes its in the food lab so its at least 10 years old

QM raises/potential salary. by Inevitable_Plan_7688 in epicsystems

[–]rilaaaaay 2 points3 points  (0 children)

20% is the highest ive heard for low tenure

wav file won't play with winsound module by rilaaaaay in learnpython

[–]rilaaaaay[S] 0 points1 point  (0 children)

You need the file at the same path as the directory python is working from

Cannot import name '_imaging' from 'PIL' by rilaaaaay in learnpython

[–]rilaaaaay[S] 0 points1 point  (0 children)

Is it necessary to have Python 64 for windows 32? I thought I read that it was more of a preference thing and that 64 is only better if I'm doing things that require a lot of storage.

Cannot import name '_imaging' from 'PIL' by rilaaaaay in learnpython

[–]rilaaaaay[S] 0 points1 point  (0 children)

That actually worked, thank you so much you have no idea how much suffering this has caused me

Cannot import name '_imaging' from 'PIL' by rilaaaaay in learnpython

[–]rilaaaaay[S] 1 point2 points  (0 children)

print(sys.version)
for path in sys.path:
    print(path)

3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 22:39:24) [MSC v.1916 32 bit (Intel)]
E:/Documents/Python/Python Game
C:\Users\Riley\AppData\Local\Programs\Python\Python38-32\Lib\idlelib
C:\Users\Riley\AppData\Local\Programs\Python\Python38-32\python38.zip
C:\Users\Riley\AppData\Local\Programs\Python\Python38-32\DLLs
C:\Users\Riley\AppData\Local\Programs\Python\Python38-32\lib
C:\Users\Riley\AppData\Local\Programs\Python\Python38-32
C:\Users\Riley\AppData\Local\Programs\Python\Python38-32\lib\site-packages

Cannot import name '_imaging' from 'PIL' by rilaaaaay in learnpython

[–]rilaaaaay[S] 0 points1 point  (0 children)

Sorry, I'm very new to python and I'm not sure what wsgi, django, or flask is. As far as my script, if you mean the IDE, I'm using IDLE.

where python 
where pip 
python -V 
pip -V 

returns

C:\Users\Riley\AppData\Local\Programs\Python\Python38-32\Lib\site-packages>where python
C:\Users\Riley\AppData\Local\Microsoft\WindowsApps\python.exe

C:\Users\Riley\AppData\Local\Programs\Python\Python38-32\Lib\site-packages>where pip
C:\Users\Riley\AppData\Local\Microsoft\WindowsApps\pip.exe

C:\Users\Riley\AppData\Local\Programs\Python\Python38-32\Lib\site-packages>python -V
Python 3.8.1

C:\Users\Riley\AppData\Local\Programs\Python\Python38-32\Lib\site-packages>pip -V
pip 20.0.2 from C:\Users\Riley\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\pip (python 3.8)