Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7318058 By: fabioz
Well, actually, there's no way around it... When you issue a command to python, the shell will only respond when an answer is gotten (so, if you open a modal dialog, it'll only respond when it finishes -- just like you'd expect from any other shell). You could work around that in your own code (not sure which API you're using, but if you don't open it as modal, it should work). To remove a variable from the namespace, you can do: 'del varName'. To erase all you could do: locals().clear(). Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users