ContributionsMost RecentMost LikesSolutionsRe: Python Script not running following upgrade to TestComplete 11.3 Thank you Joseph, it might be something wrong with project suite settings, because exactly the same script works fine in another projectSuite on the same machine... Both were working fine befor the update though. Re: Python Script not running following upgrade to TestComplete 11.3 Had the same issue and your sollution joseph_michaud worked for some of the scripts. Thank you! In another python script that was working perfectly fine before the upgrade I am getting the RuntimeError: The parameter is incorrect Here is the line of code that throws the error: ProjectSuite.Variables.TestResults = ProjectSuite.Variables.TestResults + Project.TestItems.TestItem[ProjectSuite.Variables.TestCount].Name + ": " The variables do exist in the project suite. Looks like the problem is with TestItem[ProjectSuite.Variables.TestCount] part. Any suggestions are very much appreciated. Runtime error on SendMail Hello! I am constantly getting the Runtime error when running this short python script in TestComplete: def sendResults(): SendMail("xxx@gmail.com", "mail.xxx.com", "Test Execute", "xxx@gmail.com", "Test", "Hello", "C:\Test-results\test.txt") Any suggestions? TestComplete V: 11.20 OS: Windows 7 Enterprise Attached is the screenshot of the error message. Re: Unable to create the 'Project' element, because the file ... does not exist error Thank you Djadhav for your suggestion and screenshots, I have fixed this issue the following way: Pushed the latest version of my TC project to GitHub, then cloned that repository into a different folder on my PC and opened the pjs file from there. Did the same thing for TestExecute. Works now. Re: Unable to create the 'Project' element, because the file ... does not exist error Thank you, NisHera. The same error message pops up.. To be able to work on the project, I had to copy all the projects and paste them into the folder one level up. It works for me for now, but it can not be a solution, because I am never sure if it saves my progress into all the right files. Unable to create the 'Project' element, because the file ... does not exist error Hello, I am running into this error: "Unable to create the 'Project' element, because the file ... does not exist" when opening a project. The files requested do exist in the file folder that I specify when selecting the progect file from the file tree, but it is searching for the file from one step higher in the hierarchy, where a project existed, but was deleted. I found, that someone already had an issue with that long ago: Unable to... and it was solved by deleting the "ghost file", but I can not detect the "ghost". I am having the same issue in TestComplete and TestExecute softwares. It looks like a TC bug to me. TC version 11.20.1491 Windows 7 Enterprise TE version 11.20.1491 Windows Server 2008 Does anybody have a solution for this issue? Any halp is greatly appreciated. Thank you! Solved