Changes between Initial Version and Version 1 of Ticket #43501


Ignore:
Timestamp:
Apr 27, 2014, 12:22:58 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please update to MacPorts 2.2.1 by running "sudo port selfupdate".

Please remember to use WikiFormatting when writing in Trac.

The Cc field requires complete email addresses.

What does "port -v installed py27-ephem" say MacPorts thinks the architecture is?

What does "lipo -info /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ephem/_libastro.so" say the architecture of the file actually is?

What program are you running when this problem occurs, and what is its architecture, according to "lipo -info"?

What is /Users/mannucci/tle_progs?

What version of Xcode do you have installed?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43501

    • Property Cc aronnax removed
    • Property Summary changed from Py-ephem fails with incorrect binary architecture to py-ephem fails with incorrect binary architecture
    • Property Version changed from 2.2.1 to 2.1.1
    • Property Owner changed from macports-tickets@… to aronnax@…
    • Property Port py-ephem added
  • Ticket #43501 – Description

    initial v1  
    77-Tony
    88
     9{{{
    910In [1]: import ephem
    1011---------------------------------------------------------------------------
     
    2324ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ephem/_libastro.so, 2): no suitable image found.  Did find:
    2425        /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ephem/_libastro.so: mach-o, but wrong architecture
     26}}}