Reply To: Installing Glade on Linux

Home Forums Installation Installing Glade on Linux Reply To: Installing Glade on Linux

#1033
JamesKeefer
Participant

I downloaded the Ubuntu 32bit version, and made this file:

export GLADE_HOME=/…../glade4_linux32_ub10
export PATH=$GLADE_HOME/bin:$PATH
export LD_LIBRARY_PATH=$GLADE_HOME/lib:$LD_LIBRARY_PATH
export PYTHONHOME=/usr/bin/python3
export PYTHONPATH=$GLADE_HOME/bin:$PYTHONHOME
alias python='python3'

when I source this setup file, then try running glade, I get:

ImportError: No module named site

My system has both python 3.2.1rc1 and 2.6.7 installed.

Suggestions?
Thanks,
Jim