Search found 1 match

by ajaxaddicted
Wed Jun 29, 2011 12:42 pm
Forum: Tutorials
Topic: [Tutorial] Import uno module to a different Python install
Replies: 3
Views: 42044

Re: [Tutorial] Import uno module to a different Python insta

The tutorial doesn't apply for Ubuntu in my experience. What worked for me was:

Code: Select all

# uno.py is in /usr/share/pyshared
import sys
sys.path.append('/usr/share/pyshared')