Re: Bigotry and hate speech on the python mailing list

2017-04-18 Thread James McMahon
Can the moderators please get involved here and remind people to address python related topics and questions on the python mailing list? While I can only speak to my interest when joining this list, isn't python why most people joined this list? Others have different and polarizing views on many

Check multiple file parms in single os.access?

2017-04-13 Thread James McMahon
Hello. Am a Python newbie. I have researched and found examples how we can check existence, readability, and write-ability on a given fully-qualified filename for the current python script user. Evidently os.access is the way to go, wrapped in some additional try and catch logic that helps

Logging from different python scripts to different output files

2017-03-27 Thread James McMahon
I'm struggling with Python logging. Have tried to apply several examples I have found in the open source literature, but can't get it to work. What I need to do is this: I have two python scripts, a.py and b.py. Each is called by NiFi ExecuteScript processor repeatedly against many incoming