-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python2 #73
Comments
3to2 Or use RPC. Or use Python 3. Ie. why do you "strongly need to use Python 2"? |
I am making a project which control a variety of cameras with a common python program (when finished, I want to share it). I have developed it in python 2 from the beginning, and now it is in a very advanced state. That is the reason to the needed of use python2. |
Note that Lantz currently supports xenics cameras via the legacy Xcamera driver. This driver is not available for windows 7 and higher. This driver supports some older (line-camera) models, that are not supported anymore in the new driver. The differences between the new and old driver are not large, and the current driver is a good starting point to implement the new driver. If you implement the new driver, I am very happy to use it! |
Thank you very much for your comments. 3to2 is not working. I will try to adapt the code manually, if success I will share it. |
I strongly need to use python2 instead of python3. Is there any possibilities to convert this code into python2 code?
The text was updated successfully, but these errors were encountered: