hi guys
I dilike designing UI with commands, Qt UI designer is better. Now I don’t konw PyQt can work with Deadline.
Thanks for any advices!
Cheers!
- Bill
hi guys
I dilike designing UI with commands, Qt UI designer is better. Now I don’t konw PyQt can work with Deadline.
Thanks for any advices!
Cheers!
I’m not sure, but as far as I know, Deadline utilizes Mono on Linux and .NET on Windows for most (if not all) of its GUI. So, you are pretty much out of luck with PyQt and Deadline, unfortunately.
Hey Bill,
Lukas is right - you won’t be able to use PyQT with Deadline 5.0 because it uses IronPython, which can’t load cPython modules.
However, Deadline 5.1, which should be released in a couple weeks, will allow you to write native Python scripts and utilize cPython modules like PyQT.
Cheers,