On 19 October 2011 06:01, Robert Bradshaw wrote:
> On Fri, Oct 14, 2011 at 1:07 PM, mark florisson
> wrote:
>> On 14 October 2011 19:31, Robert Bradshaw
>> wrote:
>>> On Wed, Oct 12, 2011 at 7:55 AM, mark florisson
>>> wrote:
>> I ultimately feel things like that is more important than 100
Adrian
I'm a little unclear on the big picture here. Are you trying to
distribute a module (a .pyd / .dll) that you or someone else can
import from a .py script, or are you looking to compile a .exe that
runs your cython code on execution?
Just interpreting the error you're describing (Impo
On 19 October 2011 19:19, mark florisson wrote:
> On 19 October 2011 06:01, Robert Bradshaw
> wrote:
>> On Fri, Oct 14, 2011 at 1:07 PM, mark florisson
>> wrote:
>>> On 14 October 2011 19:31, Robert Bradshaw
>>> wrote:
On Wed, Oct 12, 2011 at 7:55 AM, mark florisson
wrote:
>>>
On 19 October 2011 06:01, Robert Bradshaw wrote:
> On Fri, Oct 14, 2011 at 1:07 PM, mark florisson
> wrote:
>> On 14 October 2011 19:31, Robert Bradshaw
>> wrote:
>>> On Wed, Oct 12, 2011 at 7:55 AM, mark florisson
>>> wrote:
>> I ultimately feel things like that is more important than 100
Hi cython list,
I am having problems to distribute a python module for windows (written
with cython). It compile ok with mingw (installed with but when I import
the module in python I get this error
ImportError: DLL load failed: The specified module could not be found.
I guess that some wher