So I've installed PyQt, and Qtdesigner and created my .ui file with a designed app (I'm just a beginner), but I keep getting a syntax error whenever I try to convert the file so I could use it in the python editor ( I work with Spyder from WinPython windows 32 bit)This the code I try :
-
If you can't read the picture here's its content [In 5] :pushd"C:\Users\ghita\Desktop\Dev apps\Apps Python" C:\Users\ghita\Desktop\Dev apps\Apps Python Out[5]: ['C:\\'] pyuic5 -o design1.py design1.ui File "<ipython-input-6-808fd750dad4>", line 1 pyuic5 -o design1.py design1.ui ^ SyntaxError: invalid syntaxOmar Ballouti– Omar Ballouti2016-05-22 15:54:55 +00:00Commented May 22, 2016 at 15:54
Add a comment
|