On Oct 17, 1:05 am, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote:
> > Would really appreciate any assistance.
>
> You should change your project to create a .pyd file instead of a .dll
> file.
>
> Regards,
> Martin
Ha-ha!
Just rename the DLL to .pyd
H
--
http://mail.python.org/mailman/listinfo/py
> Would really appreciate any assistance.
You should change your project to create a .pyd file instead of a .dll
file.
Regards,
Martin
--
http://mail.python.org/mailman/listinfo/python-list
On Oct 16, 10:58 am, Henrik <[EMAIL PROTECTED]> wrote:
> Hi,
>
> We are upgrading from Python 2.3 to verion 2.5 and when we recompile
> we get ImportError.
>
> To test we took the spam example from the web documentation and
> compiled it with Py23 and it imports without a problem. Changing the
> li