Problem with PyRoot on cygwin with version 4.01/04

G’day,
I downloaded the latest version of root for cygwin from the website. Root itself seems to be o.k. PyRoot, however, doesn’t:

(first.py is in $ROOTSYS/tutorials)
cplager@pointyjr> python first.py
dlopen error: dlopen, Win32 error 126
Load Error: Failed to load Dynamic link library /usr/local/bin/root/lib/libASImage.dll

This works fine for me with Version 4.00/08 that I built myself:
cplager@pointyjr> python first.py
cplager@pointyjr>

Here’s the python version I’m using:
Python 2.3.4 (#1, Jun 13 2004, 11:21:03)
[GCC 3.3.1 (cygming special)] on cygwin

Charles

Works for me. I downloaded root_v4.01.04.win32gcc.tar.gz, I’ve updated cygwin today, I set ROOTSYS, PATH and PYTHONPATH (=$ROOTSYS/lib), and “python demo.py” ran without error messages (it opened a canvas and closed it immediately - dunno whether that’s what it’s supposed to do).
Axel.