id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,port 47926,py34-stfio import error,rrifkin600@…,neurodroid,"In python 3.4, importing the library stfio causes the following error: {{{ $ python Python 3.4.3 (default, May 25 2015, 18:48:21) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)] on darwin Type ""help"", ""copyright"", ""credits"" or ""license"" for more information. >>> import stfio Traceback (most recent call last): File """", line 1, in File ""/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/stfio/__init__.py"", line 6, in from .stfio import * File ""/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/stfio/stfio.py"", line 33, in _stfio = swig_import_helper() File ""/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/stfio/stfio.py"", line 29, in swig_import_helper _mod = imp.load_module('_stfio', fp, pathname, description) File ""/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/imp.py"", line 243, in load_module return load_dynamic(name, filename, file) ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/stfio/_stfio.so, 2): Symbol not found: __ZNKSt3__19basic_iosIcNS_11char_traitsIcEEE5widenEc Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/stfio/libstfio.dylib Expected in: flat namespace in /opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/stfio/libstfio.dylib }}} I need to use this library so I would appreciate your help very much. Thank you very much, Robert",defect,closed,Normal,,ports,2.3.3,fixed,,larryv,py34-stfio