On Wednesday 01 September 2010 01:36:23 1+1=2 wrote: > I'm using Qt 4.6.0(vs2008 version download from qt.nokia.com) and
Are you using the windows binaries provided by us? if so, download Qt version 4.6.3 or just uninstall Qt 4.6.0. PySide was compiled with Qt 4.6.3, so you need at least Qt 4.6.3, the windows installer cames with Qt4.6.3 dlls, but if there are other Qt dlls in your system PATH they are used instead. Regards; > Python 2.7, but i get following error: > >>> from PySide import QtGui > > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: could not import PySide.QtCore > > >>> from PySide import QtCore > > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: DLL load failed: The specified module could not be found. > > > screenshot of depends: > > Regards > > Debao > -- Hugo Parente Lima INdT - Instituto Nokia de Tecnologia
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
