On Mittwoch, 24. Dezember 2008, [email protected] wrote: > Hello is the first time that itry to install eric on win32 i haveinstalled > all the requestedfilebut i get this error when i run python install.py : > Sorry > please install QScintilla2 and it's PyQt4 wrapper > Error DLL load failed, > impossibile trovare la procedura specificata > QScintilla is installed wothout > wrror also the python bindings > Can you help me? > > Thanks > > Luca > > _______________________________________________ > Eric mailing list > [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/eric
That simply means, that the QScintilla2 DLL cannot be found. On Windows you have to manually copy the qscintilla.dll file from the Lib to the bin directory of the Python installation. As far as I can remember, that is mentioned somewhere in the QScintilla docs. Regards, Detlev -- Detlev Offenbach [email protected] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
