packages in this module only contain exported shell commands specific
to python (__str__, __repr__,...)
As a result, we no longer need two source directories here, since the
code will work whether or not python could be loaded. Moved back the
source directory from python/ and nopython/ to src/, for compatibility
with all other modules
git-svn-id: svn+ssh://svn.eu/Dev/trunk/gps@108075 936e1b1b-40f2-da11-902a-00137254ae57
(Load_System_Python_Startup_Files): Load system plug-ins.
(Load_User_Python_Startup_Files): Load user's plug-ins.
--
This change the library load order:
1. load system wide XML plug-ins
2. load system wide Python plug-ins
3. load user's XML plug-ins
4. load user's Python plug-ins
This ensure that user's plug-ins have full access to the GPS plug-ins.
Work for FB26-004.
git-svn-id: svn+ssh://svn.eu/Dev/importfromcvs/trunk@100110 936e1b1b-40f2-da11-902a-00137254ae57
associated with the python interpreter will also display results of print to
that console.
In particular, this fixes the case where a filter set for an action is in
fact raising an exception, which would be displayed in the python console if
it exists, and would not be displayed otherwise. If the python console does
not exist, we fall back on the Messages window, so that such error messages
and exceptions and filters are properly displayed for the user, which helps
debugging
git-svn-id: svn+ssh://svn.eu/Dev/importfromcvs/trunk@93488 936e1b1b-40f2-da11-902a-00137254ae57