nulife: -------------------------------------------------------------------------------- Dear Petr,
I've installed PyPy Python under Windows 7 (C:\Users\asus\pypy-2.0-beta1) and see the command prompt when starting pypy.exe. But I couldn't see how to save and execute a new py script. I've added pypy.exe to the ocmpiler path, but I assume that's wrong. Please advise, many thanks! Philip -------------------------------------------------------------------------------- Hi, I have no experiences with pypy, but in case you haven't tried it sofar, you may check the setting used for CPython. I am using the following "compiler" settings for python 2.7 in PSPad: Settings: Highlighters settings:: Python - Compiler: Compiler: C:\Python27\python.exe Parameters: "%File%" [x] Capture Program output window LOG Parser: *File* "%F",*line %L* To execute the currently active sourcefile from PSPad, just use: File: Compile (Ctrl + F9) If this dosn't work, you might check the PyPy documentation for the command line parameters it requires. hth, vbr -- <http://forum.pspad.com/read.php?2,60182,60183> PSPad freeware editor http://www.pspad.com
