On Monday 27 September 2010 21:01:29 Jon Middleton wrote: > Thanks for the latest update. > > I downloaded and installed the latest windows binaries from: > http://developer.qt.nokia.com/wiki/PySideBinariesWindows > > Running the following command line: > python -c "from PySide import QtDeclarative" > > I get "cannot import name QtDeclarative", it does not appear in the > installed location either > C:\Python26\Lib\site-packages\PySide
The windows version was released before Qt4.7, so PySide for windows has only the Qt4.6 API, i.e. no QtDeclarative module. > QtCore does work, so I thought I would try and build the head from git. What's the error preventing QtCore module to work? > As far as I can tell In need to run CMake then build with Visual Studio? > > My attempt at using CMake did not work: > CMake pySide > > it returns errors: > > -- QtCode NOT found. QtCore support disabled. > -- QtDeclarative NOT found. QtDeclarative support disabled. etc... Qt is probably not installed on your computer or it isn't in your system path. > Any help would be great, I want to be able to use QtDeclarative. > > Cheers, > Jon. Regards; -- 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
