On Tue, Aug 16, 2022 at 2:08 PM Chris Angelico wrote:
> On Wed, 17 Aug 2022 at 07:05, Dan Stromberg wrote:
> >
> > Hi folks.
> >
> > I'm attempting to package up a python package that uses Cython.
> >
> > Rather than build binaries for everything under the sun, I've been
> focusing
> > on includ
On Wed, 17 Aug 2022 at 07:05, Dan Stromberg wrote:
>
> Hi folks.
>
> I'm attempting to package up a python package that uses Cython.
>
> Rather than build binaries for everything under the sun, I've been focusing
> on including the .pyx file and running cython on it at install time. This
> requir
Hi folks.
I'm attempting to package up a python package that uses Cython.
Rather than build binaries for everything under the sun, I've been focusing
on including the .pyx file and running cython on it at install time. This
requires a C compiler, but I'm OK with that.
However, when I try to ins
Op 16/08/2022 om 00:20 schreef dn:
On 16/08/2022 00.56, Antoon Pardon wrote:
Op 5/08/2022 om 07:50 schreef Loris Bennett:
Antoon Pardon writes:
Op 4/08/2022 om 13:51 schreef Loris Bennett:
Hi,
I am constructing a list of dictionaries via the following list
comprehension:
data = [g
On Mon, 15 Aug 2022 18:00:48 -0600, David at Booomer
declaimed the following:
>However I now get an error
>
>init() takes from 2 to 12 positional arguments but 14 were given
>
>I found a couple instances of init in two .py files that were part of the
>whole.
>
>One .py file
>def __init__(self):