https://bugs.freedesktop.org/show_bug.cgi?id=42133
Caolán McNamara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |NOTABUG --- Comment #12 from Caolán McNamara <[email protected]> 2011-12-20 01:09:38 PST --- "you regularly run LO with an open localhost connection? Does that imply you've a few connection scripts you use for testing (or other)?" Not at all, I ran the LibreOffice soffice instance from my dev build solver dir, but I didn't modify the python script, which meant that the "import uno" in it searched in my system python dirs for "uno", and in fedora we package pyuno into the standard python search path, so because I had 3.4.4 pyuno installed, that's the one that got pulled in. i.e. 3.4.X pyuno used to talk to the dev 3.5 instance. We configure our "system" pyuno to do the same thing as I added to this script, i.e. find the libs it needs in the system installed LibreOffice 3.4.X Pointed at the correct testing pyuno then I get your problem, which is a fairly standard problem of getting it to find the right libraries. Hard to give a better error message I think. Though if anyone's got any good ideas :-) I don't seem to have a "closed->can't_fix" option in this bugzilla, but that's what I'm aiming for -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
