Opened 16 years ago

Closed 15 years ago

Last modified 15 years ago

#13238 closed defect (fixed)

py-pil crashes on Mac OS X 10.5 Leopard

Reported by: tukikage386@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.5.2
Keywords: Cc:
Port: py-pil python24

Description

When I try to open image from in py-pil, it crashes.

$ python2.4
Python 2.4.4 (#1, Nov  3 2007, 05:18:12) 
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import Image
>>> im = Image.open("test1.jpg")
Bus error

Change History (6)

comment:1 Changed 16 years ago by nox@…

Cc: tukikage386@… nox@… added
Milestone: Port Bugs
Summary: py-pil crashes on Leopardpy-pil crashes on Mac OS X 10.5 Leopard

Have you reinstalled python24 port and its py-* friends when you upgraded to Leopard?

comment:2 Changed 16 years ago by nox@…

Cc: nox@… added; nox@… removed

comment:3 Changed 16 years ago by tukikage386@…

I clean installed Leopard, and so every files are new.

I also tried py25-pil and that works fine, (in that case I deactivate python2.4).

comment:4 Changed 16 years ago by nox@…

Cc: tukikage386@… nox@… removed

comment:5 Changed 15 years ago by blb@…

Keywords: py-pil removed
Port: py-pil python24 added
Resolution: fixed
Status: newclosed

This should be fixed by r42379 by disabling the in-built readline module (use py-readline if it's needed).

comment:6 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.