jmiguel2902 / blur-dev

Automatically exported from code.google.com/p/blur-dev
0 stars 0 forks source link

ImportError: No module named wingui #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi i installed the BlurOffLine 64, but the wingui folder in my python folder 
doesnt exist.

exemple:
from blur.wingui import Dialog
from PyQt4.QtGui import QPushButton

# Create the dialog
dialog = Dialog()
button = QPushButton( dialog )
button.setText( 'Test' )

# Launch the dialog
dialog.show()

output:
ImportError: No module named wingui

and i have nothing in my python folder:
C:\python26_64\Lib\site-packages\blur

Thank you for your help. 

col

Original issue reported on code.google.com by Colin.La...@gmail.com on 16 Sep 2012 at 9:24