Skip to content
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

Open
sur83 opened this issue Sep 19, 2016 · 4 comments
Open

Python2 #73

sur83 opened this issue Sep 19, 2016 · 4 comments

Comments

@sur83
Copy link

sur83 commented Sep 19, 2016

I strongly need to use python2 instead of python3. Is there any possibilities to convert this code into python2 code?

@enkore
Copy link

enkore commented Sep 19, 2016

3to2

Or use RPC.

Or use Python 3. Ie. why do you "strongly need to use Python 2"?

@sur83
Copy link
Author

sur83 commented Sep 19, 2016

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.
I saw that with this program I would be able to control a xenic camera, so in this case the work is already done.

@vascotenner
Copy link

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!

@sur83
Copy link
Author

sur83 commented Sep 19, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants