First a question:
I saw a couple of posts referencing the PaiMei SVN server, but I couldn't figure out how to get to it. You can browse the source through trac, but what is the URL for checking it out with svn?
Then an unrelated piece of information:
My system had Python 2.5 installed and PyDbg fails to load because pydasm.pyd has a dependency on Python24.dll. I had to download libdasm and build it against Python 2.5. Here are the steps in case somebody needs them:
wget http://www.klake.org/~jt/misc/libdasm-1.4.tar.gz
tar xfvz libdasm-1.4.tar.gz
cd libdasm-1.4/pydasm
/c/Python25/python.exe setup.py build_ext -c mingw32
The new pydasm.pyd file will be in build/lib.win32-2.5/pydasm.pyd, copy it to the pydbg directory and it will work.







