Hi Stefan
On Tue, 2014-10-28 at 10:53 -0400, Stefan Seefeld wrote:
> For avoidance of doubt, I don't think I'm able to help you with that. I
> have used distutils in the past, but found it pretty limited in its
> support of extension modules.
> I ended up adding a few custom commands to build pure
On 28/10/14 06:46 AM, Wintersberger, Eugen wrote:
> Hi Stefan
>
> On Fri, 2014-10-24 at 07:12 -0400, Stefan Seefeld wrote:
>>
Alternatively you could try to reduce the
dependency to only exist at the Python interface level, such that using
'b' requires 'a' being loaded (for exam
Hi Stefan
On Fri, 2014-10-24 at 07:12 -0400, Stefan Seefeld wrote:
>
> >
> >> Alternatively you could try to reduce the
> >> dependency to only exist at the Python interface level, such that using
> >> 'b' requires 'a' being loaded (for example to enable type converters
> >> defined in 'a' bu