2009/4/14 Роман Донченко <DXDragon_at_yandex.ru>
> Hello,
>
> I downloaded the Python 2.6 bindings for 1.6.1 yesterday, [1] to be
> precise. Upon testing the bindings they were summarily determined not to
> work. 8=] After some research I found that the binary modules in the
> distribution have the .dll extension, while Python only looks for .pyd
> since version 2.5. When I renamed *.dll to *.pyd, the modules worked as
> expected.
>
> Now, I see this issue have already been brought up on this list a few
> times ([2] [3]) but it doesn't look like the situation changed. It's kind
> of inconvenient and unobvious, so I supposed I'd nag you one more time
> with it. 8=]
>
That is what the bindings installer is for...why not use it? Or a patch to
the build or packaging scripts to handle it would be happily reviewed for
application as well...
DJ
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1719947
Received on 2009-04-15 04:42:55 CEST