Ticket #19202: shogun-python-fail.txt

File shogun-python-fail.txt, 1.8 KB (added by zac@…, 15 years ago)

python module failure

Line 
108:40:36 zbrown@riemann: ~ > /opt/local/bin/python2.5
2Python 2.5.4 (r254:67916, Apr  6 2009, 08:06:25)
3[GCC 4.0.1 (Apple Inc. build 5490)] on darwin
4Type "help", "copyright", "credits" or "license" for more information.
5>>> import sg
6shogun (sg.so/i386/v0.6.7_r3445_2008-11-14_09:47_3445)
7
8Copyright (C) 1999-2008 Fraunhofer Institute FIRST and Max-Planck-Society
9Written   (W) 2000-2008 Soeren Sonnenburg, Gunnar Raetsch et al.
10
11This is free software; see the source for copying conditions.  There is NO
12warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13
14( 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" )
15( seeding random number generator with 1475803580 (seed size 256))
16determined range for x in log(1+exp(-x)) is:37 )
17>>> sg.send_command('loglevel ALL')
18Traceback (most recent call last):
19  File "<stdin>", line 1, in <module>
20AttributeError: 'module' object has no attribute 'send_command'
21>>> ^D