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

Enhancement Suggestion to SetUp.py #32

Closed
JakeWnuk opened this issue Mar 20, 2020 · 4 comments
Closed

Enhancement Suggestion to SetUp.py #32

JakeWnuk opened this issue Mar 20, 2020 · 4 comments

Comments

@JakeWnuk
Copy link

JakeWnuk commented Mar 20, 2020

OS: [Kali]

Suggestion: When using setup.py from a terminal you have to encapsulate every argument in string quotes for it to run without breaking. If you cast it as a string before using the argument you can avoid that and make it easier for end users who might not be Python natives.

Example:

print("1. Use: " + strCurrentIP)
print("2. Use a different IP address for server")
print("3. Use a DNS Hostname")

strChoice = ""
strChoice = str(input("\n" + "Type selection: "))

if strChoice == "1":
pass
...

@xp4xbox
Copy link
Owner

xp4xbox commented Mar 20, 2020

You cant run setup.py from terminal anyways it only builds on windows.

@JakeWnuk
Copy link
Author

Tested on windows and no issue as seen above. closing issue.

@PawanKumarPandit
Copy link

I'm facing issue while sending and receiving files to client machine it stuck and won't execute any comment. After click ctrl + c. I lost my connection and again I can't able to establish a connection. Plz help anyone if know.

@xp4xbox
Copy link
Owner

xp4xbox commented May 27, 2020

Please create a new issue, this isn't the right spot for it.

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

3 participants