Displaying 1 result from an estimated 1 matches for "disk501".
Did you mean:
disk01
2004 Jun 08
1
Nested shared library calls in Linux
...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 strace, I found that the Python command "import...