<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Detlev,</p>
    <p>Many thanks for your response.  Since seeking guidance, using the
      procedure described below, I have succeeded in installing Eric6
      and started with my first module.</p>
    <p>Now, I am all at sea, trying to set the various options for
      Eric6.  It looks as though Eric is a powerful tool.  I come from
      PyScripter, after  few year break.</p>
    <p>Thanks again got your message.</p>
    <p>Colin W.</p>
    <p>__________________________________________________________________________________________________________________________________<br>
    </p>
    <p>Source: <a
href="http://techattitude.com/tips-tricks-and-hacks/how-to-install-eric6-ide-for-python-on-windows/">http://techattitude.com/tips-tricks-and-hacks/how-to-install-eric6-ide-for-python-on-windows/</a></p>
    <blockquote>
      <p><font face="Helvetica, Arial, sans-serif" size="+2">[Note:
          PyScripter, developed by Kiriakos Vlahos, was an excellent 
          IDE, but  it is no longer maintained.</font></p>
      <p><font face="Helvetica, Arial, sans-serif" size="+2">Ninja
          appears to be limited to Python2]<br>
        </font></p>
    </blockquote>
    <p><font face="Helvetica, Arial, sans-serif" size="+2">Download Eric
        6 installer package from their website <a
          href="http://eric-ide.python-projects.org/eric-download.html"
          target="_blank" rel="nofollow">here</a>. After downloading the
        zip file extract it on your disk. Now copy the location of the
        folder. If you extract the files in the downloads folder, the
        location path will be something like:
        C:usersYOURPCNAMEdownloadseric6extracted</font></p>
    <font face="Helvetica, Arial, sans-serif" size="+2"> </font>
    <p><font face="Helvetica, Arial, sans-serif" size="+2">Now open
        command prompt(type cmd in windows search and hit Enter). Now
        type cd and paste the path of the folder location and hit Enter.
        Now open the folder through windows explorer and make sure there
        is an install.py file in the extracted directory. If it is,
        switch to command prompt again and type install.py and hit
        Enter.</font></p>
    <p><font face="Helvetica, Arial, sans-serif" size="+2">C:\Users\AdminOnly\Downloads\eric6-6.1.8\eric6-6.1.8>REM
        Eric Install<br>
        <br>
        C:\Users\AdminOnly\Downloads\eric6-6.1.8\eric6-6.1.8>Python
        install.py<br>
        Checking dependencies<br>
        Python Version: 3.5.2<br>
        Found PyQt5<br>
        Found pyuic5<br>
        Found QScintilla2<br>
        Found QtGui<br>
        Found QtNetwork<br>
        Found QtPrintSupport<br>
        Found QtSql<br>
        Found QtSvg<br>
        Found QtWidgets<br>
        Qt Version: 5.7.0<br>
        sip Version: 4.18.1<br>
        PyQt Version: 5.7<br>
        QScintilla Version: 2.9.3<br>
        All dependencies ok.<br>
        <br>
        Cleaning up old installation ...<br>
        <br>
        Creating configuration file ...<br>
        <br>
        Compiling user interface files ...<br>
        <br>
        Compiling source files ...<br>
        <br>
        Installing eric6 ...<br>
        <br>
        Installation complete.<br>
        <br>
        Press enter to continue...<br>
      </font></p>
    <font face="Helvetica, Arial, sans-serif" size="+2"> </font>
    <p><font face="Helvetica, Arial, sans-serif" size="+2">Now wait
        until the installation is complete. Once done, you will see a
        message saying: Installation complete, Press enter to continue…</font></p>
    <font face="Helvetica, Arial, sans-serif" size="+2"> </font>
    <p><font face="Helvetica, Arial, sans-serif" size="+2">Now Hit enter
        and type eric6 and press Enter again. This should open up the
        Eric6 IDE.</font></p>
    <p><font face="Helvetica, Arial, sans-serif" size="+2"><font
          face="Calibri Light">Now is the time to set the
          configuration.  Use Settings.</font><br>
      </font></p>
  </body>
</html>