ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> image-sig
image-sig
Re: [Image-SIG] 64bit windows OS
by Elias Fotinis other posts by this author
Nov 1 2009 12:02AM messages near this date
Re: [Image-SIG] 64bit windows OS | [Image-SIG] Installation program does NOT provide file pilimages.py
From: "Raphael Walker" <web@[...].ch> 
>  the _imaging.pyd has dependencies to zlib.dll. i checked your _imaging.pyd 
>  from your install package and there is no dependency to zlib.dll.

There shouldn't be a dll dependancy. You have to build zlib as a static
library (zlib.lib). I've used the makefile in zlib's win32 directory to
create a zlib.lib (make sure you're in the main zlib directory, not in
\win32):

    nmake /f win32\makefile.msc zlib.lib

You can omit the "zlib.lib" part in the above command if you want all
targets (dll, minigzip, etc.) to be built, but we don't need them for PIL.
Try that and see if it works.

And remember I've uploaded a prebuilt x64 PIL 1.1.6 binary for Python 2.6 in
case you need it in a hurry :)
    http://www.mediafire.com/?20h3zeimnke 

_______________________________________________
Image-SIG maillist  -  Image-SIG@[...].org
http://mail.python.org/mailman/listinfo/image-sig
Thread:
Raphael Walker
Elias Fotinis

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved