Hi,
I've just downloaded the 1.4 release and couldn't
export Python files from it (Windows 98). Got the
latest CVS and had the same issue.
So, 2 suggestions:
First, add a FAQ item or change default configuration
to have a console running with error messages.
Second, fix code in src/plugins/IoPython.py
e.g.
#line 564
# self._logMessage("IoPython", "Saving...")
self.logMessage("IoPython", "Saving...")
line 630
# self._logMessage("IoPython", "done !")
self.logMessage("IoPython", "done !")
Thanks for the useful tool :)