Re: [Tutor] Venom / Python23.dll missing

2005-09-13 Thread Luis N
On 9/11/05, Damien Gouteux <[EMAIL PROTECTED]> wrote: > Hi all. > I try to run Venom, a Python binding for the Irrlicht engine. But I need > python23.dll. Download a game from pygame.org Luis. ___ Tutor maillist - Tutor@python.org http://mail.python

[Tutor] Venom / Python23.dll missing

2005-09-11 Thread Damien Gouteux
Hi all. I try to run Venom, a Python binding for the Irrlicht engine. But I need python23.dll. This dll is generated by py2exe, but I have only Python 2.4 installed on my PC, so I can have only python24.dll. If somebody could give a link to grap it, I will be pleased. Thank you. Damien G. __