2011 is compiled against Qt 4.5.3 and so you have to use that version of
Qt.  PyQt's release visioning bears no relation to Qt's and the default
downloads from riverbank are built against the latest stable Qt version. 4.6
I think.

Fortunately there are some very kind TD's out there that have already done
the leg work and compiled the right Qt with the right Python and PyQt.

See Nathan Horne's blog for downloads.

http://nathanhorne.com/?p=229

-Dave

On Mon, Aug 23, 2010 at 9:49 AM, Ofer Koren <kor...@gmail.com> wrote:

> I've installed this a while ago, and I'm not sure what I should do now to
> make this work with 2011 as well.
> I'm getting this error:
>
>
> import PyQt4              # this works fine
> import PyQt4.QtCore  # all the .pyd files are where they're supposed to be.
>
> # Error: DLL load failed: The specified procedure could not be found.
>
> # Traceback (most recent call last):
>
> # File "<maya console>", line 1, in <module>
>
> # ImportError: DLL load failed: The specified procedure could not be found.
> #
>
>
>
> I'm sensing some kind of build/compile conflict... but hopefully someone
> can tell me what the easy fix would be?...
>
>
>
> - Ofer
> www.mrbroken.com
>
> --
> http://groups.google.com/group/python_inside_maya




-- 
David Moulder
http://www.google.com/profiles/squish3d

-- 
http://groups.google.com/group/python_inside_maya

Reply via email to