PIL on windows XP x64 (64-bit)?

B

Berco Beute

Has anybody here got PIL (the Image lib) working on Windows XP x64 (64-
bit)? There is no version available for that platform from
pythonware.com.

Thanks,
2B
 
B

Berco Beute

Investigated this a little more. Since I only needed to resize an
image I thought going through all the hoops of building PIL was too
much effort and took a look at PythonMagick. Turned out I had to build
that myself as well. Am I the first that wants to do image
manipulation on x64 using python? Are there alternatives?

Anyway, I guess that if I knew the hoops you have to jump to when
using windows xp 64-bit instead of 32-bit I would have stayed with the
latter.

2B
 
M

Martin v. Löwis

Berco said:
Investigated this a little more. Since I only needed to resize an
image I thought going through all the hoops of building PIL was too
much effort and took a look at PythonMagick. Turned out I had to build
that myself as well. Am I the first that wants to do image
manipulation on x64 using python? Are there alternatives?

I would install the 32-bit Python interpreter.

Regards,
Martin
 
L

Lawrence D'Oliveiro

In message
Has anybody here got PIL (the Image lib) working on Windows XP x64 (64-
bit)? There is no version available for that platform from
pythonware.com.

Shouldn't your distro maintainers have it in their repositories?
 
M

Martin v. Löwis

Has anybody here got PIL (the Image lib) working on Windows XP x64 (64-
Shouldn't your distro maintainers have it in their repositories?

You mean, it might be in Microsoft's Open Source Repository?
Worth a try :)

Regards,
Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,066
Latest member
VytoKetoReviews

Latest Threads

Top