I currently have a symlinked python module directory that I want in the same directory as my file, however, when my python script tries to import pyamf , python raises ImportError: No module named pyamf .
When copying a directory, it works fine, so it has something to do with a symbolic link (which was created using the " mklink Windows" mklink , not msys ln )
Python - Version 2.7.2 x64
source share