Changes between Initial Version and Version 2 of Ticket #35294


Ignore:
Timestamp:
Jul 23, 2012, 9:12:20 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Correct, py-wxpython is currently 32-bit only, because the latest stable version of wxwidgets is 32-bit only. Once a stable 64-bit-compatible version of wxwidgets is released we can allow 64-bit builds.

Until then, you could try the py27-wxpython-devel port, to get newer development versions of py-wxpython and wxwidgets which are 64-bit compatible.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35294

    • Property Cc jwa@… added
    • Property Status changed from new to closed
    • Property Resolution changed from to wontfix
    • Property Port py27-wxpython added
  • Ticket #35294 – Description

    initial v2  
    11I wasn't able to compile py27-wxpython until I installed libpng as +universal. After installing py27-wxpython I ended up with a 32-Bit library only. Running a small test-script I get:
    22
     3{{{
    34/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/wx-2.8-mac-unicode/wx/_core_.so: mach-o, but wrong architecture
     5}}}
    46
    5 otool -h says: 0xfeedface
     7`otool -h` says: `0xfeedface`
    68
    79I don't find any possibility to build a 64-bit version.