On Dienstag, 19. Juni 2007, techtonik wrote: > Hello. > > What makes Eric so unpopular is the absence of all-in-one installer. Some > of Eric prerequisites are not available for Windows platform in compiled > form (QScintilla, PyQT). QScintilla is distributed in source form only > requiring additional dependencies like SIP to be built. PyQT has binaries, > but they are for Python 2.5 only, so the same compilation problem is > actual. That means you have to download MinGW, gcc and maybe other packages > required for compilation. You can easily spend an hour or even two manually > installing Eric - searching for required files, compiling dependencies and > loooking for workarounds for common problems, such as "ImportError: No > module named sipconfig". I do not mind when J2EE monster takes two hours to > complete the installation, because at least it makes it in a background. > > Right now I doubt that Eric installation is possible at all on Windows. > There is only one version of QSintilla component available from official > site and it's of version 2.1 that is claimed to be API incompatible with > 2.0 required for Eric.
The dependancy given on the web site is wrong and has been corrected. Eric4 requires QScintilla 2.1 or better. Sorry for this confusion. > > For most of the users, who just want a convenient Python editor this > installation procedure is overwhelming. I wonder what makes it so hard to > redistribute a complete binary installer for windows built for Pythons 2.4 > and 2.5? > > Regards, > anatoly t. > > _______________________________________________ > Eric mailing list > [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/eric Detlev -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
