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

Thread: Awn not working.

  1. #11
    Join Date
    Oct 2008
    Location
    /home/brad
    Beans
    591
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Awn not working.

    For people who also have this problem, can you guys do this: "python" then these commands: "import sys" and "sys.path".
    Windows free as of 11/18/2008.
    Feel free to message me on Skype if you have questions on anything. I'm happy to help!
    Note: If things don't work, try this: Reboot. Check all wires. Check Again.

  2. #12
    Join Date
    Oct 2008
    Location
    /home/brad
    Beans
    591
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Awn not working.

    Sorry for all the posts. But this is all important.
    Turns out that the new avant needs 2.6 for all the library stuff, however 8.10 used 2.5 and all of the links didn't get updated. So, to fix, try this:
    Code:
    sudo rm /usr/bin/python
    sudo ln /usr/bin/python2.6 /usr/bin/python
    Although I make no guarantees about this.

    EDIT: Also make sure that /usr/share/python/debian_defaults points to 2.6 as the default version.
    Last edited by djbushido; April 30th, 2009 at 01:53 AM.
    Windows free as of 11/18/2008.
    Feel free to message me on Skype if you have questions on anything. I'm happy to help!
    Note: If things don't work, try this: Reboot. Check all wires. Check Again.

  3. #13
    Join Date
    Aug 2008
    Beans
    33
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Awn not working.

    did this get awn working again? http://ubuntuforums.org/showthread.php?t=1164637 here is the issue i had.

  4. #14
    Join Date
    Oct 2008
    Location
    /home/brad
    Beans
    591
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Awn not working.

    If you could add the awn repositories as stated above (pretty sure - if not, let me know), then install the *-trunk packages, that would be great.
    Also, run this command in a terminal - "which python". This will tell me the execution directory of python, and also "python --version" which will tell me the version of python you are using (should be 2.6). WARNING!!! Do not compile your own python - this will cause many problems. Don't do it.
    Windows free as of 11/18/2008.
    Feel free to message me on Skype if you have questions on anything. I'm happy to help!
    Note: If things don't work, try this: Reboot. Check all wires. Check Again.

Page 2 of 2 FirstFirst 12

Tags for this Thread

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
  •