<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>FW: Profiling PyOpenGL</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Anyone can send odbc module used in the attached file?!</FONT>
</P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Georg Bisseling [<A HREF="mailto:Georg.Bisseling@pallas.com">mailto:Georg.Bisseling@pallas.com</A>] </FONT>
<BR><FONT SIZE=2>Sent: Thursday, October 11, 2001 11:06 AM</FONT>
<BR><FONT SIZE=2>To: python-list@python.org</FONT>
<BR><FONT SIZE=2>Subject: Re: Profiling PyOpenGL</FONT>
</P>
<BR>

<P><FONT SIZE=2>[sent by email and posted via news]</FONT>
</P>

<P><FONT SIZE=2>" Kerim Borchaev ( WarKiD )" wrote:</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> Hello python-list,</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> why can't I profile PyOpenGL application using profile module?</FONT>
</P>

<P><FONT SIZE=2>> glutMainLoop()</FONT>
</P>

<P><FONT SIZE=2>> but it prints nothing unless I remove glutMainLoop call.</FONT>
</P>
<BR>

<P><FONT SIZE=2>Because glutMainLoop() is an endless</FONT>
<BR><FONT SIZE=2>loop as long as you do not close the</FONT>
<BR><FONT SIZE=2>window.</FONT>
<BR><FONT SIZE=2>-- </FONT>
<BR><FONT SIZE=2><A HREF="http://mail.python.org/mailman/listinfo/python-list" TARGET="_blank">http://mail.python.org/mailman/listinfo/python-list</A></FONT>
</P>

</BODY>
</HTML>