Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. Error: No such file or directory: "Form.ui"
Forum Updated to NodeBB v4.3 + New Features

Error: No such file or directory: "Form.ui"

Scheduled Pinned Locked Moved Unsolved Qt for Python
2 Posts 2 Posters 1.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    Itachi uchiha
    wrote on last edited by
    #1
    • Screenshot 2022-05-03 172818.png PLs solve this error
      i want to covert .ui fileto py
    JonBJ 1 Reply Last reply
    0
    • I Itachi uchiha
      • Screenshot 2022-05-03 172818.png PLs solve this error
        i want to covert .ui fileto py
      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #2

      @Itachi-uchiha
      Hello and welcome.

      Your Form.ui file is not in the directory you are running pyuic5 from, or it is named something else, so where is it or do you have a different name then Form for the .ui file?

      EDIT Wait, isn't the command line usage of pyuic5:

      pyuic5 -x Form.ui
      

      Note the -x, different from PySide. You can add a -o <filepath> to send the output to a .py file, be careful not to overwrite the wrong thing! Keep a backup of your .ui/.py files if you are playing with this!

      1 Reply Last reply
      2

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved