My python script is executed via the -m flag:
python -m MyPythonModule.MyPhythonModule command_line_arg1 command_line_arg2
However, I can’t seem to get to this to work in Eclipse PyDev using the run configuration. Using that tool, it seems I always need to specify a .py file to run. Is there a way I can configure the run configuration tool to run my script with the -m flag similar to the above?
It’s not possible at this time.