Detlev Offenbach <detlev / die-offenbachs.de> wrote: > Hi, > > this is to let you know about the release of eric3 3.7.2. This is a > bugfix release, which is compatible with PyQt 3.15. It is available at > > http://www.die-offenbachs.de/detlev/eric3.html Looks good. Not sure if this is a bug per se, but hitting "run" on the following program: #--------------------------------------- class A private def foo puts "42" end end a = A.new a.foo #--------------------------------------- produces this: /usr/lib/python2.3/site-packages/eric3/DebugClients/Ruby/DebugClientBaseModule.rb:169:in `unhandled_exception': private method `sub' called for nil:NilClass (NoMethodError) from /usr/lib/python2.3/site-packages/eric3/DebugClients/Ruby/DebugClientBaseModule.rb:320:in `handleLine' from /usr/lib/python2.3/site-packages/eric3/DebugClients/Ruby/AsyncIO.rb:71:in `readReady' from /usr/lib/python2.3/site-packages/eric3/DebugClients/Ruby/DebugClientBaseModule.rb:588:in `eventLoop' from /usr/lib/python2.3/site-packages/eric3/DebugClients/Ruby/DebugClientBaseModule.rb:564:in `interact' from /usr/lib/python2.3/site-packages/eric3/DebugClients/Ruby/DebugClientBaseModule.rb:1119:in `main' from /usr/lib/python2.3/site-packages/eric3/DebugClients/Ruby/DebugClient.rb:42 Running "debug" catches the actual error fine. martin