Changes between Initial Version and Version 3 of Ticket #16395
- Timestamp:
- Sep 19, 2008, 4:25:13 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16395
- Property Keywords python24 removed
- Property Cc ram@… added
- Property Port python24 added
-
Property
Milestone
changed from
to
Port Bugs
-
Ticket #16395 – Description
initial v3 2 2 3 3 Then, after performed a "port_install" operation to activate this new version I run the python interpreter with these two trivial commands: 4 {{{ 4 5 >>> import re 5 6 >>> dir(re) 7 }}} 6 8 and got a "Bus error". 7 9 8 10 These are the operation I performed: 11 {{{ 9 12 [lucamac:~] luca% sudo python_select python24 10 13 Selecting version "python24" for python … … 16 19 >>> dir(re) 17 20 Bus error 18 21 }}} 19 22 This is the dump message I got from the System: 23 {{{ 20 24 "Process: Python [23040] 21 25 Path: /opt/local/Library/Frameworks/Python.framework/Versions/2.4/Resources/Python.app/Contents/MacOS/Python … … 66 70 0x9680f000 - 0x9686cffb libstdc++.6.dylib ??? (???) <6106b1f2b0b303b06ae476253dbb5f3f> /usr/lib/libstdc++.6.dylib 67 71 0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib" 68 72 }}} 69 73 I'm using MacPorts version 1.6.0. 70 74 … … 75 79 Luca De Santis 76 80 Pisa, Italy 77