The following forum message was posted by  at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4498666:

Hello,

I am trying to send python commands to the pydev console inside an eclipse 
plugin.
I have tried this:

                MessageConsole console = findConsole ("Pydev Console [0]");  //
finds the associated console
                MessageConsoleStream out = console.newMessageStream();  

                out.println("print 8");  // nothing happens

Which does not seem to do anything.  I probably need to use a different class
somewhere in pydev to do this but I'm not sure where.

Thanks,
Brian


------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to