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

validateVersion fails with gpsBabel version 1.4.2 #2

Open
GoogleCodeExporter opened this issue Mar 12, 2015 · 0 comments
Open

validateVersion fails with gpsBabel version 1.4.2 #2

GoogleCodeExporter opened this issue Mar 12, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. import gpsbabel with gpsBabel version 1.4.2 installed

What is the expected output? What do you see instead?
Module should load, instead the following error occurs:
>>> import gpsbabel

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "build/bdist.linux-i686/egg/gpsbabel.py", line 1360, in <module>
  File "build/bdist.linux-i686/egg/gpsbabel.py", line 1285, in validateVersion
AssertionError


What version of the product are you using? On what operating system?
Opensuse 11.4 32bit
Python 2.6.7
python-gpsbabel 1.0.0
gpsbabel 1.4.2


Please provide any additional information below.
Changing line 1285 to the following will fix the issue:
    if minor=='3':
        assert patch>='3'


Original issue reported on code.google.com by [email protected] on 18 Jan 2012 at 8:51

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

No branches or pull requests

1 participant