--- a/DataViews/PyProfileDialog.py Wed Apr 13 19:53:47 2011 +0200 +++ b/DataViews/PyProfileDialog.py Fri Apr 15 18:23:15 2011 +0200 @@ -221,7 +221,7 @@ f = open(fname, 'rb') self.stats = pickle.load(f) f.close() - except (EnvironmentError, pickle.PickleError): + except (EnvironmentError, pickle.PickleError, EOFError): E5MessageBox.critical(self, self.trUtf8("Loading Profiling Data"), self.trUtf8("""<p>The profiling data could not be"""