Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Help for greenhorn

Help for greenhorn

Scheduled Pinned Locked Moved General and Desktop
2 Posts 1 Posters 1.2k Views 1 Watching
  • 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.
  • Z Offline
    Z Offline
    ZetD
    wrote on last edited by
    #1

    I am a total beginner. I need advice, oddly enough :).
    When I try to learn from the pages of Qf (eg http://qt-project.org/wiki/PySideSimplicissimus_Module_2_CloseButton) my attempt to run the sample code end up with this error message:


    C:\Python33\python.exe "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 3.0.1\helpers\pydev\pydevd.py" --multiproc --client 127.0.0.1 --port 53645 --file C:/Users/Zdeněk/Documents/_PyCharm/Projekty/MojePokusy/Zavirac.py
    Connected to pydev debugger (build 131.339)
    pydev debugger: process 1796 is connecting

    Traceback (most recent call last):
    File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 3.0.1\helpers\pydev\pydevd.py", line 1532, in <module>
    debugger.run(setup['file'], None, None)
    File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 3.0.1\helpers\pydev\pydevd.py", line 1143, in run
    pydev_imports.execfile(file, globals, locals) #execute the script
    File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 3.0.1\helpers\pydev_pydev_execfile.py", line 37, in execfile
    exec(compile(contents+"\n", file, 'exec'), glob, loc) #execute the script
    File "C:/Users/Zdeněk/Documents/_PyCharm/Projekty/MojePokusy/Zavirac.py", line 16, in <module>
    from ui_quitter import Ui_MainWindow
    ImportError: No module named 'ui_quitter'

    Process finished with exit code 1


    Can anyone advise me?

    Thanks

    1 Reply Last reply
    0
    • Z Offline
      Z Offline
      ZetD
      wrote on last edited by
      #2

      Hi, I'll try to simplify:

      It's about getting the *. ui code files *. py

      Something about not working correctly

      1 Reply Last reply
      0

      • Login

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