vbr: -------------------------------------------------------------------------------- I notice a similar bug in capturing the compiler output like in the previous version (as mentioned in http://forum.pspad.com/read.php?4,68050#msg-68050 ). Currently, there is no error dialog, but after calling a compiler set to capture the output, the editor hangs and can be only closed in process manager. the setting in the tools panel is python36 Command=C:\Programy\Python36-32\python.exe Params="%File%" CaptureOutp=1 LogParser=*File* "%F",*line %L* LogType=0
Without capturing the output, the script runs ok. the python code should simply print a single digit: print(7) -------------------------------------------------------------------------------- I downloaded Python 3.6.1 (https://www.python.org/downloads/windows/) - embeded ZIP. I set up compiler for Python - see the screnshot: https://ctrlv.cz/shots/2017/03/09/OBaj.png When I run it, I got error and code parser jumps on error line. I will try to release next build tonight. I made some changes yesterday which can have influence. We will see. -- <http://forum.pspad.com/read.php?6,68109,68142> PSPad freeware editor http://www.pspad.com
