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

Async keyword used for function parameters #31

Open
jayrod opened this issue May 13, 2020 · 3 comments
Open

Async keyword used for function parameters #31

jayrod opened this issue May 13, 2020 · 3 comments

Comments

@jayrod
Copy link

jayrod commented May 13, 2020

(pupy) root@kali:/opt/pupy/pupy# python3 pupysh.py
Traceback (most recent call last):
File "pupysh.py", line 104, in
import pupylib.PupySignalHandler
File "/opt/pupy/pupy/pupylib/init.py", line 27, in
from .PupyCredentials import Credentials
File "/opt/pupy/pupy/pupylib/PupyCredentials.py", line 24, in
from network.lib.transports.cryptoutils import ECPV
File "/opt/pupy/pupy/network/lib/init.py", line 45, in
from .servers import PupyTCPServer, PupyUDPServer
File "/opt/pupy/pupy/network/lib/servers.py", line 26, in
from network.lib.connection import PupyConnection, PupyConnectionThread
File "/opt/pupy/pupy/network/lib/connection.py", line 441
def _send_request(self, handler, args, async=None):

@jayrod
Copy link
Author

jayrod commented May 13, 2020

What way is the best to correct these issues?

@alxchk
Copy link
Owner

alxchk commented May 13, 2020

Is this python3.9?
Python3.6 was fine.. Anyway. You may rename it to nowait. At least rest "async" was renamed to "nowait".

@jayrod
Copy link
Author

jayrod commented May 13, 2020

I'm running latest Kali, which I believe was 3.7

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

2 participants