python - Openpyxl missing 'jdcal' -


i tried install openpyxl module, during installation showed errors jdcall. when try import it, error:

 traceback (most recent call last):   file "c:\andrzej\workspace\sandbox\sandbox.py", line 7, in <module>     import openpyxl     file "c:\python34\lib\site-packages\openpyxl-2.0.5-py3.4.egg\openpyxl\__init__.py", line 29, in <module>     openpyxl.workbook import workbook    file "c:\python34\lib\site-packages\openpyxl-2.0.5-py3.4.egg\openpyxl\workbook\__init__.py", line 25, in <module>     .workbook import *    file "c:\python34\lib\site-packages\openpyxl-2.0.5-py3.4.egg\openpyxl\workbook\workbook.py", line 35, in <module>     openpyxl.worksheet import worksheet    file "c:\python34\lib\site-packages\openpyxl-2.0.5-py3.4.egg\openpyxl\worksheet\__init__.py", line 25, in <module>     .worksheet import *    file "c:\python34\lib\site-packages\openpyxl-2.0.5-py3.4.egg\openpyxl\worksheet\worksheet.py", line 35, in <module>     import openpyxl.cell    file "c:\python34\lib\site-packages\openpyxl-2.0.5-py3.4.egg\openpyxl\cell\__init__.py", line 25, in <module>     .cell import *    file "c:\python34\lib\site-packages\openpyxl-2.0.5-py3.4.egg\openpyxl\cell\cell.py", line 47, in <module>     openpyxl.date_time import (    file "c:\python34\lib\site-packages\openpyxl-2.0.5-py3.4.egg\openpyxl\date_time.py", line 34, in <module>     jdcal import (  importerror: no module named 'jdcal' 

i same problem python 3.4 , 3.3, how can solve it?

you should install jdcal separately. after this, install openpyxl. faced same issue - after doing this, got resolved


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -