Page 1 of 1

python executables not build

Posted: 21 Sep 2010, 06:04
by brice rebsamen
Hi

PythonApplication, PythonSource and PythonSignalProcessing projects build properly, but I cannot find the corresponding executables. In the prog folder there are the corresponding .exp and .lib files though.

I want to create a python application. In the case of creating a Matlab signal processing module, it seems one has to run the MatlabSignalProcessing.exe.

So is the PythonXXX.exe files missing, or is there another way to proceed.

Regards

Posted: 21 Sep 2010, 08:57
by mellinger
Hi,

Python executables are not built in the prog directory but in the demo/prog subdirectory of the BCPy2000 source directory.

Regards,
Juergen