-
Notifications
You must be signed in to change notification settings - Fork 0
We don't provide binaries but source code, either via GitHub or tarball file. Nevertheless some people do take care about building packages for some popular GNU/Linux distributions:
- Debian: http://packages.debian.org/search?keywords=pytrainer
- Ubuntu: https://launchpad.net/ubuntu/+source/pytrainer
- Fedora: https://admin.fedoraproject.org/pkgdb/packages/name/pytrainer
We don't have any evidence yet, but it might be. Please check following tutorials and come back with your output:
- Windows: py2exe
- Mac OS: Python on Mac
- You will need download the tarball file or git source
- Extract the source files and change to the pytrainer directory (the one with
setup.pyin it) - Install with
python setup.py install --prefix /location/to/install/pytrainer
If you encounter a problem with pytrainer, please let us know so we can fix and improve things. To help us please start pytrainer in debug mode (-d) from a terminal window and provide:
- the log file
~/.pytrainer/log.out - if you are having a problem with importing
please specify which plugin you are using
the tmp file if created
~/.pytrainer/tmp/* - the exact errors and any other output in terminal window
- if any errors are present in the GUI, please include a screenshot
You can either send this information to the developers mail list (pytrainer-devel@lists.sourceforge.net), or create a ticket
- How can I get working garmintools version?
It is already available on most popular GNU/Linux distributions (debian, fedora), but you can always download source code and install yourself.
-
How can I get working GPSBabel version?
-
Why do I need Firefox installed?
Actually you don't need it. What is necessary to embed GMaps or OSM in pytrainer is XULRunner
- Which database does pytrainer use?
Currently both MySQL and SQLite are supported, but latter one is preferred.
-
Pytrainer can't connect to USB port
-
I retrieve nothing from device attached to USB port
- Can pytrainer retrieve activities from my device X?
Please check our supported devices entry.
- Only "Manual" appears as trigger method when importing activities from FIT files, why?
It seems that FIT files format does not use "TriggerMethod" element in "Lap" type, so value is set to "Manual".