Jump to content

Compiling PyQt for 64-bit Windows?


whalerider

Recommended Posts

Anyone know how to go about that?

I did some googling, but couldn't find any decent instructions.

Also, how do I determine whether I need Visual Studio 2005 or Visual Studio 2008?

Does it depend on what version of Python i want to compile against?

Right now I am thinking about compiling against Python 2.5.4, because it's the closest stable version to Python 2.5.2 (which Houdini seems to use).

Does Houdini "care"? I want to build some tools that will work on 64-bit Houdini 9.5 and 10.0.

Thx.

Edited by whalerider
Link to comment
Share on other sites

If you start the python.exe from $HFS/python/bin it says which compiler you need. In most cases, it will be MSC v.1400 which is VC8 which his VS 2005. You should make sure you're compiling against the appropriate version of python of course.

Link to comment
Share on other sites

Thanks, Edward.

If you start the python.exe from $HFS/python/bin it says which compiler you need. In most cases, it will be MSC v.1400 which is VC8 which his VS 2005. You should make sure you're compiling against the appropriate version of python of course.
Link to comment
Share on other sites

  • 1 month later...
  • 4 months later...

If you manage to get pyqt recompiled for 64-bit, any chance you'd be willing to share? :D

Hello,

I found a blog that talks about how to compile a 64bit version of PyQt for python 2.5 and 2.6.2! He also made them available for download.

Unfortunately, Houdini 10 users need version 2.5.2! If I have time in the next couple of weeks I will give it a try. Unless someone else is willing. :)

Details on how he did it are on his blog.

http://eoyilmaz.blogspot.com/

Here is another blogspot about compiling on win64.

http://blog.shadowgears.com/2008/10/making-qt4-dance-with-msvc-2008.html

Cheers,

Frank

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...