when giving the final build command, the following error shows-
rashed@RASHED-PC /c/sfepy
$ python setup.py build_ext --inplace --compiler=mingw32
Traceback (most recent call last):
File "setup.py", line 104, in <module>
package_check('tables', INFO.PYTABLES_MIN_VERSION)
File "c:\sfepy\build_helpers.py", line 311, in package_check
raise RuntimeError(msgs['missing'] % pkg_name)
RuntimeError: Cannot import package "tables" - is it installed?
But pytable is installed.