AttributeError: type object 'rowingdata' has no attribute 'roweredit'

Issue #513 wontfix
Former user created an issue

When trying to run roweredit I get the following:

Traceback (most recent call last): File "./roweredit", line 10, in <module> sys.exit(main()) File "/home/bens/.local/lib/python3.7/site-packages/rowingdata/roweredit.py", line 13, in main print((rowingdata.roweredit(rowerFile))) AttributeError: type object 'rowingdata' has no attribute 'roweredit'

Any ideas?

Comments (2)

  1. Sander Roosendaal repo owner

    OK, it works when called directly from the REPL.

    I agree it doesn’t work from the command line. I guess it has to do with how pip creates the scripts.

    This library is open source and the source can be found here: https://github.com/sanderroosendaal/rowingdata

    It will take some time before I have time to look deeper into this (think after Christmas), but feel free to clone the repo, fix the bug and issue a pull request.

  2. Log in to comment