Search found 2 matches

by rogerj
Thu Nov 13, 2014 4:22 am
Forum: Users Showcase
Topic: Inline-four engine animation
Replies: 22
Views: 16496

Re: Inline-four engine animation

I edited the script to use PySide rather than PyQt4
by rogerj
Mon Nov 10, 2014 10:33 pm
Forum: Users Showcase
Topic: Inline-four engine animation
Replies: 22
Views: 16496

Re: Inline-four engine animation

"from PyQt4 import QtGui,QtCore" returns an error message: File "<input>", line 1, in <module> ImportError: No module named PyQt4 I found riverbankcomputing.com, and their web page saying SIP must already be installed and built before installying PyQt4. Searching "PyQt4"...