Installing Eric?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kenneth McDonald

    #1

    Installing Eric?

    I'm wondering if anyone has experience/tips to offer on installing
    Eric on OS X and XP. Installation on both seems to require a number
    of steps, some of them seeming potentially fragile, and I'm wondering
    if I'm looking at a job of perhaps hours (days?), or if everyone
    manages in just a few minutes.

    Thanks,
    Ken
  • malv

    #2
    Re: Installing Eric?

    Kenneth McDonald wrote:[color=blue]
    > I'm wondering if anyone has experience/tips to offer on installing
    > Eric on OS X and XP. Installation on both seems to require a number
    > of steps, some of them seeming potentially fragile, and I'm wondering
    > if I'm looking at a job of perhaps hours (days?), or if everyone
    > manages in just a few minutes.
    >
    > Thanks,
    > Ken[/color]
    Basic reference: http://www.die-offenbachs.de/detlev/eric3.html.
    Install of course Python-2.4.1:

    You need to install Qt, Sip, QScintilla and PyQt.
    For linux things are easy. Install KDE (along with gnome if you want)
    and everything will be there ready for eric3 installation.


    On Windows, you need to somehow get Qt. Besides a commercial license or
    an educational license (check with university) there exist 2
    possibilitees for Qt free: (1) Qt4 free but I'm not sure about the
    status of the announced PyQt; and (2) Qt3 GPL. PyQt has everything you
    need for these possibilities, except for the GPL.
    For the free GPL download:
    http://www.quadgames.com/download/py.../PyQtGPL10.exe. This will
    give you everything at once:
    Qt 3.3.4 (derived from http://kde-cygwin.sourceforge.net/)
    Sip 4.1.1
    QScintilla 1.62
    PyQt 3.13

    After this get

    Unpack into a directory under your python2.4 directory.
    Then issue 'python install.py' and you should be ready to go (eric will
    set itself up under site-packages)
    malv

    Comment

    • Scott David Daniels

      #3
      Re: Installing Eric?

      malv wrote:[color=blue]
      >...
      > Install of course Python-2.4.1:
      > http://python.org/ftp/python/2.4.1/python-2.4.1.msi[/color]

      These days you want 2.4.2. Within a number (2.4.X), the
      only changes are bugfixes, so go for the largest available.
      When we go to 2.5, there will be some changes to adapt to,
      those differences leave something to choose. You should
      always feel free to grab the most recent matching the first
      two digits.

      --Scott David Daniels
      scott.daniels@a cm.org

      Comment

      • malv

        #4
        Re: Installing Eric?

        Thanks Scott. I missed that doing cut & paste.

        Comment

        Working...