Search Criteria
Package Details: pytrainer 2.0.2-1
Git Clone URL: | https://aur.archlinux.org/pytrainer.git (read-only, click to copy) |
---|---|
Package Base: | pytrainer |
Description: | tool to log your sport activities. |
Upstream URL: | https://github.com/pytrainer/pytrainer/wiki |
Licenses: | |
Submitter: | None |
Maintainer: | privong |
Last Packager: | privong |
Votes: | 20 |
Popularity: | 0.000000 |
First Submitted: | 2006-10-18 16:58 |
Last Updated: | 2020-09-09 20:19 |
Dependencies (9)
- python-lxml
- python-matplotlib (python-matplotlib-git)
- python-setuptools
- python-sqlalchemy-migrate
- garmintools (optional) – "Garmin via garmintools" plugin
- gdal (gdal-curl, gdal-filegdb, gdal-hdf4, gdal-ecw) (optional) – "Elevation correction" plugin
- gpsbabel (optional) – "Garmin via GPSBabel 1.3.5" plugin
- perl (perl-git) (optional) – garmin-fit plugin
- zenity (qarma-git, zenity-gtk2, zenity-git, zenity-light) (optional) – garmintools and gpsbabel plugins
Latest Comments
1 2 3 4 5 Next › Last »
privong commented on 2020-09-09 20:17
I've updated the package to 2.0.2. However, the package source still reports 2.0.1. There is an open issue about this upstream (https://github.com/pytrainer/pytrainer/issues/201).
hak commented on 2019-10-04 11:42
There is no need force python2 any longer like this package does, pytrainer works with python3 now.
zoe commented on 2019-09-21 20:16
Too much bugged ; I disown this package
Instead, you can have a look to gpxlab, which at least has same features. Built on qt5, not on python, and so, does not confuse version of python (2.7 or 3)
qmapshack [community] is also a good alternative, muche more features
hak commented on 2018-04-04 12:18
@zoe: The map bug was fixed in version 1.12.0 (latest version is 1.12.1): https://github.com/pytrainer/pytrainer/commit/fb0e135657faf269033d9fa03e61278d68437ccf
zoe commented on 2018-01-10 12:46
Please, do NOT flag this package out-of-date, because version 1.11.0 is bugged : maps (Google and OpenStreetMap) are not available in 1.11.0 ; so I downgraded it to 1.10.0
zoe commented on 2015-03-09 09:23
I adopted this package ; added python2-sqlparse dependancy
xduugu commented on 2014-01-07 21:21
That's again an issue with python2-migrate and a new sqlalchemy release. Could you file a bug report? You can use https://bugs.archlinux.org/task/34776 as template.
lifo2 commented on 2014-01-06 22:38
I had the following error:
Traceback (most recent call last):
File "pytrainer", line 96, in <module>
from pytrainer.main import pyTrainer
File "/usr/lib/python2.7/site-packages/pytrainer/main.py", line 38, in <module>
from upgrade.data import initialize_data
File "/usr/lib/python2.7/site-packages/pytrainer/upgrade/data.py", line 23, in <module>
from pytrainer.upgrade.migratedb import MigratableDb
File "/usr/lib/python2.7/site-packages/pytrainer/upgrade/migratedb.py", line 19, in <module>
from migrate.versioning.api import db_version, upgrade, version, version_control
File "/usr/lib/python2.7/site-packages/migrate/__init__.py", line 9, in <module>
from migrate.changeset import *
File "/usr/lib/python2.7/site-packages/migrate/changeset/__init__.py", line 21, in <module>
from migrate.changeset.schema import *
File "/usr/lib/python2.7/site-packages/migrate/changeset/schema.py", line 15, in <module>
from migrate.changeset.databases.visitor import (get_engine_visitor,
File "/usr/lib/python2.7/site-packages/migrate/changeset/databases/visitor.py", line 6, in <module>
from migrate.changeset import ansisql
File "/usr/lib/python2.7/site-packages/migrate/changeset/ansisql.py", line 10, in <module>
from sqlalchemy.schema import SchemaVisitor
ImportError: cannot import name SchemaVisitor
That I fixed by editing /usr/lib/python2.7/site-packages/migrate/changeset/ansisql.py to change the following line:
from sqlalchemy.schema import SchemaVisitor
by:
from sqlalchemy.sql.base import SchemaVisitor
xduugu commented on 2013-08-30 08:06
Thanks for the hint, I didn't notice that they move the project. It will however take some time until I have updated everything (dependencies etc.).
privong commented on 2013-08-28 00:56
Flagged out of date as 1.10.0 is available (https://github.com/pytrainer/pytrainer/blob/master/CHANGES).
The project appears to have also moved to github:
https://github.com/pytrainer/pytrainer