Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Alternative for input() suitable for servers
Post: RE: Alternative for input() suitable for servers

I'm not sure what is not understandable with "server". For me a server is a server. I don't know how to explain that better, but i'll give it a try: So the server i have, hosted on my own pc for now, ...
winnetrie General Coding Help 4 3,671 Jan-05-2019, 01:27 PM
    Thread: Alternative for input() suitable for servers
Post: Alternative for input() suitable for servers

If i use the input() function on my server, the server freezes because it waits for an input. How can read what i write in the console? I need this to use commands for example but also to send messag...
winnetrie General Coding Help 4 3,671 Jan-05-2019, 03:01 AM
    Thread: How to remove whitespace from a string when .replace and .strip do not work
Post: RE: How to remove whitespace from a string when .r...

Jep i already tried: accountName = accountName.replace('\x00','')Thank you very much
winnetrie General Coding Help 7 4,370 Jan-04-2019, 10:42 PM
    Thread: How to remove whitespace from a string when .replace and .strip do not work
Post: RE: How to remove whitespace from a string when .r...

it returned this in the console: 'oliver\x00'
winnetrie General Coding Help 7 4,370 Jan-04-2019, 10:26 PM
    Thread: How to remove whitespace from a string when .replace and .strip do not work
Post: RE: How to remove whitespace from a string when .r...

I tried and none of that is working. The string keeps having that additional space at the end. I tried many many different things. None of them works
winnetrie General Coding Help 7 4,370 Jan-04-2019, 10:16 PM
    Thread: How to remove whitespace from a string when .replace and .strip do not work
Post: How to remove whitespace from a string when .repla...

I have a python server and when i ask the client the login name to check it is valid with the 1 in the database, for some reason there is always a whitespace at the end of the string. I already tried ...
winnetrie General Coding Help 7 4,370 Jan-04-2019, 10:02 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020