On Fri, 2008-01-25 at 19:22 +0100, Detlev Offenbach wrote: > On Freitag, 25. Januar 2008, Neil S. Domalik wrote: > > On Fri, 2008-01-25 at 19:02 +0100, Detlev Offenbach wrote: > > > On Donnerstag, 24. Januar 2008, Neil S. Domalik wrote: > > > > Hey I got Eric4 Installed on my Ubuntu 7.04 just fine. > > > > > > > > Eric4 4.0.4(r1711) > > > > Python 2.5.1 > > > > Qt 4.3.0 > > > > PyQt 4.3.3 > > > > sip 4.7.3 > > > > QScintilla 2.1 > > > > Bicycle RepairMan CVS-20041120 > > > > > > > > First off there is no reply in the Shell area running python. > > > > Second I try to run the scripts and nothing happens like it's not > > > > executing the script. I can run the code fine from the terminal. > > > > > > > > I really want to get this running it's a nice IDE > > > > > > > > Neil > > > > > > Is there any output in the shell after startup? Maybe the debugger > > > backend cannot be started. Is there any error message? Have you tried to > > > start eric in a console window? > > > > > > Detlev > > > > Detlev, > > > > here is what the terminal window came up with when I ran Eric from > > there. > > > > Warning: translation file 'qt_en_US'could not be loaded. > > Using default. > > Warning: translation file 'eric4_en_US'could not be loaded. > > Using default. > > Warning: translation file 'qscintilla_en_US'could not be loaded. > > Using default. > > Traceback (most recent call last): > > File > > "/usr/lib/python2.5/site-packages/eric4/DebugClients/Python/DebugClient.py" > >, line 38, in <module> debugClient.main() > > File > > "/usr/lib/python2.5/site-packages/eric4/DebugClients/Python/DebugClientBase > >.py", line 1868, in main self.connectDebugger(port, remoteAddress, redirect) > > File > > "/usr/lib/python2.5/site-packages/eric4/DebugClients/Python/DebugClientBase > >.py", line 953, in connectDebugger sock.connect((DebugAddress,port)) > > File "<string>", line 1, in connect > > socket.error: (111, 'Connection refused') > > Here we have the problem. Do you have a firewall that does some nasty things? > Try to go to the Debugger->General (Part 1) page of the configuration dialog > and set the IDE to just listen on localhost. > > Detlev
Detlev That was it Thanks a ton. What port is it looking out of incase I want to use that debugging feature? Or is it in work? Neil _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
