Changes between Version 31 and Version 32 of VirtualEnv


Ignore:
Timestamp:
Aug 27, 2010, 3:24:38 PM (16 years ago)
Author:
Darren Weber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualEnv

    v31 v32  
    240240[http://www.youtube.com/watch?v=TRU6tQdyYqQ And now for something completely different]!  How about installing a [http://packages.python.org/spyder/ spyder].  First, we need to install some [http://packages.python.org/spyder/installation.html#dependencies spyder dependencies], including [http://www.riverbankcomputing.com/software/sip/intro sip] and [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt].
    241241
    242 '''WARNING''': This example is an unstable solution that may not work on other platforms.  This example is based on an Ubuntu linux system that had packages installed for Qt4, PyQt4, and QScintilla2, which are [http://packages.python.org/spyder/installation.html#dependencies spyder dependencies].  Your system may need these installed, along with their development headers.  Although those packages were installed on the system, they were not directly accessible to the Chimera python build.  In my case, a solution was to download and build !PyQt4 within the Chimera virtual environment.  The order of the following installs is important (they are successive dependency resolutions).
     242'''WARNING''': This example is an unstable solution that may not work on other platforms.  This example is based on an Ubuntu linux system that had packages installed for Qt4, !PyQt4, and QScintilla2, which are [http://packages.python.org/spyder/installation.html#dependencies spyder dependencies].  Your system may need these installed, along with their development headers.  Although those packages were installed on the system, they were not directly accessible to the Chimera python build.  In my case, a solution was to download and build !PyQt4 within the Chimera virtual environment.  The order of the following installs is important (they are successive dependency resolutions).
    243243
    244244'''TODO''': A possible solution may be to clone the Idle extension from $CHIMERA/share/Idle, to replace Idle with spyder.