It is to be noted that the latest pythonxy build contains pyparsing as a default library.

On Thursday, May 10, 2012 9:25:34 PM UTC+6, Robert Cimrman wrote:
On 05/03/2012 07:33 PM, Md. Golam Rashed wrote:
> 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.
>

Sorry, I missed your e-mail. What happens if you disable the check for pytables
in setup.py?

r.