dll load failed after I install panda3d 1.7

hi there

I was using pawesomium library with panda3d 1.6.2 before.

And I installed panda3d 1.7
Even after I copied necessary files( 2 DLLs and one pyd) to panda3d/bin I got ImportError.

from pawesomium import *
ImportError: DLL load failed: The specified module could not be found.

When I used 1.6.2 it worked.
What should I do?

Thanks

I think usually these files would be installed in the Panda3D\python\Lib\site-packages directory.
You could also try placing them in the same location as your python script.