execute sqlite3 dot commands in python

2010-02-05 Thread gintare statkute
Does anybody know if it possible to execute sqlite3 dot commands in python? dovanotas:/pages/links# python Python 2.5.2 (r252:60911, Jan 4 2009, 17:40:26) [GCC 4.3.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sqlite3 >>> sqlite3 .help Traceback (

OpenGL win32 Python

2009-04-17 Thread gintare statkute
/include/pyhton2.4 python from OpenGL.GLUT import * from OpenGL.GLU import * from OpenGL.GL import * import win32api import sizeof pfd=Gdi.PIXELFORMATDESCRIPTOR() ZeroMemory( pfd, ctypes.sizeof( pfd ) ) regards, Gintare Statkute p.s. whole code which i want to use in Python: http://www.nulltermin