Problem running python program?

Timothy Reaves treaves at silverfields.com
Mon Jun 18 13:18:04 EDT 2001


	When I run a couple different programs, the following is what happens. 
Do I have python setup incorrectly?  Thanks.

[treaves at double treaves]$ export PYTHONHOME=/usr/lib/python2.1/
[treaves at double treaves]$ gnucash
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import exceptions' failed; use -v for traceback
Warning!  Falling back to string-based exceptions
'import site' failed; use -v for traceback
Fatal Python error: couldn't import os
Aborted (core dumped)
[treaves at double treaves]$ glimmer
Loading font from preferences.
Loading font from preferences.
Loading font from preferences.
Loading font from preferences.
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import exceptions' failed; use -v for traceback
Warning!  Falling back to string-based exceptions
'import site' failed; use -v for traceback
Fatal Python error: could not import _gtk
Aborted (core dumped)





More information about the Python-list mailing list