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

I'm developing a GUI application using wxPython. I'm quite happy with PyDev,
but the only thing that I couldn't figure out up to now is how to reload modules
that I have changed while my application is running in PyDev.

To explain it in detail:
- I start my wxPython application using CTRL+F11 from within PyDev.
- I have to perform some steps (e.g. database connection, loading of projects,
...) before I reach the point in the source that I'm currently working on (e.g.
the showing of an error dialog).
- Now, for example I change the label of the error dialog in the source code.
- To  activate these changes I have to restart my entire application, which
means going through all the initialization steps. This is quite time-consuming
and after some time it really gets annoying.

It would be very helpful to have the possibility to run the reload(module) 
command
from somewhere in PyDev.
Maybe this feature is already implemented, but I couldn't find it.
Also I couldn't find how to open the python shell in which the program started
with CTRL+F11 is running in. Maybe this would be the place where to type the
reload command.

Hopefully someone can help me with these questions.

Best regards,
   Stefan.

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to