Hello! First of all: Thanks for the SWFTOOLS, they are a great gift to the web and flash community!
Now my problem: I cannot import the SWF module into Python. This is what I did: 1. I installed the SWFTOOLS to C:\swftools. 2. I copied the SWF.dll from the python folder of the installation to C:\Python 22\DLLs. 3. I made sure, that the PYTHONPATH is set correctly and that Python has a look in the folder above at startup time. Now, when I try >> import SWF in the Python commandline, I get this message: "Traceback (most recent call last): File "<interactive input>", line 1, in ? ImportError: DLL load failed: Ein der für die Ausführung dieser Anwendung notwendige Bibliothekdateien kann nicht gefunden werden."(Translation in my words: A library which is necessary for execution cannot be found.) What is going wrong? Do I need a newer Python version? Do I need some other Python packages? HELP! Cheers Bernd Stein _______________________________________________ Swftools-common mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/swftools-common
