fedora core 11 python notes
some additional rpm packages for python 2.6
yum install
setuptools, setuptools-devel you need the devel package if you want to use
easy_install
numpy i586 1.3.0-4.fc11 fedora 2.0 M
Installing for dependencies:
blas i586 3.1.1-5.fc11 fedora 345 k
lapack i586 3.1.1-5.fc11 fedora 3.7 M
python-nose noarch 0.10.4-2.fc11 fedora 291 k
PyOpenGL noarch 3.0.0-0.12.b8.fc11 fedora 1.2 M
Installing for dependencies:
freeglut i586 2.4.0-16.fc11 fedora 148 k
yum install gle
some source packages from sourceforge install in the order listed
PyDispatcher-2.0.1.tar.gz
PyVRML97-2.2.0a1.tar.gz
OpenGLContext-2.1.0a2.tar.gz
the usual gzip -d , tar xvf, cd to the directory with setup.py
then su -c "python setup.py install"
when searching for the pyopengl you need to rpm -qa | grep PyOpenGL
yum install
setuptools, setuptools-devel you need the devel package if you want to use
easy_install
numpy i586 1.3.0-4.fc11 fedora 2.0 M
Installing for dependencies:
blas i586 3.1.1-5.fc11 fedora 345 k
lapack i586 3.1.1-5.fc11 fedora 3.7 M
python-nose noarch 0.10.4-2.fc11 fedora 291 k
PyOpenGL noarch 3.0.0-0.12.b8.fc11 fedora 1.2 M
Installing for dependencies:
freeglut i586 2.4.0-16.fc11 fedora 148 k
yum install gle
some source packages from sourceforge install in the order listed
PyDispatcher-2.0.1.tar.gz
PyVRML97-2.2.0a1.tar.gz
OpenGLContext-2.1.0a2.tar.gz
the usual gzip -d , tar xvf, cd to the directory with setup.py
then su -c "python setup.py install"
when searching for the pyopengl you need to rpm -qa | grep PyOpenGL
