Skip to content

Python 3 support not present. #46

@vivekpatani

Description

@vivekpatani

File "export_events.py", line 116, in
updateEvents()
File "export_events.py", line 53, in updateEvents
ts = [int(x[x.find('')+1:x.find('.txt')]) for x in L]
File "export_events.py", line 53, in
ts = [int(x[x.find('
')+1:x.find('.txt')]) for x in L]
ValueError: invalid literal for int() with base 10: ''

For python export_events.py.

I'm running Python3, fixed the issues caused by Python3 compatibility, this seems to be something other than Python 2/3 problem.

I'll update my pull request in order to accomodate all the changes needed for python3, but I cannot seem to work where both Python2 and Python3 coexist.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions