Detlev Offenbach | 3 Jun 2007 12:10
Picon
Favicon

ANN: eric4 4.0.0 release

Hi,

I am proud to announce the availability of the first official release of 
eric4. eric4 is the successor of the well known eric3 Python development 
environment.

What is eric4?
--------------
eric4 is an Integrated Development Environment for the Python (and Ruby) 
language. It comes with all batteries included. It has too many features to 
list here. For details please visit

http://www.die-offenbachs.de/eric/index.html

Regards,
Detlev
--

-- 
Detlev Offenbach
detlev@...
Andreas Pakulat | 3 Jun 2007 13:23
Picon
Picon
Gravatar

Re: ANN: eric4 4.0.0 release

On 03.06.07 12:10:43, Detlev Offenbach wrote:
> Hi,
> 
> I am proud to announce the availability of the first official release of 
> eric4. eric4 is the successor of the well known eric3 Python development 
> environment.
> 
> What is eric4?
> --------------
> eric4 is an Integrated Development Environment for the Python (and Ruby) 
> language. It comes with all batteries included. It has too many features to 
> list here. For details please visit

Congratulations.

Andreas

--

-- 
You'll feel much better once you've given up hope.
jul | 3 Jun 2007 13:28
Picon

Re: ANN: eric4 4.0.0 release


> I am proud to announce the availability of the first official release of 
> eric4. eric4 is the successor of the well known eric3 Python development 
> environment.
Great work :)
BTW, is it based on realeased versions of QScintilla, SIP, and others or 
do we have to use snapshots ?
++
Jul.
Detlev Offenbach | 3 Jun 2007 13:48
Picon
Favicon

Re: ANN: eric4 4.0.0 release

On Sonntag, 3. Juni 2007, jul wrote:
> > I am proud to announce the availability of the first official release of
> > eric4. eric4 is the successor of the well known eric3 Python development
> > environment.
>
> Great work :)
> BTW, is it based on realeased versions of QScintilla, SIP, and others or
> do we have to use snapshots ?
> ++
> Jul.

Should work with all released versions.

Detlev
--

-- 
Detlev Offenbach
detlev@...
Detlev Offenbach | 4 Jun 2007 14:55
Picon
Favicon

Re: ANN: eric4 4.0.0 release

On Montag, 4. Juni 2007, François Wautier wrote:
> Congratulation,
>
>
> I do have  a problem though.
>
> When I run it it says
>
> ========= %< =========== %< =============
> Traceback (most recent call last):
>   File "/usr/lib64/python2.4/site-packages/eric4/eric4.py", line 35, in ?
>     from KdeQt.KQApplication import KQApplication
>   File "/usr/lib64/python2.4/site-packages/eric4/KdeQt/__init__.py", line
> 20, in ?
>     import Preferences
>   File "/usr/lib64/python2.4/site-packages/eric4/Preferences/__init__.py",
> line 29, in ?
>     from ViewManager.Config import ConfigViewManagers
>   File "/usr/lib64/python2.4/site-packages/eric4/ViewManager/__init__.py",
> line 20, in ?
>     from Workspace import Workspace
>   File "/usr/lib64/python2.4/site-packages/eric4/ViewManager/Workspace.py",
> line 13, in ?
>     from ViewManager import ViewManager
>   File
> "/usr/lib64/python2.4/site-packages/eric4/ViewManager/ViewManager.py", line
> 23, in ?
>     from BookmarkedFilesDialog import BookmarkedFilesDialog
>
> File
(Continue reading)

Dieter | 4 Jun 2007 15:57
Picon
Gravatar

Re: ANN: eric4 4.0.0 release

On 6/3/07, Detlev Offenbach <detlev@...> wrote:
> Hi,
>
> I am proud to announce the availability of the first official release of
> eric4. eric4 is the successor of the well known eric3 Python development
> environment.
>
> What is eric4?
> --------------
> eric4 is an Integrated Development Environment for the Python (and Ruby)
> language. It comes with all batteries included. It has too many features to
> list here. For details please visit
>
> http://www.die-offenbachs.de/eric/index.html
>
> Regards,
> Detlev
> --
> Detlev Offenbach
> detlev@...
> _______________________________________________
> Eric mailing list
> Eric@...
> http://www.riverbankcomputing.com/mailman/listinfo/eric
>

Hi Detlev,

