Connecting Tech Pros Worldwide Help | Site Map

about the .pyd file

Newbie
 
Join Date: Aug 2009
Posts: 4
#1: Aug 27 '09
hello everyone,

I am new to python so I need help about the .pyd file
I have a name.pyd file which basically is a merge of many .h5 data files.
I have to use this .pyd files(merge of simulations files) and compare it with one experiment data file which is also a .h5
So, my question are
what exactly is .pyd files?is it an executable file?
how i can use it for my purpose?

can someone help?
thanx in advance
bvdet's Avatar
Moderator
 
Join Date: Oct 2006
Location: Nashville, TN
Posts: 1,561
#2: Aug 27 '09

re: about the .pyd file


The extension .pyd is used for Python extension modules. To use the code defined in an extension module, use the import statement just like you would any other Python module.
Reply

Tags
need urgent help!