On Tue, Mar 23, 2021 at 11:21 PM Paul Edwards <mutazi...@gmail.com> wrote:
>
> On Tuesday, March 23, 2021 at 10:19:46 PM UTC+11, Paul Edwards wrote:
> > My latest problem is this:
> >
> > Objects/exceptions.c: ADD_ERRNO(ConnectionRefusedError, ECONNREFUSED);
>
> Sorry, I forgot to include the actual error:
>
> ../Objects/exceptions.c:2538: `ECONNREFUSED' undeclared (first use in this 
> function)
>

Ah, this sounds like an issue with your lower-level networking
support. Does PDOS have BSD sockets? Does it have WinSock? Something
else? Nothing at all?

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to