[Tutor] installing openpyxl
marcus lütolf
marcus.luetolf at bluewin.ch
Sat Jul 23 15:06:14 EDT 2016
Dear Experts,
following instructions in a youtube video I thought I finally succeded to
install openpyxl.
However I got the traceback below:
>>> import openpyxl
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import openpyxl
File
"C:\Users\marcus\AppData\Local\Programs\Python\Python35\lib\site-packages\op
enpyxl\__init__.py", line 29, in <module>
from openpyxl.workbook import Workbook
File
"C:\Users\marcus\AppData\Local\Programs\Python\Python35\lib\site-packages\op
enpyxl\workbook\__init__.py", line 5, in <module>
from .workbook import Workbook
File
"C:\Users\marcus\AppData\Local\Programs\Python\Python35\lib\site-packages\op
enpyxl\workbook\workbook.py", line 8, in <module>
from openpyxl.worksheet import Worksheet
File
"C:\Users\marcus\AppData\Local\Programs\Python\Python35\lib\site-packages\op
enpyxl\worksheet\__init__.py", line 4, in <module>
from .worksheet import Worksheet
File
"C:\Users\marcus\AppData\Local\Programs\Python\Python35\lib\site-packages\op
enpyxl\worksheet\worksheet.py", line 34, in <module>
from openpyxl.cell import Cell
File
"C:\Users\marcus\AppData\Local\Programs\Python\Python35\lib\site-packages\op
enpyxl\cell\__init__.py", line 4, in <module>
from .cell import Cell, WriteOnlyCell
File
"C:\Users\marcus\AppData\Local\Programs\Python\Python35\lib\site-packages\op
enpyxl\cell\cell.py", line 30, in <module>
from openpyxl.utils.datetime import (
File
"C:\Users\marcus\AppData\Local\Programs\Python\Python35\lib\site-packages\op
enpyxl\utils\datetime.py", line 13, in <module>
from jdcal import (
ImportError: No module named 'jdcal'
How do I get ‚jdcal‘ ?
Tanks everybody for help, Marcus.
..
dear Experts,
could someone please tell me what exactly I have to type in my a) Python 35
– command line or
b) desktopcomputer ( W10, 64bit)-command line in ordert to install openpyxl
which I downloaded in
C:\Users\marcus\Downloads on my computer.
I have used all kinds of commands with ‚pip install‘ at the end, all
unsuccessful.
Thanks for help.
Marcus.
---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus
More information about the Tutor
mailing list