Code Monkey home page Code Monkey logo

Comments (5)

robputt avatar robputt commented on August 22, 2024

Hi @stuartt44

This appears to be a PYTHONPATH issue to me. Try typing pwd whilst in the top level of your HonSSH git clone and then exporting the environment variable with your pwd, then try re-running HonSSH.

e.g.

Roberts-MacBook-Pro:honssh robe8437$ pwd
/Users/robe8437/Documents/Python/projects/honssh
Roberts-MacBook-Pro:honssh robe8437$ export PYTHONPATH=/Users/robe8437/Documents/Python/projects/honssh
Roberts-MacBook-Pro:honssh robe8437$

BTW that article is almost 2 years old now, you might be better off checking out the docs in the wiki in here instead... https://github.com/tnich/honssh/wiki/Deployment-Guide

Best Regards,

Rob

from honssh.

stuartt44 avatar stuartt44 commented on August 22, 2024

Thanks for answering, I've done that - pythonpath="/root/honssh" and still get the same error. Any other ideas?

I've looked at those pages and they're not really helpful for newbies like myself that have very limited Linux knowledge, I can essentially install stuff and navigate the files, but would have no idea how to install and actually start HonSSH.

from honssh.

robputt avatar robputt commented on August 22, 2024

Hi @stuartt44

Is your host listening publicly on the internet? I'd be more than happy to SSH in and take a poke at this for you as I am guessing time is of the essence due to it being a university project.

Best Regards,

Rob

from honssh.

0Nightsedge0 avatar 0Nightsedge0 commented on August 22, 2024

Hi @stuartt44

And I have the same problem about the PYTHONPATH.
export PYTHONPATH="$PYTHONPATH:/folder/to/honssh" and export PYTHONPATH=/path/to/honssh are not work for me, too. (idk why...)

Anyway, python scripts are easy to debug.

Try to fix bugs

In honssh.tac, add sys.path.append('/path/to/honssh') before loading honssh.config module.

And then, No module named GeoIP occurred in output_handler.py.
pip install GeoIP

key problem, cant find the signature? I forgot the error message.
pip install -U pyopenssl

Hope you can fix the problem and sorry for my poor English.

from honssh.

asimkhan73301 avatar asimkhan73301 commented on August 22, 2024

Modifying honssh.tac works for me.
Thanks!!!

from honssh.

Related Issues (20)

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.