08:40:36 zbrown@riemann: ~ > /opt/local/bin/python2.5 Python 2.5.4 (r254:67916, Apr 6 2009, 08:06:25) [GCC 4.0.1 (Apple Inc. build 5490)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import sg shogun (sg.so/i386/v0.6.7_r3445_2008-11-14_09:47_3445) Copyright (C) 1999-2008 Fraunhofer Institute FIRST and Max-Planck-Society Written (W) 2000-2008 Soeren Sonnenburg, Gunnar Raetsch et al. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ( configure options: "configure options --prefix=/opt/local --disable-svm-light --interface=python --python=/opt/local/bin/python2.5 --libs=/opt/local/lib --includes=/opt/local/include --cxx=/opt/local/bin/g++-mp-4.3 --cc=/opt/local/bin/gcc-mp-4.3 --install-path=/opt/local --enable-readline --destdir=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-shogun/work/destroot" compile flags: "-fno-strict-aliasing -fPIC -O2 -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wimplicit -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -march=i486 -mtune=i686 -pthread" link flags: " -lpython2.5 -ldl -bundle -Wl,-flat_namespace -L/opt/local/lib -undefined error -lm -pthread -llapack -lcblas -lglpk -lm -L@PREFIX@/lib/ -llpsolve55" ) ( seeding random number generator with 1475803580 (seed size 256)) determined range for x in log(1+exp(-x)) is:37 ) >>> sg.send_command('loglevel ALL') Traceback (most recent call last): File "", line 1, in AttributeError: 'module' object has no attribute 'send_command' >>> ^D