Changes between Initial Version and Version 5 of Ticket #60742


Ignore:
Timestamp:
Jun 30, 2020, 4:01:17 PM (4 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60742

    • Property Priority changed from High to Normal
    • Property Status changed from new to assigned
    • Property Port geda-gaf added
    • Property Owner set to markemer
  • Ticket #60742 – Description

    initial v5  
    11When launching gsch2pcb with a project file as usual, gnetlist (well, the python2.7 interpreter) complains about not being able to import xorn.guile :
    2 
     2{{{
    33  File "/opt/local/bin/gnetlist", line 46, in <module>
    44    import xorn.guile
     
    77  Expected in: flat namespace
    88 in /opt/local/lib/python2.7/site-packages/xorn/guilemodule.so
    9 
     9}}}
    1010This should not happen as guile 2.2 is installed on my system :
    11 
     11{{{
    1212$ port installed | grep guile
    1313  guile @2.2.4_2 (active)
    14 
     14}}}
    1515This error can be reproduced easily by just launching gnetlist from the command line :
    16 
     16{{{
    1717$ gnetlist
    1818Traceback (most recent call last):
     
    2323  Expected in: flat namespace
    2424 in /opt/local/lib/python2.7/site-packages/xorn/guilemodule.so
    25 
     25}}}
    2626In case it matters : my system is Catalina version 10.15.5.
    2727