Hi guys
I try to write a script that use?Python library called psutil? . the? library was installed in? folder under? the python? folder "C:\Python37\Lib\site-packages\psutil".
the script for now is only one line "import psutil" .When I try to run it using Jmri ( ver 4.15)? under NetBeans IDE I get an error? message "javax.script.ScriptException: ImportError: No module named psutil in <script> at line number 1?"? .?
I try to run he script? using PyCharm editor and have no problem .
I try to find what can cause the problem and? ?in page "" I found that there is need to change? the?python.properties file?
and enter the path .I enter it "python.path=C:\\jython37\\Lib\\site-packages\\psutil\\ " I also try "python.path=C:\\jython37\\Lib\\site-packages\\psutil" and
"python.path=C:\\jython37\\Lib\\site-packages\\psutil\"? but it didn't? change the result .?
I try to open the "Context " from the "Help"? sub menu and the line was? "python.path: C:\jython37\Lib\site-packages\psutil\;C:\Program Files (x86)\JMRI\jython\;C:\Program Files (x86)\NetBeans 8.2\Projects\jmri-ver4.15\JMRI-master\JMRI\jython "?
Do you what I do about it
Regards Doron
?