Giter Club home page Giter Club logo

Comments (4)

logicplace avatar logicplace commented on September 16, 2024

You should install fauxchat to your python libraries directory. A quote from the readme:
"Link this file in /usr/lib/python*" where * is a glob of course. For my system I have these:

wa@lost:~$ echo /usr/lib/python*
/usr/lib/python2.6 /usr/lib/python2.7 /usr/lib/python3 /usr/lib/python3.2

My xchat just uses 2.7 so I think I only put it in that one, but you know.

from xchat-plugins.

ShapeShifter499 avatar ShapeShifter499 commented on September 16, 2024

That's what I did, xchat still complains

On Tuesday, September 11, 2012, Wa wrote:

You should install fauxchat to your python libraries directory. A quote
from the readme:
"Link this file in /usr/lib/python*" where * is a glob of course. For my
system I have these:

wa@lost:~$ echo /usr/lib/python*
/usr/lib/python2.6 /usr/lib/python2.7 /usr/lib/python3 /usr/lib/python3.2

My xchat just uses 2.7 so I think I only put it in that one, but you know.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-8457542.

from xchat-plugins.

logicplace avatar logicplace commented on September 16, 2024

Are you sure? O.o
Try running this in terminal:
if [ echo /usr/lib/python* | wc -w==find /usr/lib/python* -name 'fauxchat.py' | wc -l ]; then echo Okay; else echo Bad; fi

Also for assurity that those are the directories you do in fact need to use, open python in terminal and run:

import sys
sys.path # View full path
[x for x in sys.path if x.find("/usr/lib/python") == 0] # Filter path to show /usr/lib/python* results only

from xchat-plugins.

ShapeShifter499 avatar ShapeShifter499 commented on September 16, 2024

Fixed, had to manually copy over with a root nautilus session "sudo nautilus" something messed up while trying to either "cp" or "ln -s" the file to the python directories. Thank you for the help and the script.

from xchat-plugins.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.