search for: pyexc_ioerror

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

Did you mean: _pyexc_ioerror
2004 Jun 08
1
Nested shared library calls in Linux
...ith 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 wx" correctly loads ~/usr/local/lib/python2.2/site-packages/wx/_core.so but then when _core.so t...
2003 May 18
1
Problems with the pyvorbis Python wrapper under Windows
Hi! The following Python code does what is excepted under Linux: >>> from ogg.vorbis import * >>> com=VorbisFile('01.ogg').comment() >>> com['title']='foo' >>> com.write_to('01.ogg') but under Windows I get the following error: Traceback (most recent call last): File "<stdin>", line 1, in ? IOError: [Errno