As a person who has always struggled to find an IDE that "fits like a
glove", I'm very excited by eric4! Congratulations and thank you for
(Continue reading)

Detlev Offenbach | 4 Jun 2007 16:32
Picon
Favicon

Re: ANN: eric4 4.0.0 release

On Montag, 4. Juni 2007, Dieter wrote:
> On 6/3/07, Detlev Offenbach <detlev@...> wrote:
> > Hi,
> >
> > I am proud to announce the availability of the first official release of
> > eric4. eric4 is the successor of the well known eric3 Python development
> > environment.
> >
> > What is eric4?
> > --------------
> > eric4 is an Integrated Development Environment for the Python (and Ruby)
> > language. It comes with all batteries included. It has too many features
> > to list here. For details please visit
> >
> > http://www.die-offenbachs.de/eric/index.html
> >
> > Regards,
> > Detlev
> > --
> > Detlev Offenbach
> > detlev@...
> > _______________________________________________
> > Eric mailing list
> > Eric@...
> > http://www.riverbankcomputing.com/mailman/listinfo/eric
>
> Hi Detlev,
>
> As a person who has always struggled to find an IDE that "fits like a
> glove", I'm very excited by eric4! Congratulations and thank you for
(Continue reading)

François Wautier | 5 Jun 2007 16:51

Re: ANN: eric4 4.0.0 release

Detlev,

Thanks. 

I had installed PyQt4 the standard Gentoo way, using "emerge". I unmasked 4.2 
and emerge'd it. To be on the safe side, I also reinstalled QScintilla.

I can now see the splash logo... but it then crash

Here is the log file produced

======%<=============%<================
--------------------------------------------------------------------------------
2007-06-05, 08:40:25
--------------------------------------------------------------------------------
exceptions.TypeError: 
argument 1 of QsciScintilla() has an invalid type
--------------------------------------------------------------------------------
  File "/usr/lib64/python2.4/site-packages/eric4/eric4.py", line 228, in ?
    main()
  File "/usr/lib64/python2.4/site-packages/eric4/eric4.py", line 207, in main
    mw = UserInterface(loc, splash)
  File "/usr/lib64/python2.4/site-packages/eric4/UI/UserInterface.py", line 
223, in __init__
    self.__createLayout(debugServer)
  File "/usr/lib64/python2.4/site-packages/eric4/UI/UserInterface.py", line 
672, in __createLayout
    self.shell = Shell(debugServer, self.viewmanager, self.shellDock)
  File "/usr/lib64/python2.4/site-packages/eric4/QScintilla/Shell.py", line 
42, in __init__
(Continue reading)

Laurent Dufréchou | 7 Jun 2007 21:04
Picon
Favicon

Eric 4.0.0 windows QT tools problem

Hello Detlev,

I've just tried your last 4.0.0 eric release. That was a bit hard (under 
windows) but finally it works!
(I had to add 'QMAKE_CFLAGS_THREAD =' in qmake.conf(!).)

I'm trying to naviguate around the menu and I've found a bug.
Well... don't know if it's a bug, perhaps a misuse of the GUI...
If i want to launch designer via Extras/Tools/Designer... I've got this 
message:
Window title: Process Generation Error
Text: Could not start Qt-Designer.
Ensure that it is available as bin\designer.exe

The fact is that designer.exe is in my path variable and also I've set 
QT4DIR to e:\QT\4.3.0\ (i've also tried e:\QT\4.3.0\bin). No way to make 
it launch designer...
:(

Moreover at work, I've selected Export Qt4 Directory entered above in 
preferences/QT menu and the application won't start anymore.
I've launch eric4-config.bat and hopefully it restored the situation!<- 
Is this OK?

Any idea on how to make tools work under windows??

Thanks a lot for all your work!

Laurent
(Continue reading)

Laurent Dufréchou | 7 Jun 2007 23:32
Picon
Favicon

use tabs for indentations strange behavior

Hi detlev,

If i use 'use tabs for indentations' there is a strange bug.
Let see:
If the option is deselected.
Than you edit a new .py file.
all is ok with indentation.

Now if you activate the option (with newly edited file always open).
Each time you add a tab, there is an indentation error!

The opposite is not true:
If you start a new file with option selected and you write some code, 
then you deselect the option, further tabulation don't do indentation 
errors.
not a so big bug but really boring for newcomers at first configuration ;)

Laurent

Gmane