[issue22018] ខ្មែរសប់លក់ទំនិញ

2021-06-19 Thread HAK CG Gang
Change by HAK CG Gang : -- assignee: -> docs@python components: +2to3 (2.x to 3.x conversion tool), Argument Clinic, Build, C API, Cross-Build, Demos and Tools, Distutils, Documentation, Extension Modules, FreeBSD, IDLE, IO, Installation, Interpreter Core, Library (Lib), Par

[issue22018] ខ្មែរសប់លក់ទំនិញ

2021-06-19 Thread HAK CG Gang
Change by HAK CG Gang : Added file: https://bugs.python.org/file50120/ខ្មែរសប់លក់ទំនិញគ្រប់ប្រភេទ ___ Python tracker <https://bugs.python.org/issue22018> ___ ___ Pytho

[issue22018] signal.set_wakeup_fd() should accept sockets on Windows

2021-06-19 Thread HAK CG Gang
Change by HAK CG Gang : -- nosy: +habrecord22 ___ Python tracker <https://bugs.python.org/issue22018> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44450] ខ្មែរសប់លក់ទំនិញ

2021-06-19 Thread HAK CG RAP
Change by HAK CG RAP : -- components: +2to3 (2.x to 3.x conversion tool), Argument Clinic, Build, C API, Cross-Build, Demos and Tools, Distutils, Documentation, Extension Modules, FreeBSD, IDLE, IO, Installation, Library (Lib), Parser, Regular Expressions, SSL, Subinterpreters, Tests

Re: python script under windows

2005-09-20 Thread cg
I ran into a similar issue a couple of months back, the solution on Windows is to run it as a service. It is very simple, you need Mark Hammond's Win32 extensions. For path you have to use absolute filepath for all local files and for network drive use the UNC path i.e.

Re: Parsing a log file

2005-08-14 Thread CG
Thanks Andreas, In your first paragraph, you ask about incorrect input. I guess it is possible, but without that information, my collection of the data is useless, so I really don't know what I would do with that. As for the other stuff, I can hack the data in other ways, such as with VBA and

Re: Parsing a log file

2005-08-14 Thread CG
John, Your comments are very helpful. I will take the datetime stamp as the way to go. I don't have a need to throw away the time info, it is You said: What do you do if servers are in different timezones? This is all inhouse in a non-daylight savings country and would not be an issue You

Parsing a log file

2005-08-13 Thread CG
I am looking for a way to parse a simple log file to get the information in a format that I can use. I would like to use python, but I am just beginning to learn how to use it. I am not a programmer, but have done some simple modifications and revisions of scripts. I am willing to attempt this