Python support on windows

Hello all,

I would like to use the python interface to the FrontPanel with my xem3001v2. I am using FrontPanel 1.4.0 on WindowsXP. I cannot find the python support code in this distribution (I downloaded the linux package and python was in there). Is python under windows unsupported?

Thanks

If you had Python installed when you installed FrontPanel, the API files should have been installed in the Lib\site-packages\ok directory under your Python installation.

If not, they would have been installed under API\Python in your FrontPanel installation. I suppose we should probably install them here anyway. We’ll make this change for the next release.

If you need the files, please email [email protected] and we can send them to you directly.

You were right - they were sitting in the site_packages directory.

Thanks for your help!