473,626 Members | 3,974 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PIL for Python 2.4?

Has anyone built PIL (1.1.4 or 1.1.5) for Python 2.4? If yes, please
let me know, since I can't test a couple of my apps using PIL with 2.4 .
You can even reply by email (yes, I dare use true email in newsgroup
postings, but then, I'm postmaster and welcome spam :)

TIA
--
TZOTZIOY, I speak England very best,
"Tssss!" --Brad Pitt as Achilles in unprecedented Ancient Greek
Jul 18 '05 #1
15 2201
On Thu, Nov 18, 2004 at 02:57:01PM +0200, Christos TZOTZIOY Georgiou wrote:
Has anyone built PIL (1.1.4 or 1.1.5) for Python 2.4? If yes,
please let me know, [...]


I haven't. But it would have been useful if you had mentioned which
platform ;-) Windows?

-- Gerhard
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBnKD+dIO 4ozGCH14RAqHJAK CMMKVyDtjJBA3aT LZ0mhod9fi+UACg okj/
fybjWX1OZaM4cGI M1Sp3zac=
=VBc9
-----END PGP SIGNATURE-----

Jul 18 '05 #2
On Thu, 18 Nov 2004 14:17:50 +0100, rumours say that Gerhard Haering
<gh@ghaering.de > might have written:
Has anyone built PIL (1.1.4 or 1.1.5) for Python 2.4? If yes,
please let me know, [...]


I haven't. But it would have been useful if you had mentioned which
platform ;-) Windows?


Oh, yes, Windows... On Linux I built it myself. I just don't have
access to a MS compiler on Windows.

Sorry for not being clear.
--
TZOTZIOY, I speak England very best,
"Tssss!" --Brad Pitt as Achilles in unprecedented Ancient Greek
Jul 18 '05 #3
Christos TZOTZIOY Georgiou wrote:
On Thu, 18 Nov 2004 14:17:50 +0100, rumours say that Gerhard Haering
<gh@ghaering.de > might have written:

Has anyone built PIL (1.1.4 or 1.1.5) for Python 2.4? If yes,
please let me know, [...]


I haven't. But it would have been useful if you had mentioned which
platform ;-) Windows?

Oh, yes, Windows... On Linux I built it myself. I just don't have
access to a MS compiler on Windows.

Sorry for not being clear.

well I have old MS VC++ 6 and building with setup.py Python 2.4b2 gives an error
related to the compiler; :( I guess I need MSVC++ 7.

I have MSDN subscription, but no idea whether I can get 6 & 7 to coexist.

#####
running build_ext
Traceback (most recent call last):
File "setup.py", line 314, in ?
ext_modules = MODULES,
File "C:\python24\li b\distutils\cor e.py", line 149, in setup
dist.run_comman ds()
File "C:\python24\li b\distutils\dis t.py", line 946, in run_commands
self.run_comman d(cmd)
File "C:\python24\li b\distutils\dis t.py", line 966, in run_command
cmd_obj.run()
File "C:\python24\li b\distutils\com mand\install.py ", line 501, in run
self.run_comman d('build')
File "C:\python24\li b\distutils\cmd .py", line 333, in run_command
self.distributi on.run_command( command)
File "C:\python24\li b\distutils\dis t.py", line 966, in run_command
cmd_obj.run()
File "C:\python24\li b\distutils\com mand\build.py", line 112, in run
self.run_comman d(cmd_name)
File "C:\python24\li b\distutils\cmd .py", line 333, in run_command
self.distributi on.run_command( command)
File "C:\python24\li b\distutils\dis t.py", line 966, in run_command
cmd_obj.run()
File "C:\python24\li b\distutils\com mand\build_ext. py", line 253, in run
force=self.forc e)
File "C:\python24\li b\distutils\cco mpiler.py", line 1177, in new_compiler
return klass (None, dry_run, force)
File "C:\python24\li b\distutils\msv ccompiler.py", line 206, in __init__
self.__macros = MacroExpander(s elf.__version)
File "C:\python24\li b\distutils\msv ccompiler.py", line 112, in __init__
self.load_macro s(version)
File "C:\python24\li b\distutils\msv ccompiler.py", line 128, in load_macros
self.set_macro( "FrameworkSDKDi r", net, "sdkinstallroot v1.1")
File "C:\python24\li b\distutils\msv ccompiler.py", line 118, in set_macro
self.macros["$(%s)" % macro] = d[key]
KeyError: 'sdkinstallroot v1.1'

