bitagoras
bitagoras
Did you maybe specify the path with backslashes? Then try it with double backslashes or set an r in front of the string, such as `r"C:\Program Files\Ananaconda"`.
At the moment I cannot try to reproduce this error. So far, I did not use Python 3.10 with it. The problem is that the error occurs Inside the subprocess...
Now it seems that your are not using the bundled version. Is this correct? You have to use the plugins/config folder, as you did above.
Yes, this undo Ctrl + z
It should work in any folder.
Hi Christian, thank you so much for this awsome introduction video! I always wanted to do a similar introduction video but did not find any time. So, I am very...
Can you give me an example to better describe your problem? What do you mean by "gets evaluated"? Is the whole line executed? The `CT_expression = True` should remain, otherwise...
This look like a problem of the mouse middle button which always executes the line. You can disable it by commenting out the line `self.onTimerMiddleButton() # start periodic timer to...
Sorry, I had no time yet to test it in Python 3.9. It is called in the init of the interpreter in the file pyPad/pyPadHost.py. The line and a parameter...
I use VSCode multiediting now for a while and in my experience you will use ADDNEXT much more often than ADDEACH. With ADDEACH you have to make sure that you...