Am Mittwoch, 22. Februar 2012, 04:30:34 schrieb Emad Ahmed: > I started IDLE (Python 3.2 GUI) from File --> Open --> install.py in Eric5 > folder --> run module, same as I did before to install Eric4 on Python 2.7 > And tried also from the Command Prompt change directory to Eric5 and then > python --> install.py > No path needed to be passed and Eric4 installed in the same way and works > just fine. > What path required please ?
If you just install with python install.py the installation will be done in the globl Python directory (e.g. C:\\Python2.7). This needs write permission in this directory. If you don't have theses, you may install eric in another directory. Enter python install.py --help for details. Detlev > > On Wed, Feb 22, 2012 at 4:04 AM, Detlev Offenbach > > <[email protected]>wrote: > > Hi, > > > > the error message says it all. You gave the install script an invalid > > path. > > > > Detlev -- Detlev Offenbach [email protected] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
