Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3 support not present. #46

Open
vivekpatani opened this issue Sep 12, 2016 · 2 comments
Open

Python 3 support not present. #46

vivekpatani opened this issue Sep 12, 2016 · 2 comments

Comments

@vivekpatani
Copy link

vivekpatani commented Sep 12, 2016

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.

@erm3nda
Copy link

erm3nda commented May 29, 2017

Getting same issue with Python2. Same here, Python3 as main (python) and Python2 as alt. None runs of couse.

@hackerkid
Copy link

hackerkid commented Oct 30, 2022

This issue has nothing to do with Python version.

The issue happens because there is a log file without the date set in filename inside logs directory. In my case it was keyfreq_.txt.

Deleting the file fixed the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants