On 6/1/2020 4:54 PM, Jim Parinisi via Python-list wrote:
I had been using python 3.6 on two computers with windows 7 and windows 10. We bought a windows 10 machine and I installed python 3.8 on it. Many of my python apps failed with an error similar to this > File "C:\Python38\lib\os.py",
On 6/1/2020 4:54 PM, Jim Parinisi via Python-list wrote:
So, I uninstalled v3.8 and installed v3.6.
You can have both installed on Windows. Without 3.8, you cannot follow
any suggestions about things to try with 3.8 ;-).
--
Terry Jan Reedy
--
https://mail.python.org/mailman/listinfo/pytho
On 2020-06-01 21:54, Jim Parinisi via Python-list wrote:
I had been using python 3.6 on two computers with windows 7 and windows 10. We bought a windows 10 machine and I installed python 3.8 on it. Many of my python apps failed with an error similar to this:
File "C:\Python38\lib\os.py",
I had been using python 3.6 on two computers with windows 7 and windows 10.
We bought a windows 10 machine and I installed python 3.8 on it. Many of my
python apps failed with an error similar to this:
File "C:\Python38\lib\os.py", line 818, in fsdecode filename =
fspath(filename) # Do