In "netbeans python project" properties / run: i can choose a script, but not a package!
My problem: I wanted to analyse the sw NanoVNASaver project https://github.com/NanoVNA-Saver/nanovna-saver
and set the run-property accordingly.
a) Entry the script "src/NanoVNASaver/NanoVNASaver.py"results in error ...relative submodule not found..."
b) Terminal-Entry "python -m src.NanoVNASaver" starts the sw successfully.
But i found no way to start the sw from inside a netbeans-python-project.
Additional:
I saw a python video/tutorial from netbeans8. There was the choise to define a "new package".
But i found no source code for this python plugin. (nbPython starts with netbeans9)
In "netbeans python project" properties / run: i can choose a script, but not a package!
My problem: I wanted to analyse the sw NanoVNASaver project https://github.com/NanoVNA-Saver/nanovna-saver
and set the run-property accordingly.
a) Entry the script "src/NanoVNASaver/NanoVNASaver.py"results in error ...relative submodule not found..."
b) Terminal-Entry "python -m src.NanoVNASaver" starts the sw successfully.
But i found no way to start the sw from inside a netbeans-python-project.
Additional:
I saw a python video/tutorial from netbeans8. There was the choise to define a "new package".
But i found no source code for this python plugin. (nbPython starts with netbeans9)