chrisjsewell / PyGauss

An interactive tool for supporting the lifecycle of a computational molecular chemistry investigation
http://pygauss.readthedocs.org/
GNU General Public License v3.0
26 stars 8 forks source link

intermitant issues with python-docx #31

Open chrisjsewell opened 9 years ago

chrisjsewell commented 9 years ago

a weird thing sometimes happens if docx installed on win64, whereby 'import enum' installs docx/enum instead of enum (required for numba)!

also there was some build issues with testing, but probably due to an old version being used from docx.enum.table import WD_TABLE_ALIGNMENT ImportError: No module named table