On Dec 5, 7:30 pm, Pierre Raybaut <
pierre.rayb...@gmail.com> wrote:
> Hi Denis,
>
> Spyder requires PyQt4 *and* QScintilla.
> QScintilla is a PyQt4's extension (included in PyQt4's Windows
> installer for example): that is the 'PyQt4.Qsci' module which is
> apparently missing on your machine.
RIght, thanks -- it's clear in your README (rtfm).
Could you add "QScintilla2 > 2.1" to install_requires= in setup.py so
that installers would check that first ?
Forwhatitsworth, here's a complete list of download files for
spyder ... under Python 2.6:
ActivePython-2.6.4.8-macosx.dmg
http://docs.activestate.com/activepython/2.6
sip-4.9.3.tar.gz
PyQt-mac-gpl-4.6.2.tar.gz
http://www.riverbankcomputing.co.uk/software/pyqt/download
python configure.py
Makefile instead of .xcodeproj: qmake -macx -spec macx-g++
teelog make (2 hours), sudo make install
QScintilla-gpl-2.4.tar.gz
http://www.riverbankcomputing.co.uk/software/qscintilla/download
cd Qt4, cd Python: qmake, make, sudo make install
numpy-1.4.0rc1-py2.6-python.org.dmg
http://sourceforge.net/projects/numpy/files/NumPy
scipy-0.7.1-py2.6-python.org.dmg
http://sourceforge.net/projects/scipy/files/scipy
matplotlib-0.99.1.1-py2.6-macosx10.5.dmg
http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-0.99.1
wxPython2.8-osx-ansi-2.8.10.1-universal-py2.6.dmg
http://downloads.sourceforge.net/wxpython
(I don't want wxpython, but pylab does ?)
ipython-0.10-py2.6.egg
http://ipython.scipy.org/moin/Download
spyder-1.0.1.tar.gz
http://spyderlib.googlecode.com
(yolk -D / -F is nice for packages in PyPI, but is broken w
setuptools-0.6c11.)
(Why not easy_install the whole lot ? FUD: no dryrun, no uninstall.
Agree / disagree ?)
cheers
-- denis