Changes between Initial Version and Version 1 of Ticket #66624
- Timestamp:
- Jan 4, 2023, 6:50:28 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66624
- Property Cc essandess cjones051073 reneeotten added
-
Property
Priority
changed from
High
toNormal
-
Property
Summary
changed from
py39-tables broken
topy39-tables: import fails
- Property Port py-tables added; py39-tables removed
-
Ticket #66624 – Description
initial v1 7 7 import tables 8 8 results in error (see cut+paste below). 9 9 {{{ 10 10 Python 3.9.16 (main, Dec 11 2022, 19:51:58) 11 11 [Clang 14.0.0 (clang-1400.0.29.202)] on darwin … … 18 18 File "tables/utilsextension.pyx", line 169, in init tables.utilsextension 19 19 ImportError: cannot import name typeDict 20 }}}