search for: pythonev

Displaying 2 results from an estimated 2 matches for "pythonev".

Did you mean: pythondev
2009 Feb 11
1
RSPython
...c applications, but I have 3 problems that may be related. (1) I can't load other packages but "standard" ones also when I adjust the PythonPath: > importPythonModule('sys', all=T) NULL > importPythonModule('numpy', all=T) Error in .PythonEval(cmd) : Error in Python call: /usr/lib/python2.5/site-packages/numpy/core/multiarray.so: undefined symbol: _Py_ZeroStruct > importPythonModule('Scientific.Functions.Derivatives', all=T) Error in .PythonEval(cmd) : Error in Python call: /usr/lib/python2.5/sit...
2004 Jun 08
1
Nested shared library calls in Linux
...erface from R to the wxPython GUI toolkit which works under Windows: http://bioinf.wehi.edu.au/folders/james/wxPython/ (as long as you build RSPython with a shared (not static) Python library). But on Linux I get an error: > library(RSPython) > importPythonModule("wx") Error in .PythonEval(cmd) : Error in Python call: /export/share/disk501/lab0605/wettenhall/usr/local/lib/ python2.2/site-packages/wx/_core.so: undefined symbol: PyExc_IOError I am working within my home area at the moment: ~ = /home/users/lab0605/wettenhall/ = /export/share/disk501/lab0605/wettenhall/ By running...