219
edits
Mixedpuppy (talk | contribs) |
(Add troubleshooting info for downlevel Python) |
||
| Line 45: | Line 45: | ||
Your new builds will appear at <code>partner-repacks/scripts/repacked_builds/34.0b6/build1/unsigned/partner-repacks/$PARTNERNAME/</code> | Your new builds will appear at <code>partner-repacks/scripts/repacked_builds/34.0b6/build1/unsigned/partner-repacks/$PARTNERNAME/</code> | ||
== Troubleshooting == | |||
If you have the wrong level of python, you'll see this error: | |||
Traceback (most recent call last): | |||
File "./partner-repacks.py", line 10, in <module> | |||
from util.retry import retry | |||
ImportError: No module named util.retry | |||
Grab the latest python from https://www.python.org/downloads/. | |||
edits