quiffhanger General User

Joined: 22 Dec 2005 Posts: 13
|
Posted: Fri Mar 24, 2006 7:05 am Post subject: Pyuno Segmentation fault |
|
|
I cant use Pyuno - I get a segfault whenever I try and connect to my open office installation, i.e. at the following line of the example helloworld program:
| Code: |
# connect to the running office
ctx = resolver.resolve( "uno:socket,host=localhost,port=2002;urp;StarOffice.ComponentContext" )
|
Python crashes with the error "Segmentation fault"
I have tried:I am running White Box Enterprise Linux 4 (kernel 2.6.9) & OpenOffice 2.0.2. I have managed to get the same setup working on a FC4 box I have.
My last few lines of an strace are:
| Code: |
[root@kryten program]# strace ./python.sh ootest.py
...
open("/usr/lib/sse2/libgcc3_urp.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libgcc3_urp.so", O_RDONLY) = -1 ENOENT (No such file or directory)
munmap(0xb7359000, 45773) = 0
open("./libgcc3_urp.so", O_RDONLY) = -1 ENOENT (No such file or directory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
|
Any help would be apperciated I am completely failing to find any info on google about it.
regards,
-ross |
|