Changes between Initial Version and Version 2 of Ticket #42250


Ignore:
Timestamp:
Jan 24, 2014, 9:55:22 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please remember to use WikiFormatting and to preview before submitting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42250

    • Property Cc jmr@… dh@… michaelld@… added
    • Property Keywords python pyopengl numpy removed
  • Ticket #42250 – Description

    initial v2  
    33Start with no ports at all I install python27
    44
     5{{{
    56$ sudo port install python27
     7}}}
    68
    79..no errors or warnings..
     
    911and then
    1012
     13{{{
    1114$ sudo port install py27-opengl
     15}}}
    1216
    1317..no errors or warnings..
     18{{{
    1419--->  Installing py27-opengl @3.0.2_1
    1520--->  Activating py27-opengl @3.0.2_1
     
    1823--->  Scanning binaries for linking errors: 100.0%
    1924--->  No broken files found.
     25}}}
    2026
    2127Then I load python and try to import:
    2228
     29{{{
    2330$ python
    2431Python 2.7.6 (default, Nov 12 2013, 13:26:39)
     
    3037  File "numpy.pxd", line 151, in init OpenGL_accelerate.numpy_formathandler (src/numpy_formathandler.c:5252)
    3138ValueError: numpy.dtype has the wrong size, try recompiling
     39}}}
    3240
    3341I've read that this might have to do with a package that was compiled using another version of numpy?