| View previous topic :: View next topic |
| Author |
Message |
asjtan General User

Joined: 15 Mar 2006 Posts: 8
|
Posted: Mon May 01, 2006 11:19 pm Post subject: Help needed desperately. Setting up of OO in solaris server |
|
|
Hi all,
I am desperately in need of help.
I have already install OO in the solaris machine
Now the thing is I cannot get soffice to run in the server.
Error I got:
/usr/staroffice7/program/soffice.bin X11 error: Can't open display:
Set DISPLAY environment variable, use -display option
or check permissions of your X-Server
(See "man X" resp. "man xhost" for details)
and when i tried to deploy python,
i got this error:
Traceback (most recent call last):
File "oood-0.1.0/oood.py", line 60, in ?
import uno
ImportError: No module named uno
Can any kind soul pls guide me on this? Or give me step-by-step instruction on how to actually deploy it in the server.
Your help will be very much appreciated.
I have actually got my expected result in windows.
So now i need to deploy a workin version in solaris machine. |
|
| Back to top |
|
 |
AndrewZ Moderator


Joined: 21 Jun 2004 Posts: 4140 Location: Colorado, USA
|
Posted: Tue May 02, 2006 9:24 pm Post subject: |
|
|
First, I assume you don't run any X server or GUI on the Solaris machine? If so, search this forum for "xvfb."
Second, are you invoking the system Python or OpenOffice.org's own Python? You need to use the latter. |
|
| Back to top |
|
 |
hol.sten Super User


Joined: 14 Nov 2004 Posts: 3532 Location: Hamburg, Germany
|
|
| Back to top |
|
 |
|