Re: Where are the moderators?

2018-01-19 Thread Terry Reedy
On 1/18/2018 11:05 PM, Dennis Lee Bieber wrote: On Thu, 18 Jan 2018 18:42:35 -0700, Bob van der Poel declaimed the following: On Thu, Jan 18, 2018 at 4:28 PM, wrote: On Thursday, January 18, 2018 at 10:38:18 PM UTC, Mike Driscoll wrote: Hi, What happened to the moderators? I have always l

Re: Very strange issues with collections.Mapping

2018-01-19 Thread Terry Reedy
On 1/18/2018 4:37 PM, Jason Swails wrote: Hello! I am running into a very perplexing issue that is very rare, but creeps up and is crashing my app. The root cause of the issue comes down to the following check returning true: isinstance([], collections.Mapping) I confirmed that one *can* reg

Re: Where are the moderators?

2018-01-19 Thread Anssi Saari
Skip Montanaro writes: > Neither works for me. The news link clearly fails, but the gmane.org > link has no search functionality either. Do you have a direct URL to > comp.lang.python? Gmane seems to be in the middle of a massive rebuild at the moment. Comp.lang.python's webpage is http://dir.gm

pyinstaller not finding external fortran executable

2018-01-19 Thread Heli
Dear all, My code consists of a graphical user interface written in PySide. This GUI will then call a FORTRAN executable. I run the FORTRAN executable using the following lines in my script: curPath = os.path.dirname(os.path.realpath(__file__)) execPath = os.path.join(curPath, "myFORTRAN.out"

Re: Anaconda installation problem

2018-01-19 Thread Abdur-Rahmaan Janhangeer
i suggest using version of py 3.6 On 19 Jan 2018 08:54, "Jingshen Tai (jingshen)" wrote: > > Hi, > > When I was installing windows Anaconda 3 64 bit, there is a pop up window > saying that the 'python program is closing'. I ignored it and continued the > installation. > > When the Anaconda Prom

Re: Anaconda installation problem

2018-01-19 Thread Thomas Jollans
On 2018-01-19 05:47, Jingshen Tai (jingshen) wrote: > > Hi, > > When I was installing windows Anaconda 3 64 bit, there is a pop up window > saying that the 'python program is closing'. I ignored it and continued the > installation. > > When the Anaconda Prompt is launched, I have this error p

Re: Where are the moderators?

2018-01-19 Thread Percival John Hackworth
On 18-Jan-2018, Mike Driscoll wrote (in article<73f42561-d7bf-4cba-97c7-8e63b87a9...@googlegroups.com>): > Hi, > > What happened to the moderators? I have always liked this forum, but there's > so much spam now. Is there a way to become a moderator so this can be cleaned > up? > > Thanks, > Mike

Re: Where are the moderators?

2018-01-19 Thread Grant Edwards
On 2018-01-19, Anssi Saari wrote: > Skip Montanaro writes: > >> Neither works for me. The news link clearly fails, but the gmane.org >> link has no search functionality either. Do you have a direct URL to >> comp.lang.python? > > Gmane seems to be in the middle of a massive rebuild at the > momen

Re: How to use asyncore with SSL?

2018-01-19 Thread Grant Edwards
On 2018-01-19, Marko Rauhamaa wrote: > Grant Edwards : > >> I've been trying to use the secure smtpd module from >> https://github.com/bcoe/secure-smtpd, but the SSL support seems to be >> fundamentally broken. [...] >> I'm trying to fix that, but I can't find any information or >> documentation a

Re: Very strange issues with collections.Mapping

2018-01-19 Thread John Krukoff via Python-list
Have you ruled out the possibility that collections.Mapping has been (perhaps temporarily) assigned to something else? On Thu, Jan 18, 2018 at 2:37 PM, Jason Swails wrote: > Hello! > > I am running into a very perplexing issue that is very rare, but creeps up > and is crashing my app. > > The ro

error message by installation

2018-01-19 Thread ‪Ibrahim Nasr‬ ‪ via Python-list
kindly inform me what to do. -- https://mail.python.org/mailman/listinfo/python-list

Fourth example from PEP 342

2018-01-19 Thread Léo El Amri
Hello list, I am currently trying to learn co-routine/asynchronous mechanisms in Python. I read the PEP 342, but I stumble on the fourth example. I don't understand what the lines "data = yield nonblocking_read(sock)" in echo_handler() and "connected_socket = yield nonblocking_accept(sock)" in lis

Re: error message by installation

2018-01-19 Thread breamoreboy
On Friday, January 19, 2018 at 8:47:52 PM UTC, i.na...@yahoo.com wrote: > kindly inform me what to do. Please read this http://www.catb.org/esr/faqs/smart-questions.html and then try asking again. -- Kindest regards. Mark Lawrence. -- https://mail.python.org/mailman/listinfo/python-list

Re: error message by installation

2018-01-19 Thread Ben Finney
‪Ibrahim Nasr‬ ‪ via Python-list writes: > kindly inform me what to do. Welcome to this discussion forum, and congratulations on trying Python. Can you write a new message that describes exactly what you've tried, exactly what happened (please copy-and-paste any error messages), and what you ex