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?

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to