mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Nov. 19 2006,20:43 |
|
This is not directly related to your error message, but unpacking a mydsl extension into the filesystem can cause problems with file ownerships and permissions. Using the mydsl-load command or the mydsl gui ("MyDSL" desktop icon or "mydslPanel.lua" command) is the proper way to install extensions.
You will probably need to set the PYTHONHOME variable to point to the python installation, as the error message stated: export PYTHONHOME=/opt/python (or something similar) Depending on the application, you may also need to set PYTHONPATH and PATH variables.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|