Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ANN: eric3 3.7.2 released

0 views
Skip to first unread message

Detlev Offenbach

unread,
Sep 17, 2005, 10:46:25 AM9/17/05
to
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

What is it?
-----------
Eric3 is a Python and Ruby IDE written in Python and PyQt. It comes with
all batteries included. Please see the above URL for more info.

Regards,
Detlev
--
Detlev Offenbach
det...@die-offenbachs.de

George Moschovitis

unread,
Sep 18, 2005, 5:32:37 AM9/18/05
to

Martin DeMello

unread,
Sep 18, 2005, 4:05:40 PM9/18/05
to
Detlev Offenbach <det...@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

Graham Foster

unread,
Sep 21, 2005, 3:42:01 PM9/21/05
to
On Sat, 17 Sep 2005 15:46:25 +0100, Detlev Offenbach
<det...@die-offenbachs.de> wrote:

> this is to let you know about the release of eric3 3.7.2.

OK - I can get this to debug Ruby (pretty well), but I'm failing dismally
to get Ruby aware coloured coding in the editor, or code Ruby aware code
completion. Am I missing something obvious?

--
Graham

Detlev Offenbach

unread,
Sep 22, 2005, 1:21:00 PM9/22/05
to
Graham Foster wrote:

Yes, you are missing the correct QScintilla and PyQt versions. Please get
them from Riverbank Computing. For code completion, you need an API
file. Unfortunately there is none available yet (at least as far as I
know) and I don't know of a tool to generate them. However, if there are
any for the SciTe editor, they can be used here as well.

Graham Foster

unread,
Sep 22, 2005, 2:23:07 PM9/22/05
to
On Thu, 22 Sep 2005 18:21:00 +0100, Detlev Offenbach
<det...@die-offenbachs.de> wrote:
> Yes, you are missing the correct QScintilla and PyQt versions.

Ahh- I'm using the GPL versions, not the licensed versions - I guess this
must be the difference then. - Gets what you pay for I expect :-)
Graham

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

0 new messages