Re: can't load a dll in python 2.5

2007-02-16 Thread Gabriel Genellina
En Fri, 16 Feb 2007 18:11:53 -0300, Steven Bethard <[EMAIL PROTECTED]> escribió: > [EMAIL PROTECTED] wrote: >> I am on WindowsXP. I have a dll that I can load in python 2.3 but >> when trying to load it into python 2.5 it complains that there is >> nothing by that name. Is there some aspect o

Re: can't load a dll in python 2.5

2007-02-16 Thread Steven Bethard
[EMAIL PROTECTED] wrote: > I am on WindowsXP. I have a dll that I can load in python 2.3 but > when trying to load it into python 2.5 it complains that there is > nothing by that name. Is there some aspect of the dll loading > mechanism between python 2.3 and 2.5 that has changed preventing me >