Changes between Version 33 and Version 34 of VirtualEnv
- Timestamp:
- Aug 27, 2010, 3:53:50 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VirtualEnv
v33 v34 242 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). 243 243 244 '''TODO''': A possible solution may be to clone the Idle extension from $CHIMERA/share/Idle, to replace Idle with spyder.245 246 244 {{{ 247 245 source ~/src/chimera-virtualenv/bin/activate … … 389 387 This command appeared to run and provide status in the Chimera main window, but the display did not update to show the molecule. So, we ran into issues with process communication or something. 390 388 391 Looking at the Chimera-IDLE extension, we may need to hook some kind of spyder-shell into the chimera.replyobj. The spyder does have a startup option for --light, which seems to provide a basic shell-like interface. Of course, that may be no better than IDLE, so that could be pointless. The goal is to get up all the IDE features of spyder.389 A possible solution may be to clone the IDLE extension from $CHIMERA/share/Idle, to replace Idle with spyder. Looking at the Chimera-IDLE extension, we may need to hook some kind of spyder-shell into the chimera.replyobj. The spyder does have a startup option for --light, which seems to provide a basic shell-like interface. Of course, that may be no better than IDLE, so that could be pointless. The goal is to get up all the IDE features of spyder.
![[Chimera Issue Tracking System]](/trac/chimera/chrome/site/chimera_logo.png)