Python Forum
[PyQt] Help converting python qt4 script to qt5
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyQt] Help converting python qt4 script to qt5
#4
Looks like your scripts are written in Python 2 and you are now using Python 3. print is a function in Python 3. Here is a porting guide.

https://docs.python.org/3/howto/pyporting.html
Reply


Messages In This Thread
RE: Help converting python qt4 script to qt5 - by deanhystad - Jun-23-2021, 05:04 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020