Detlev Offenbach a écrit :
Hi,

eric4 4.1.1 has been released today. This release fixes a few bugs reported since the last release.

As usual it is available via http://www.die-offenbachs.de/eric/index.html.

Please note, that the first stable release of the Rope refactoring plugin was released as well.

Regards,
Detlev
Hello,

I'm packaging eric4 for Fedora, and had a small problem with install.py from 4.1.1 : using -i option seems to cause trouble in

createGlobalPluginsDir function (-i path is repeated in pdir).

I've attached th patch I used.

Hope that helps,
Regards, Johan

diff -up eric4-4.1.1/install.py.patch eric4-4.1.1/install.py
--- eric4-4.1.1/install.py.patch	2008-03-01 23:54:03.000000000 +0100
+++ eric4-4.1.1/install.py	2008-03-01 23:54:24.000000000 +0100
@@ -184,8 +184,6 @@ def createGlobalPluginsDir():
     global cfg, distDir
     
     pdir = os.path.join(cfg['mdir'], "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):

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Eric mailing list
[email protected]
http://www.riverbankcomputing.com/mailman/listinfo/eric

Reply via email to