varunpnair92 / sppyqt

Automatically exported from code.google.com/p/sppyqt
GNU General Public License v2.0
0 stars 1 forks source link

No module named mainWindow #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running of application
2.
3.

What is the expected output? What do you see instead?
GUI from screenshot

What version of the product are you using? On what operating system?
Win7
Python 3.2.1
pyserial 2.5
pyqt 3.2

Please provide any additional information below.
I'm new to python gui programming, but it appears that the mainWindow ui is 
generated using the qt designer.  Should the mainwindow.ui file be part of the 
repository?

I can create the mainWindow.py file referenced in the uic source file, but 
don't have the mainWindow.ui souce.
pyuic4 ui/mainWindow.ui > mainWindow.py
pyrcc4 -o mainWindow_rc.py ui/mainWindow.qrc

Original issue reported on code.google.com by walton.j...@gmail.com on 16 Aug 2011 at 8:18

GoogleCodeExporter commented 9 years ago
Hi Walton,

I have added requirement information and updated installation procedure in Wiki 
tab.

You can find mainWindow.ui inside ui directory. Please make sure you click on 
the drop-down-arrow icon left side to hg tree in the source tab. Grab all the 
files inside including the one in icon directory. To be save, you can use any 
mercurial repository tool to make sure you pull down all of the source files.

Original comment by eka.a.kurniawan on 16 Sep 2011 at 8:49