Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Reply-To: From: "Norman Vine" To: Subject: RE: FW: question about cygwin OpenGL Date: Tue, 12 Oct 2004 22:15:05 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <000001c4b0bf$35d1cac0$d47f0a0a@JPSutter> X-Virus-Scanned: Cape.Com VirusScan, no known virus found X-IsSubscribed: yes Note-from-DJ: This may be spam John P. Sutter writes: > > To step back a bit: My ultimate goal is to install the PyMOL package > with python on my Windows XP and to run it on cygwin. It appears from > Brian Ford's message below (my thanks to him) that the cygwin XFree86 > binaries must necessarily include the GLX extension in order to mesh > with the OpenGL libraries. That means it would be unnecessary to compile > a GLX package from another source, since the cygwin XFree86 binaries > already have everything needed. Is this correct? > > I have sent the PyMOL developers a message outlining my problem, but I > have a few questions that I think would be better answered on a cygwin > list: > 1. Is the GLUT library included in cygwin's OpenGL package? > 2. Does cygwin's python version include support for threads and > megawidgets? I just built and ran PyMol using Cygwin on my system here is how I did it make sure you have installed the latest python and the opengl zlib and ping Cygwin packages prior to the following 1) install Numeric http://www.pfdubois.com/numpy/ after untaring cd into top level Numeric directory and execute python setup.py build python setup.py install 2) install Pmw http://pmw.sourceforge.net/ extract tarball into /lib/python2.3/site-packages 3) Install pyMol after untaring replace all occurrences of "python2.2" with "python2.3" in $pymol/setup/Rules.cygwin in same file adjust PYMOL_PATH appropriately for your system cd into the top level pyMol directory and issue execute python setup.py build python setup.py install python setup2.py pymol should now be installed HTH Norman -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/