Asked By
Tom M Owen
0 points
N/A
Posted on - 08/18/2014
Hello experts,
Python showed up this morning with this error. I don’t know what is causing it, I don’t know how to solve this error and I don’t know why I have this error. Any solution ? Please help me to fix this error.
Thank you !
Python – Absturzprotokoll
Python – Absturzprotokoll
In python 0.0 trat ein Problem auf. Das Programm muss geschlossen warden.
Ausnahme: Access violation (0Xc0000005) bei EIP = 0X3052D6EC
Version: 0.0
Ene locale Kopie des Fehlerprotokolls wurde hier gespeichert: LavVIEW Data Folder
Prolokoll ID: 946cae88-cdde-4005-bed4-add542357668
Call a Labview DLL with Python access violation
Sorry but I’m having a hard time translating this one to English since it is in German. But I think the problem here is regarding access violation which is also related to permissions. If this is the case and you can’t start Python because of this error, try starting Python as administrator. You normally get problems regarding permissions when using Microsoft Windows Vista and later operating systems.
I think this is because of the UAC feature or the User Access Control. To run Python as administrator, right-click Python then point to “Run as” and then select Administrator. If you are prompted, enter your administrator password to continue. See if Python starts successfully. If it is then set Python to always open as administrator.
To do this, right-click Python then select Properties. Select Compatibility tab then check “Run this program as an administrator” under “Privilege level” section and then click OK. From now on, Python will always open as administrator which gives it full administrative privileges.