--
Robin Becker
Jul 18 '05 #4
On Thu, 18 Nov 2004 15:03:46 +0000, rumours say that Robin Becker
<ro***@reportla b.com> might have written:
well I have old MS VC++ 6 and building with setup.py Python 2.4b2 gives an error
related to the compiler; :( I guess I need MSVC++ 7.


I didn't even *try* to build it on an installation of MS VS 6 we have in
the office because I remember the long discussion about the transition
to VS 7, and the need for the building of other libriaries with VS 7
too... Of course, I could completely build Python 2.4 with VS 6 and
then build PIL, which is what I'll do next. I just wanted to avoid
troubles with VS 6 project files being out of sync, so I asked if anyone
did the build.

Thanks for trying though.
--
TZOTZIOY, I speak England very best,
"Tssss!" --Brad Pitt as Achilles in unprecedented Ancient Greek
Jul 18 '05 #5
Christos TZOTZIOY Georgiou wrote:
On Thu, 18 Nov 2004 15:03:46 +0000, rumours say that Robin Becker
<ro***@reportla b.com> might have written:

well I have old MS VC++ 6 and building with setup.py Python 2.4b2 gives an error
related to the compiler; :( I guess I need MSVC++ 7.

I didn't even *try* to build it on an installation of MS VS 6 we have in
the office because I remember the long discussion about the transition
to VS 7, and the need for the building of other libriaries with VS 7
too... Of course, I could completely build Python 2.4 with VS 6 and
then build PIL, which is what I'll do next. I just wanted to avoid
troubles with VS 6 project files being out of sync, so I asked if anyone
did the build.

Thanks for trying though.


I had a few problems building 2.4b2 on 6; I think the old projects are unmaintained.
--
Robin Becker
Jul 18 '05 #6
Robin Becker <ro***@reportla b.com> writes:
Christos TZOTZIOY Georgiou wrote:
On Thu, 18 Nov 2004 14:17:50 +0100, rumours say that Gerhard Haering
<gh@ghaering.de > might have written:
Has anyone built PIL (1.1.4 or 1.1.5) for Python 2.4? If yes,
please let me know, [...]

I haven't. But it would have been useful if you had mentioned which
platform ;-) Windows?

Oh, yes, Windows... On Linux I built it myself. I just don't have
access to a MS compiler on Windows.
Sorry for not being clear.

well I have old MS VC++ 6 and building with setup.py Python 2.4b2
gives an error related to the compiler; :( I guess I need MSVC++ 7.

I have MSDN subscription, but no idea whether I can get 6 & 7 to coexist.


You need 7.1, not 7.0. Aka named Visual Studio .NET 2003.

And it coexists with 6.0.

Thomas
Jul 18 '05 #7
Thomas Heller wrote:
Robin Becker <ro***@reportla b.com> writes:

Christos TZOTZIOY Georgiou wrote:
On Thu, 18 Nov 2004 14:17:50 +0100, rumours say that Gerhard Haering
<gh@ghaering .de> might have written:
>Has anyone built PIL (1.1.4 or 1.1.5) for Python 2.4? If yes,
>please let me know, [...]

I haven't. But it would have been useful if you had mentioned which
platform ;-) Windows?

Oh, yes, Windows... On Linux I built it myself. I just don't have
access to a MS compiler on Windows.
Sorry for not being clear.


well I have old MS VC++ 6 and building with setup.py Python 2.4b2
gives an error related to the compiler; :( I guess I need MSVC++ 7.

I have MSDN subscription, but no idea whether I can get 6 & 7 to coexist.

You need 7.1, not 7.0. Aka named Visual Studio .NET 2003.

And it coexists with 6.0.

Thomas

Thanks Thomas, I'll have a go at installing it soon.
--
Robin Becker
Jul 18 '05 #8
Christos TZOTZIOY Georgiou wrote:
On Thu, 18 Nov 2004 14:17:50 +0100, rumours say that Gerhard Haering
<gh@ghaering.de > might have written:

Has anyone built PIL (1.1.4 or 1.1.5) for Python 2.4? If yes,
please let me know, [...]


I haven't. But it would have been useful if you had mentioned which
platform ;-) Windows?

Oh, yes, Windows... On Linux I built it myself. I just don't have
access to a MS compiler on Windows.

Sorry for not being clear.

You can download Microsoft's C/C++ compiler for free. (It's command
line only, but good enough.)

http://msdn.microsoft.com/visualc/vctoolkit2003/
Chris
Jul 18 '05 #9
On Thu, 18 Nov 2004 11:21:09 -0500, rumours say that Christopher
Boumenot <bo************ *@hotmail.com> might have written:
You can download Microsoft's C/C++ compiler for free. (It's command
line only, but good enough.)

http://msdn.microsoft.com/visualc/vctoolkit2003/


<hitting my head on the keyb hguhynbuyh7nbuy h7j6nb>

Thank you! Thank you! Thank you! Now that you told me I remembered
I'd read about it and completely forgot... ...and thank you!
--
TZOTZIOY, I speak England very best,
"Tssss!" --Brad Pitt as Achilles in unprecedented Ancient Greek
Jul 18 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
8266
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8199
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8705
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8638
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8365
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8505
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7196
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5574
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
1811
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.