On Sonntag, 25. Juli 2010, Jeffrey wrote: > I have eric5 installed on Windows 7. > > If I go to Settings > Preferences > Application and tick Single > Application Mode, > the next time I start eric5 python.exe (or pythonw.exe) crashes. > > If I start eric5 with --debug it shows "DEBUG:root:Importing > Preferences" and then crashes.
I can reproduce the issue. However, I cannot fix it. Executing these lines in a Python console crash the interpreter. from PyQt4.QtNetwork import QLocalSocket s = QLocalSocket() I don't know, if this is a Qt bug or a PyQt bug. > > To get eric5 start again I have to change SingleApplicationMode in > eric.ini from true to false. > > I installed eric5 on Ubuntu 10.04 and there everything worked fine. > > Jeffrey > _______________________________________________ > Eric mailing list > [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/eric Detlev -- Detlev Offenbach [email protected] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
