-
Notifications
You must be signed in to change notification settings - Fork 59
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
Run in Python3 #39
Comments
Some differences did exit between python3 and 2, while 'show_patches.py' is not necessary. |
hi,i met another problem which show :async = AsyncTaskManager(task) SyntaxError: invalid syntax |
async become a Keyword in python3 ,so you should not use it as a variable name,change it will be recommended. |
FYI we have a version ported to Python3 at https://github.com/hurlbertvisionlab/fc4-python3, let me know if there was an interest in PR. |
in step b), when I run 'show_pathces.py', it would appear the following bug. I can't find the solution about this bug?
QObject:: moveToThread: Current thread (0x1e60d60) is not the object's thread (0x2e6dca0). Cannot move to target thread (0x1e60d60)
I also want to know, whether the 'show_patches.py' is for data argument? is it necessary to run this code? And are there any other considerations when I run your code in Python 3?
The text was updated successfully, but these errors were encountered: