On Sonntag, 4. Juli 2010, [email protected] wrote: > Hello, > I've tried to install Eric via the directory "eric5-5.0.0" and using > "sudo python3 /Users/cbal/Downloads/eric5-5.0.0/install.py". I've had the > following message : =========================== > Checking dependencies > Python Version: 3.1.1 > Found PyQt > Sorry, please install QScintilla2 and > it's PyQt4 wrapper. > Error: cannot import name Qsci > =========================== > > How can I intsall the missing libraries ? > > Any clue is welcomed. > > Best regards. > Christophe. >
Get QScintilla from the PyQt4 web site, compile and install it and compile and install the Python wrapper. Detailed instructions are in the package. Regards, Detlev -- Detlev Offenbach [email protected] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
