Some changes with itertools in Python 3
Opened this issue · 0 comments
TheXu commented
Line 29 in erpdatapivot.py should be
Build the Pivot Table
tname = "PivotTable%d"%next( tablecount )
for Python 3 users
Opened this issue · 0 comments
Line 29 in erpdatapivot.py should be
tname = "PivotTable%d"%next( tablecount )
for Python 3 users