64bit windows OS

View: New views
6 Messages — Rating Filter:   Alert me  

64bit windows OS

by Bill Mummert :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

 
I am trying to install PIL 1.1.6 on a machine running a Windows Vista 64bit OS with Python 2.6 installed. I tried the windows installer, but it fails to detect my Python installation. Python is registered with the OS. I checked the registry using regedit. I was able to install another Python module py2exe using an installer they provide. I was just wondering if their was a 64 bit installer I missed or a simple work around to make PIL happen on this OS. Thanks!     

_______________________________________________
Image-SIG maillist  -  Image-SIG@...
http://mail.python.org/mailman/listinfo/image-sig

Parent Message unknown Re: 64bit windows OS

by Christoph Gohlke :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Chances are that you trying to install the 32-bit version of PIL 1.1.6
on a 64-bit Python version. That will not work. I have a 64-bit build of
PIL 1.1.7 available on my homepage
<http://www.lfd.uci.edu/~gohlke/#pythonlibs>.

Christoph
_______________________________________________
Image-SIG maillist  -  Image-SIG@...
http://mail.python.org/mailman/listinfo/image-sig

Re: 64bit windows OS

by Elias Fotinis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

From: Bill Mummert
> I am trying to install PIL 1.1.6 on a machine running a Windows Vista
> 64bit OS with Python 2.6 installed. I tried the windows installer, but it
> fails to detect my Python installation. Python is registered with the OS.
> I checked the registry using regedit. I was able to install another Python
> module py2exe using an installer they provide. I was just wondering if
> their was a 64 bit installer I missed or a simple work around to make PIL
> happen on this OS. Thanks!

Last time I checked, there were no x64 binaries available, so I compiled PIL
from source. I've been using it for some time now and it seems to work OK. I
only added FreeType support just now and haven't tested it much, but
TrueType fonts are rendered just fine in my tests.

It's here if you want it:
    http://www.mediafire.com/?20h3zeimnke
    MD5: ac8f1d861af3f7b57466d882aad38a9f


_______________________________________________
Image-SIG maillist  -  Image-SIG@...
http://mail.python.org/mailman/listinfo/image-sig

Re: 64bit windows OS

by Elias Fotinis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

From: Bill Mummert
> I am trying to install PIL 1.1.6 on a machine running a Windows Vista
> 64bit OS with Python 2.6 installed. I tried the windows installer, but it
> fails to detect my Python installation. Python is registered with the OS.
> I checked the registry using regedit. I was able to install another Python
> module py2exe using an installer they provide. I was just wondering if
> their was a 64 bit installer I missed or a simple work around to make PIL
> happen on this OS. Thanks!

Now that I reread your post, you don't specify whether you're using the 32-
or 64-bit Python. My previous response is only relevant for Python x64.
Otherwise, there's probably a mismatch of library versions or an incomplete
installation of Python.


_______________________________________________
Image-SIG maillist  -  Image-SIG@...
http://mail.python.org/mailman/listinfo/image-sig

Parent Message unknown Re: 64bit windows OS

by Elias Fotinis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

From: Bill Mummert

> I missed your previous response. I am using the 64 bit version of Python.
> The Python 64 bit install appeared to complete fully.  I am able to
> execute source code, and I am able to install py2exe.  I have also tried
> using the PIL source kit which is labeled for all OS, but I get hit with
> an error in this attempt when I try to compile the library following the
> instructions in the readme file.
>
> As a side note, I successfully installed 32 bit Python, PIL, and other
> libraries on this same system with complete success.  So I do have a
> working option.  Thank you for your responses.

In my previous post (in case you still can't see it) I provided a 64-bit PIL
version compiled from source:
    http://www.mediafire.com/?20h3zeimnke

I don't blame you for opting to go with Python 32-bit. It still too early
for full transition to 64-bit, at least in Windows-land, where compiling
stuff is not an OS feature.  :o)

As for building PIL x64, if you want full feature support, you have to build
some dependencies as well (zlib, libpng, jpeglib, and freetype). It's a bit
convoluted; if you or anyone else want instructions, I'll post them here.


_______________________________________________
Image-SIG maillist  -  Image-SIG@...
http://mail.python.org/mailman/listinfo/image-sig

Python bindings for JasPer JPEG2000 library?

by jalopyuser :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Anyone have Python bindings for the JasPer or OpenJPEG JPEG2000 libraries?

Bill
_______________________________________________
Image-SIG maillist  -  Image-SIG@...
http://mail.python.org/mailman/listinfo/image-sig