On Thursday 18 January 2007 04:44, Martin Luessi wrote: > On 1/17/07, Detlev Offenbach <[EMAIL PROTECTED]> wrote: > > On Wednesday 17 January 2007 17:19, Martin Luessi wrote: > > > > Hi, what do you mean by "output window"? The output should appear in > > > > the window called "shell" (at least for me) > > > > > > Yes, I meant the "shell" window, which is the lower right corner of > > > the IDE by default. Also, when I right-click into the shell window and > > > select Start->Python* nothing happens. > > > > > > *I'm not sure if this really is the name of the menu-item because > > > Eric3 isn't installed on the PC I'm working at right now, but I hope > > > you know what I mean. > > > > Do you have a Python prompt in your shell window? If not please start > > eric in a terminal window and check, if there is some unexpected output. > > No, there is no Python prompt in the shell window. Today I tried > recompiling PyQt and reinstalled eric3, but it didn't help. Also, > there are absolutely no error messages when I start eric3 from a > terminal. I saw that the eric3 homepage says it requires PyQt v3.6 but > I think this has to be a mistake, the latest version seems to be 3.17, > which I have installed. Could the fact that I'm running eric3 on 64 > bit system (AMD64) be causing problems? However, all libraries etc. > are compiled for 64 bit, so it shouldn't be a problem.. I hope. >
Your setup seems to be fine. Actually eric3 is working over here on a 64 bit system with latest versions without problem. Is there any output in the stdout or stderr window. If there is nothing please open the file "UI/UserInterface.py" and comment lines 452 and 453 to read # sys.stdout = self.stdout # sys.stderr = self.stderr and start eric3 again in a terminal window. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
