Wednesday, 15 April 2015

python - Why isn't my PythonScript for Notepad++ running? -



python - Why isn't my PythonScript for Notepad++ running? -

i'm running npp 6.3.1 (unicode) , current pythonscript plugin (python 2.7.6, pythonscript 0.9.2.0)

i got new machine , had reinstall both npp , pythonscript (ps). wrote basic script little while ago , had been using bit , worked fine using ps plugin.

i installed , run script through ps plugin menu nil happens. seek 1 time again , now, maintain getting next error:

another script running. running 2 scripts @ same time produce unpredictable results, , hence disabled.

the script designed search document , find next available point number , insert @ cursor. said, it's simple script has defined start , end. i've never had problem before. so, decided create new script (test.py) consists exclusively of following:

console.write("test")

nothing. console doesn't show activity no matter do, leads me believe script isn't starting, though says loads (in 16ms) , says ready...

i tried uninstalling , reinstalling still nothing. haven't tried previous versions yet.

am missing stupid?

the problem did not have current version. after installing version 6.6.6 , pythonscript 1.0.2, works.

just want leave info next people come in problem.

python notepad++

No comments:

Post a Comment