[PyOpenGL-Users] PyOpenGL Binary-Package Install
Brought to you by:
mcfletch
From: Ren, Z. <zr...@am...> - 2003-04-25 18:14:46
|
Hi, there, I am trying to install PyOpenGL on Windows by following this = instruction: http://pyopengl.sourceforge.net/documentation/installation.html In the "Binary-Package Install" section second bullet - install Tcl/Tk: Tcl/Tk appropriate for your Python version (automatic in Python 2.2.x) 1) For older Python's you need to install the Tcl/Tk version that came = with that version of Python in order to build the Togl component for = Tkinter=20 2) Add Tk's bin directory to your path so the build process can find it=20 3) Copy Tk's include directory to your Python include directory (i.e. = python152/include) So, once I have installed Python 2.2.2, Tcl/Tk is already included. = However, where is Tk's bin directory and where is Tk's include = directory? Should I add Tk's bin directory to my path so the build = process can find it and copy Tk's include directory to my Python include = directory? Or these instructions are optional, for older Python only? Thanks. Zhen |