URGENT: STKO WONT START
URGENT: STKO WONT START
Hello,
STKO was working fine and then all of a sudden it won't start. It shows start screen for about 15 seconds and then it crashes. I restarted computer several times, but no luck.
Please advise.
Thank you
STKO was working fine and then all of a sudden it won't start. It shows start screen for about 15 seconds and then it crashes. I restarted computer several times, but no luck.
Please advise.
Thank you
Re: URGENT: STKO WONT START
I reinstalled STKO and I still have the same problem. I have been using STKO on this computer for years, so I doubt it is an issue with the computer.
I look forward to hearing from you.
Thank you
I look forward to hearing from you.
Thank you
-
kesavapraba
- Posts: 468
- Joined: Sat Mar 28, 2020 2:25 pm
Re: URGENT: STKO WONT START
Hi, Please check if the answer in the link below helps. viewtopic.php?t=2898#p8989
:: With best wishes ::
Prabakaran Kesavan
Prabakaran Kesavan
Re: URGENT: STKO WONT START
That worked, thank you!
Re: URGENT: STKO WONT START
After fixing the error with starting STKO, I encountered the following error when trying to run API Python scripts. I have been running these scripts before with no problem. pip stko is installed. "os" library comes with Python, and it is imported at the beginning of the code, so I am not sure what is wrong.
Please advise.
Thank you
Please advise.
Thank you
Re: URGENT: STKO WONT START
When following the previous procedure will clear all the search paths of the script editor. Did you put them back? Is the file you are running saved in one of those folders?
Re: URGENT: STKO WONT START
I don't quite understand what you mean. Let's assume that the answer is yes. Can you please let me know how to fix it?
Thanks
Thanks
Re: URGENT: STKO WONT START
The only case in which this can happen is when you are trying to run a file from the editor that is not saved to disk.
In this case STKO tries to save it on the active path (among the ones on the script explorer).
If there's no path it cannot save it and the code cannot be run properly.
To replicate this error, I cleaned the search path, I deleted the python file but I didn't close it from the editor. So now the script on the editor is only in memory but not saved on disk: Did something like this happened to you? Probably you deleted or renamed the folder where the original file was?
In this case STKO tries to save it on the active path (among the ones on the script explorer).
If there's no path it cannot save it and the code cannot be run properly.
To replicate this error, I cleaned the search path, I deleted the python file but I didn't close it from the editor. So now the script on the editor is only in memory but not saved on disk: Did something like this happened to you? Probably you deleted or renamed the folder where the original file was?