Am Mittwoch, 14. September 2011, 11:53:22 schrieb Ariel Rodriguez: > Hello, I'm trying to install the file eric4-4.4.17.tar.gz on my f14 and > after I do sudo python install.py > everything gets compiled but the executables and all files stay in the same > folder as the sources. > > How can I install everything on my filesystem? Sorry for the noob question.
You should extract the downloaded package in a temporary folder. In the created directory execute 'python install.py'. That should do the job and copy the files to <path to python>/.../site-packages/eric4. Regards, Detlev -- Detlev Offenbach [email protected] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
