Python Forum
How to load log.txt directly into python codes?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to load log.txt directly into python codes?
#6
the OS part is simple.

It has nothing to do with the remainder of the code, other than it's sole purpose, which is to guarantee that the starting directory is the same as where the python script is located.

This is where I wanted the json file to be located, you don't need it if you are saving the file elsewhere,
but is doesn't hurt, and gives you a starting anchor for all file operations.

I include this in all of my code, it has saved me hours of trying to figure out why files aren't where I wanted them to be.
Reply


Messages In This Thread
RE: How to load log.txt directly into python codes? - by Larz60+ - Aug-20-2020, 09:18 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Failed attempts to load Microsoft Appstore Python DLLs piyushd 0 484 Oct-31-2023, 10:43 AM
Last Post: piyushd
  Import XML file directly into Excel spreadsheet demdej 0 900 Jan-24-2023, 02:48 PM
Last Post: demdej
  How to set LD_LIBRARY_PATH on python codes? aupres 1 8,608 Mar-25-2021, 08:49 AM
Last Post: buran
  Load table from Oracle to MYSQL using python himupant94 0 1,703 May-12-2020, 04:50 PM
Last Post: himupant94
  Get input directly as a number? Pedroski55 4 2,270 May-05-2020, 04:29 PM
Last Post: deanhystad
  Python - help with getting JSON from one DB and load to another DB qIekm 4 3,376 Apr-16-2020, 07:07 AM
Last Post: qIekm
  TypeError indexing a range of elements directly on the list JFerreira 2 2,261 Mar-30-2020, 04:22 PM
Last Post: bowlofred
  problem with mapnik in anaconda python 2: from _mapnik import * ImportError: DLL load parsley 0 1,946 Dec-11-2019, 07:50 AM
Last Post: parsley
  python and load balancer pythonFresher 1 2,321 Jul-18-2019, 07:23 AM
Last Post: pythonFresher
  Fatal Python error: Py_Initialize: unable to load the file system codec ecg1g15 0 3,612 Feb-12-2019, 12:16 PM
Last Post: ecg1g15

Forum Jump:

User Panel Messages

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