Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Hi all,
Everytime i try and save in EG i get this error can anyone shed some light on it please?...
Traceback (most recent call last) (1700):
File "C:\Program Files (x86)\EventGhost\eg\Classes\MainFrame\__init__.py", line 345, in FuncWrapper
func()
File "C:\Program Files (x86)\EventGhost\eg\Classes\MainFrame\__init__.py", line 832, in OnCmdSave
self.document.Save()
File "C:\Program Files (x86)\EventGhost\eg\Classes\Document.py", line 360, in Save
self.WriteFile(self.filePath)
File "C:\Program Files (x86)\EventGhost\eg\Classes\Document.py", line 178, in WriteFile
tmpFile, tmpPath = mkstemp(".xml", "$", os.path.dirname(filePath))
File "tempfile.pyc", line 293, in mkstemp
File "tempfile.pyc", line 228, in _mkstemp_inner
OSError: [Errno 13] Permission denied
Well, it is clear. EG does not have the rights to write to file. Either you have to run EG as Admin or change location/path of the files EG wants to write to a location where the current logged on user has rights to do it