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
#6
Thanks for all the help so far!

I have done as requested an now get this error

Error:
Traceback (most recent call last): File "./wlcreator.py", line 719, in <module> main = MainWindow() File "./wlcreator.py", line 266, in __init__ self.executable = BrowseControl("Exe path", "Select exe file", "Path to an Windows executable file", "", File "./wlcreator.py", line 102, in __init__ self.connect(self.edit, SIGNAL("textChanged(QString)"), self.edited) AttributeError: 'BrowseControl' object has no attribute 'connect'
Yoriz write Jun-24-2021, 05:16 AM:
Please post all code, output and errors (in their entirety) between their respective tags. Refer to BBCode help topic on how to post. Use the "Preview Post" button to make sure the code is presented as you expect before hitting the "Post Reply/Thread" button.
Reply


Messages In This Thread
RE: Help converting python qt4 script to qt5 - by Bladeforce - Jun-23-2021, 09:47 PM

Forum Jump:

User Panel Messages

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