On 3/10/07, Jeff Johnson <[EMAIL PROTECTED]> wrote: > I get this message "pyopengl is not present so gdlWindow is not loaded" when > running any form. What does this mean? Is this also why pythonw does not > work? I am using Python 2.5.
dGlWindow is a panel for handling openGl animations. It depends on pyopengl for the openGl processing code. I coded in that message myself so that a person didn't need openGl support they weren't forced to to download another dependency. You can just ignore it if you don't need openGl. > > The major question I have is trying to run the app wizard. Looking at the > Wiki there is a note: > > "NOTE: The MySQLdb <http://dabodev.com/wiki/MySQLdb> installer does not > work (yet, as of 1007-01-27) with Python 2.5. If you have Python 2.5 > installed, your only option is to download the source and follow the > instructions for building the module manually." > > I have the source on my machine, but I don't find any instructions on how > to build the module manually. You should see a setup.py in the source. run "python setup.py install" > > > > Any assistance will be appreciated. > > > > Jeff > > > > Jeff Johnson > > [EMAIL PROTECTED] > > 623-582-0323 > > Fax 623-869-0675 > > > > > > --- StripMime Report -- processed MIME parts --- > multipart/signed > multipart/alternative > text/plain (text body -- kept) > text/html > application/x-pkcs7-signature > --- > > _______________________________________________ > Post Messages to: [email protected] > Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users > _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
