Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can it be used with Python3? #20

Open
zwbzzp opened this issue Nov 19, 2015 · 4 comments
Open

Can it be used with Python3? #20

zwbzzp opened this issue Nov 19, 2015 · 4 comments

Comments

@zwbzzp
Copy link

zwbzzp commented Nov 19, 2015

I want to use it with Python3.If it can be supported by Python3, that's great!

@sorgloomer
Copy link

Hey @zwbzzp ! I just implemented a similar project based on wssh to support my needs. It's written in python3, check it out: https://github.com/sorgloomer/websocket_terminal

@tartavull
Copy link

Traceback (most recent call last):
  File "/Users/itq/miniconda3/bin/wsshd", line 4, in <module>
    __import__('pkg_resources').run_script('wssh==0.1.0', 'wsshd')
  File "/Users/itq/miniconda3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 666, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/Users/itq/miniconda3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1445, in run_script
    code = compile(source, script_filename, 'exec')
  File "/Users/itq/miniconda3/lib/python3.7/site-packages/wssh-0.1.0-py3.7.egg/EGG-INFO/scripts/wsshd", line 97
    print '{0} running on {1}:{2}'.format(agent, args.host, args.port)

it doesn't look like

@glensc
Copy link

glensc commented Aug 15, 2021

#17

@glensc
Copy link

glensc commented Aug 15, 2021

@sorgloomer your version also doesn't run with the latest python3:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants