Python Modules Help

Hi, i need to install a python 2.7 module in Blender 2.75. The module is: noise-1.2.2;
I have installed the module for python 2.7 and in the site-packages folder i found a file that is: “noise-1.2.2-py2.7-win32.egg” but i don’t know how to use it.
Can somebody help me with this problem?:confused:

An .egg is just a zip file, you can open it e.g. in 7zip. There should be a folder “noise” inside with the actual module files. You could place that in Blender’s site-packages folder. But I wouldn’t expect it to work, because it’s for Python 2.7 and will probably be incompatible.

Thank you very much but doesn’t work!

Well, it works for me.

Downloaded 64bit Python 3.4 egg and copied the noise folder to Blender\2.xx\python\lib\site-packages\ and I’m able to import noise and call its functions.

The 32bit version did not work, it raised a DLL load error. So be sure you download the correct one (my OS is 64bit, Blender 64bit and its Python also 64bit, so 64bit noise appears to be required to).

Ok now work . thank you