[Eric] ANN: eric4 4.1.0 released

Kelly Anderson kelly at slackwarelinux.kicks-ass.net
Mon Feb 4 10:14:09 GMT 2008


Detlev Offenbach wrote:
> Hi,
>
> eric4 4.1.0 was just released. This is a major feature release. Compared to 
> 4.0.4 it contains these features next to bug fixes.
>
> - Added a plugin system for easy extensibility
> - Converted the following interface to plugins available separately
>   -- PyLint checker
>   -- CxFreeze packager
>   -- CharTables tool
>   -- CVS version control system
>   -- BRM refactoring
> - Added new project types
>   -- Eric4 Plugin
>   -- Django
>   -- TurboGears
>   -- wxPython
> - Added source code exporters for
>   -- HTML
>   -- PDF
>   -- RTF
>   -- Latex
> - Added subversion repository and log browsers
> - Included API files for
>   -- eric4
>   -- Django
>   -- TurboGears
>   -- wxPython
>   -- Zope 2
>   -- Zope 3
> - Many enhancements to the functionality already there
>
> As usual it is available via http://www.die-offenbachs.de/eric.
>
> Regards,
> Detlev
>   
Attached is a patch to get install.py to honor the -i switch.

Keep up the good work Detlev!
-------------- next part --------------
--- ./install.py.orig	2008-02-03 07:30:54.000000000 -0700
+++ ./install.py	2008-02-04 03:01:52.959774413 -0700
@@ -182,8 +182,11 @@ def createGlobalPluginsDir():
     Create the global plugins directory, if it doesn't exist.
     """
     global modDir
+    global distDir
     
     pdir = os.path.join(modDir, "eric4plugins")
+    if distDir:
+        pdir = distDir + pdir
     fname = os.path.join(pdir, "__init__.py")
     if not os.path.exists(fname):
         if not os.path.exists(pdir):


More information about the Eric mailing list