Python Image Library (PIL) build error on Cygwin

From: Steve Holden (sholden_at_holdenweb.com)
Date: 04/29/04


Date: Thu, 29 Apr 2004 16:31:54 -0400

Does anyone know the workaround for this error, encountered when trying
to build PIL 1.1.4 from source under cygwin (Python 2.3.3)?

[...]

running build_ext
building '_imaging' extension
gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-IlibImaging
-I/usr/include/python2.3 -c encode.c -o
build/temp.cygwin-1.5.9-i686-2.3/encode.o
C:\cygwin\bin\python2.3.exe (2352): *** unable to remap
C:\cygwin\bin\tk84.dll to same address as parent(0x6F0000) != 0xB40000
       5 [main] python 1996 sync_with_child: child 2352(0x224) died
before initialization with status code 0x1
     385 [main] python 1996 sync_with_child: *** child state child
loading dlls
error: Resource temporarily unavailable

Erk. I *hate* having to mess around with stuff like this.

regards
  Steve



Relevant Pages

  • Re: Max value of typedef-ed type?
    ... thing to consider is your reason for wanting to know the maximum ... Python interpreter can talk to. ... The extension should compile on ...
    (comp.lang.c)
  • Re: Max value of typedef-ed type?
    ... I'm writing an extension for Python. ... The extension should compile on ... anything that supports SysV IPC. ...
    (comp.lang.c)
  • Re: Problem with msvcrt60 vs. msvcr71 vs. strdup/free
    ... Martin v. Löwis wrote: ... > across CRTs in a typical Python extension. ... > to tell from the source code of the extension if such resource ... and since I don't have the official Python 2.4 ...
    (comp.lang.python)
  • Re: python extensions: including project local headers
    ... I'm working on a python extension wrapper around Rob Hess' ... I can get distutils to compile the extension and install it in the ... Maybe I should compile the sift code as a shared object and link it to ...
    (comp.lang.python)
  • Debugging extensions under VS .NET 2003
    ... This purpose of this post is to give a mini how-to on debugging Python ... debug version of the Python interpreter. ... Compile and link a debug version of your extension, ...
    (comp.lang.python)