[Pydev-users] [pydev - Users] RE: launch python file programmatical

2009-04-27 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7298128 By: bewa Thank you, Fabio, for your help! I have managed to launch it and was able to get the output from the script to the console. For all who want to know, here is my code: ILaunchManager manager

[Pydev-users] [pydev - Users] RE: launch python file programmatical

2009-04-24 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7279025 By: fabioz The launch configuration type you want is: org.python.pydev.debug.core.Constants.ID_PYTHON_REGULAR_LAUNCH_CONFIGURATION_TYPE (there are constants in that same class for other launches) Also,