chintanp/python_abaqus

Openpyxl wont work in Abaqus

dcv10 opened this issue · 1 comments

dcv10 commented

I have downloaded openpyxl using python 2.7.3. I then copied the entire openpyxl folder as well as jdcal.py over to C:\SIMULIA\CAE\2019SE\win_b64\tools\SMApy\python2.7\Lib\site-packages. However, I get the following error:

File "C:\SIMULIA\CAE\2019SE\win_b64\tools\SMApy\python2.7\lib\site-packages\openpyxl_init_.py", line 6, in
from openpyxl.workbook import Workbook
File "C:\SIMULIA\CAE\2019SE\win_b64\tools\SMApy\python2.7\lib\site-packages\openpyxl\workbook_init_.py", line 4, in
from .workbook import Workbook
File "C:\SIMULIA\CAE\2019SE\win_b64\tools\SMApy\python2.7\lib\site-packages\openpyxl\workbook\workbook.py", line 7, in
from openpyxl.worksheet.worksheet import Worksheet
ImportError: No module named worksheet

FYI, this repo is not suported by Abaqus. So I am not sure if this is the right place for your issue. @dcv10