DirectPython

2006-08-28 Thread ¿½¿½me Le Bougeant
Hello, I have DirectPython 0.5 (http://directpython.sourceforge.net/) and python2.4 (directx9.0C installed). Samples do not work, I have this error : "RuntimeError: Failed to create a device" For example with sampleBasic.py : Traceback (most recent call last): File "sampleBasic.py", line 147,

Re: Compiler for external modules for python

2006-07-24 Thread ¿½¿½me Le Bougeant
VS2003 : http://vecchio56.free.fr/VCToolkitSetup.exe > Hello: > I have interesting external modules that I want to incorporate to > python 2.4.3 and python 2.5b2 also. Some of them requires C/C++ > compiler. I work with Win XP Sp2 and have installed VC2005 express (I > do not know if the compiler

Re: change default install directory when using bdist_rpm

2006-07-21 Thread ¿½¿½me Le Bougeant
Hi, try : python setup.py bdist_rpm --dist-dir="/home/..." > I'm using : > python setup.py bdist_rpm > > to create an rpm package to distribute my python app on linux. > > When i install the rpm, the files are installed in > /usr/share/python/site-packages/. directory by default. > > How do i

To compile the VideoCapture module

2006-07-10 Thread ¿½¿½me Le Bougeant
Hello (and sorry for my English), I downloaded the VideoCapture module on the http://videocapture.sourceforge.net/ site. I tested it with a webcam and that functions. Now I want to compile his file .cpp (vidcap.cpp). Thereafter, the idea is to be able to modify the code to include my own mod