Re: error in running python

2020-03-31 Thread Souvik Dutta
Do you have direct X installed in your machine? On Tue, Mar 31, 2020, 5:44 PM Santosh Reddy wrote: > i installed python and when i open the app, i get this > > the code execution cannot proceed because python38.dll was not found. > reinstalling the proram may fix this problem. > > please help me

error in running python

2020-03-31 Thread Santosh Reddy
i installed python and when i open the app, i get this the code execution cannot proceed because python38.dll was not found. reinstalling the proram may fix this problem. please help me in this one. -- https://mail.python.org/mailman/listinfo/python-list

Re: Error in running python -v on Mac ox 10.5.

2009-05-05 Thread Diez B. Roggisch
silverburgh schrieb: Hi, I run 'python -v' on Macos 10.5 but I get this error : # can't create /System/Library/Frameworks/Python.framework/Versions/ 2.5/lib/python2.5/encodings/utf_8.pyc Can you please tell me how to fix it? This looks like a rights-problem to me, and a missing pyc-file. If

Re: Error in running python -v on Mac ox 10.5.

2009-05-05 Thread Piet van Oostrum
> silverburgh (s) wrote: >s> Hi, >s> I run 'python -v' on Macos 10.5 but I get this error : >s> # can't create /System/Library/Frameworks/Python.framework/Versions/ >s> 2.5/lib/python2.5/encodings/utf_8.pyc >s> Can you please tell me how to fix it? This looks like the utf_8.py file has not

Error in running python -v on Mac ox 10.5.

2009-05-05 Thread silverburgh
Hi, I run 'python -v' on Macos 10.5 but I get this error : # can't create /System/Library/Frameworks/Python.framework/Versions/ 2.5/lib/python2.5/encodings/utf_8.pyc Can you please tell me how to fix it? And why I am seeing a lot of 'install' message' when i run 'python - v'? I don't think I se