[Pydev-users] Running a python script from within Eclipse using -m flag
Brought to you by:
fabioz
From: Raffi K. <rkh...@ap...> - 2011-09-19 18:10:18
|
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 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? |