Skip to content

nbPython should be able to run a package (à là python -m ...) #143

Description

@DhyanRiktam

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)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions