Changes between Initial Version and Version 1 of Ticket #13535


Ignore:
Timestamp:
Feb 19, 2019, 2:00:42 PM (5 years ago)
Author:
Jun Omae
Comment:

The root cause is that the TYPE_STRING has been removed in openpyxl / commit / b733e47647b3.

Work around is to downgrade openpyxl 2.5.x:

$ easy_install -U 'openpyxl==2.5.14'

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13535

    • Property Status changed from new to accepted
  • Ticket #13535 – Description

    initial v1  
    22Python throws an exception then and trac reports:
    33
     4{{{
    45Trac detected an internal error:
    56AttributeError: type object 'Cell' has no attribute 'TYPE_STRING'
     
    2324Name Value
    2425Cell     <class 'openpyxl.cell.cell.Cell'>
     26}}}
    2527
    2628I am absolutely new to Python
    27 however I may confirm that cell.py in my installation has an attribute TYPE_STRING = 's'.
     29however I may confirm that cell.py in my installation has an attribute `TYPE_STRING = 's'`.
    2830
    2931The trac installation is from Bitnami.
    3032openpyxl has been installed by easy_install
    3133
     34{{{
    3235System Information
    3336User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64)
     
    4649jQuery UI 1.11.4
    4750jQuery Timepicker 1.5.5
     51}}}