Forum Replies Created
-
AuthorPosts
-
u1538526
Participantthanks for the info. I think I understand the issue. With glade 4.1.86, glade -v is triggering a crash, so the window that I thought was some kind of environment dump is actually an error report of a crash.
thanks
Nicolasu1538526
ParticipantI noticed 'glade -v' on this new build on RHEL5 doesn't really work. Normally the UI launches, then I have the lengthy traceback in a window. Now 'glade -v' causes the UI to fail. Here is the stdout/err:
> glade -v
Could not find platform independent libraries
Could not find platform dependent libraries
Consider setting $PYTHONHOME to [:]
'import site' failed; use -v for traceback Glade version
Glade release version 4.3.0 compiled on Jun 6 2012 12:50:13 compiled on Jun 6 2012 12:49:37u1538526
Participantyou nailed it. it works nicely now, using 4.3.0.
cheers
Nicolasu1538526
ParticipantIf I disable the PYTHON env vars, glade_4.2.7 still won't load, and errors out with the same message. Therefore it seems it is not related to my python setup.
u1538526
ParticipantUsing a RHEL5.7 OS, I can get glade_4.1.86_linux64_rh5 to run perfectly with python_2.4.3, or python_2.6.6, or python_2.7.1. I don't make use of PYTHONHOME because my python installation is a funky wrapper-based installation. However, since 'python' is found via $PATH, glade seems to be happy. I do however set PYTHONPATH, and I confirm that I can get the API to work nicely.
After downloading the latest 4.2.7 build of glade for RHEL5, the interface refuses to load. Here is the error message I get:
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site -
AuthorPosts