Hi,
I have an old codefromPyQt which I am migrating to PySide. I am trying to import uic module, but I am getting an error. I am not sure whether this is installed correctly or not and about using it. >>from PySide import QtGui,uic ImportError: cannot import name uic This what I am looking at. What is the meaning of the directory named pysideuic? I read on this page "http://nathanhorne.com/?p=451" that pysideuic has lacking a function loadUiType, is it true? If yes then how should I port my code? Can any body help? Thanks in advance!! Ameya
_______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
