|
From: Rolf K. <rol...@ci...> - 2009-01-01 13:50:51
|
Hi Jim, It's available in CVS, here: http://sourceforge.net/cvs/?group_id=61043 Do you know how to do a CVS checkout? Also, what updates were you considering? Probably he wants to make it link to Python 2.6 or 3.0 by default. While 2.6 most likely will work I have no idea if 3.0 would work at all. But there is no strict need to change the LabPython sources to link to different shared library version. The function PYTHON Set Server Path.vi can be used to set a DLL name, with or without the full path, to link to a specific Pythin shared library implementation. It would be the first thing to try out if LabPython even works with a new version of Python. And the setting for the Python DLL to use will be added to the labview.ini file (or your <app>.ini file for a build application) and persist between restarts. Rolf Kalbermatter |