Thanks very much or the blog post.  The tmp error is a nice catch.  I had
the same problem when I was building it.  Hopefully google will pick that up
because it was a buger to find the problem when I was trying to compile it a
few months ago.
By the way.  I've tried the installer on Maya2010x64, installing directly
into maya python folder.  It produces this error when trying to import PyQt.


from PyQt4 import QrCore, QtGui

# Error: ImportError: DLL load failed: %1 is not a valid Win32 application.
#

-Dave
On Sat, Sep 26, 2009 at 4:21 PM, Sylvain Berger <sylvain.ber...@gmail.com>wrote:

> Very nice!  Thanks for releasing this Ozgur.  I can't find it on your site
> though... could you point me to the download page please?
> Thanks
>
>  On Sat, Sep 26, 2009 at 2:35 AM, Ozgur Yılmaz <eoyil...@gmail.com> wrote:
>
>> Allright I solved it...
>>
>> It was the environment variables, the path variable should include
>> C:\MinGw\bin;C:\Qt\4.5.2\qt\bin;
>>
>> now it is working
>>
>> I'm going to upload the installer to my site, so if anybody needs PyQt x64
>> for Windows x64 for Python 2.6.2 can download it...
>>
>> And today, I think I'm going to compile another version with vs2005 for
>> Python 2.5.1 x64
>>
>> Cheers...
>>
>> On Sat, Sep 26, 2009 at 1:10 AM, Ozgur <eoyil...@gmail.com> wrote:
>>
>>> Hi guys,
>>>
>>> I've compiled Qt4.5.2, Sip 4.8.2, PyQt4 4.5.4 in Windows XP x64 with
>>> MS VS2008 using the x64 Win64 Command prompt. After the 3 compilation
>>> (took around 12 hours in total), I finally could compile everything in
>>> 64 bit. There was no errors other than this one:
>>>
>>> Python 2.6.2 (r262:71605, Apr 14 2009, 22:5+:60) [MSC v.1500 64 bit
>>> (AMD64)] on win32
>>> Type "help", "copyright", "credits" or license" for more information.
>>> >>> from PyQt4 import QtCore
>>> Traceback (most recent call last):
>>>  File "<stdin>", line 1, in <module>
>>> ImportError: DLL load failed: The specified module could not be found
>>> >>>
>>>
>>> And, buy the way, I've tried to install another PyQt4 for XP-x64
>>> package which is compiled by another guy, it was giving the same
>>> error...
>>>
>>> So any idea what can be wrong...
>>
>>
>>
>>
>> --
>> E.Ozgur Yilmaz
>> Senior Technical Director
>> www.ozgurfx.com
>>
>>
>>
>>
>
>
> --
> "A pit would not be complete without a Freeman coming out of it."
> The Vortigaunt
>
> >
>

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

Reply via email to