Search the web
Sign In
New User? Sign Up
pyopengl · OpenGL for Python
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 629 - 658 of 47831   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
629
Support Request #113326, was updated on 2001-Feb-02 09:05 You can respond by visiting:...
nobody
nobody@...
Send Email
Feb 2, 2001
5:10 pm
630
I had the same problem when I was trying to install PyOpenGL on the python distribution from pythonware. The pythonware python distribution is really neat...
C. Porter Bassett
porter@...
Send Email
Feb 3, 2001
6:40 pm
631
I actually uploaded a .zip file for the Python 2.0 version when this showed up. Doesn't solve the problem, but at least gives you the ability to use the...
Mike Fletcher
mfletch@...
Send Email
Feb 4, 2001
5:37 am
632
Do you have the standard (www.python.org) python installation or the pythonware installation? ... C. Porter Bassett porter@......
C. Porter Bassett
porter@...
Send Email
Feb 4, 2001
5:38 am
633
Do you have a Timeshare Or Vacation Membersship? Are you interested in renting or selling? We can help! Simply reply with your name, telephone number and the...
victoria_rosenthal@...
Send Email
Feb 4, 2001
3:31 pm
634
Would an extra 500-1000 dollars a week make a big difference in your finances? If so we would like to send you our information on currency exchange ABSOULTELY...
grant_birch@...
Send Email
Feb 5, 2001
7:32 am
635
I have been experiencing a very intermittent problem Sometimes when I try to run my PyOpenGL app that I have been working on, I get the following: Loading...
C. Porter Bassett
porter@...
Send Email
Feb 10, 2001
8:39 pm
636
Okay, maybe I'm a bit over eager, or just nuts... I'm trying to learn python and the only way I can do that is to write some code that will give me a program...
snipe5150@...
Send Email
Feb 11, 2001
3:50 am
637
There are debian packages for pyopengl? .. im looking forward to use it with python gtkglarea. ... Nahuel Greco Web Development - Open Source ...
Nahuel Greco
ngreco@...
Send Email
Feb 23, 2001
1:19 am
638
... Curently there are no binary packages for any non-Windows system. For PyOpenGL we use the python distutils package. It can create rpms, which can be...
Rene Liebscher
R.Liebscher@...
Send Email
Feb 23, 2001
10:03 am
639 Rick Falck
rfalck@...
Send Email
Feb 23, 2001
11:44 am
640 Rick Falck
rfalck@...
Send Email
Feb 24, 2001
8:57 am
641
Greetings & Blessings To You! Offering for your "Sensitive" Delight: 1. "Seventh Heaven" Kathmandu Temple Kiff (tm); a viripotent cannabis alternative for...
cxhgk@...
Send Email
Mar 9, 2001
11:30 am
642
Bugs #407390, was updated on 2001-03-09 12:38 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105988&aid=407390&group_id=5988...
nobody
nobody@...
Send Email
Mar 9, 2001
8:37 pm
643
First of all, I am not a python nor an OpenGL master, but I enjoy playing with them both. Anyway, I am trying to make my program switch between rendering...
C. Porter Bassett
porter@...
Send Email
Mar 11, 2001
6:44 am
644
Sounds like you're not refreshing the screen after setting glPolygonMode. The mouse-over is likely causing a refresh, so you're seeing the results only after...
Mike C. Fletcher
mcfletch@...
Send Email
Mar 11, 2001
9:26 am
645
Hi all. I just snaffled the windows installer for version 1.5.6 (PyOpenGL-1_5_5_win32.exe) and installed seeming without problems. The glut+tk examples in...
Christopher Phillips
cphillips@...
Send Email
Mar 13, 2001
5:52 pm
646
Hello, As you know, setting a new color in OpenGL is a rather expensive operation. In the different visualization programs I wrote over the years I implmented ...
Michel Sanner
sanner@...
Send Email
Mar 13, 2001
7:20 pm
647
I have written a pyOpenGL program that I would like to use as a screen saver in windows. Is this even possible to do without porting it to C first? If it's...
C. Porter Bassett
porter@...
Send Email
Mar 13, 2001
8:05 pm
648
I like the idea, here's some thoughts: Allow a "force" flag, such that I can force the glMaterial setting. If you do it, this has to actually _be_ the...
Mike C. Fletcher
mcfletch@...
Send Email
Mar 13, 2001
11:56 pm
649
I have written an OpenGL program in python, and I would like to use it as a screen saver in windows.. Can I do that without porting it to C first? Even if I...
C. Porter Bassett
porter@...
Send Email
Mar 14, 2001
5:07 am
650
I tried Kari Pulli's suggestion of upgrading to Python 2.0 and the appropriate PyOpenGL installer, and am still having problems. Again, Tom's samples work...
Christopher Phillips
cphillips@...
Send Email
Mar 14, 2001
5:41 pm
651
just noticed the typo in the interaction in my last post; corrected it but still no joy, vis: Python 2.0 (#8, Oct 16 2000, 17:27:58) [MSC 32 bit (Intel)] on...
Christopher Phillips
cphillips@...
Send Email
Mar 14, 2001
5:46 pm
652
ATTENTION: Now what’s THIS??!! This is the one email you should take doubly serious today. Your future wealth may depend on it. A massive global membership...
carlton_dapice@...
Send Email
Mar 14, 2001
8:04 pm
653
Hi Wayne, Most people just read the mailing list ( pyopengl@eGroups.com ) Your sample code doesn't crash for me. On the other hand, it also doesn't work (the...
Mike C. Fletcher
mcfletch@...
Send Email
Mar 15, 2001
12:29 pm
654
Apparently glTexImage2D is only bound if you have NumPy installed. Having installed that, I can now create textures. However, if I create a texture, my small...
Christopher Phillips
cphillips@...
Send Email
Mar 15, 2001
4:22 pm
655
Lose 2-14 Inches in ONE hour! Guaranteed! Dear Friend, Did you know that there's a way to lose 2 to 14 inches of fat PERMANENTLY and SAFELY in only 1HOUR?! . ....
bryant_carlton@...
Send Email
Mar 20, 2001
9:54 am
656
I believe that I have found an error/bug. I call something like: flatQuadric = gluNewQuadric() gluQuadricNormals(flatQuadric, GLU_FLAT) ...
C. Porter Bassett
porter@...
Send Email
Mar 22, 2001
12:57 am
657
Dear Gurus, I have some basic questions: * Is PyOpenGL a kind of replacement for TIGER ? (TIGER 1.2 (Tcl based Interpretative Graphics EnviRonment) using...
Zyka Leopold
Leopold.Zyka@...
Send Email
Mar 22, 2001
1:31 pm
658
Brand New Pager for F R E E! Put F R E E pagers on your kids - Give one to your loved ones - For F R E E Here at Paging America we are excited to be offering...
dbuergel@...
Send Email
Mar 26, 2001
4:53 am
Messages 629 - 658 of 47831   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help