Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Mldoney Problem

  1. #11
    shn's Avatar Ð3ƒμ|\|(7
    Join Date
    May 2003
    Posts
    3,568
    More than likely you need to add the location of pygtk2 to your path so that nicotine can find it.

    http://www.troubleshooters.com/linux/prepostpath.htm

  2. Software & Hardware   -   #12
    Poster
    Join Date
    Jan 2003
    Posts
    889
    Originally posted by shn@16 February 2004 - 20:25
    More than likely you need to add the location of pygtk2 to your path so that nicotine can find it.

    http://www.troubleshooters.com/linux/prepostpath.htm
    [loren@localhost loren]$ cat ./.bash_profile
    # .bash_profile

    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi

    # User specific environment and startup programs

    PATH=$PATH:$HOME/bin

    export PATH=/usr/java/j2re1.4.1_06/bin:$PATH
    export PATH=/usr/local/bin/$PATH
    export PATH=/usr/local/lib/python2.3/bin/$PATH
    export PATH=/usr/lib/wxPython-2.4.2.4/bin/$PATH
    export PATH=/usr/X11R6/bin/$PATH
    export PATH=/usr/local/bin/share/pygtk/2.0/codegen/$PATH
    export PATH
    unset USERNAME


    There is no binary, just .py's and .so's and .def's

    Apperently I have more than one installation of it too...

    /usr/share/pygtk/
    /usr/local/share/pygtk
    /usr/include/pygtk-2.0
    /usr/local/lib/python2.3/pygtk
    /usr/local/lib/python2.3/share/pygtk
    /usr/local/lib/python2.3/site-packages
    /usr/local/bin/share/pygtk

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •