Show More
@@ -59,10 +59,10 b' def install():' | |||||
59 | if not have_setuptools: |
|
59 | if not have_setuptools: | |
60 | # This currently doesn't work without setuptools, |
|
60 | # This currently doesn't work without setuptools, | |
61 | # so don't bother making broken links |
|
61 | # so don't bother making broken links | |
62 |
print(" |
|
62 | print("Setuptools is required to" | |
63 | " create Start Menu items.", file=sys.stderr) |
|
63 | " create Start Menu items.", file=sys.stderr) | |
64 | print("Re-run this installer after installing" |
|
64 | print("Re-run this installer after installing" | |
65 |
" |
|
65 | " Setuptools to get Start Menu items.", file=sys.stderr) | |
66 | return |
|
66 | return | |
67 |
|
67 | |||
68 | # Lookup path to common startmenu ... |
|
68 | # Lookup path to common startmenu ... |
General Comments 0
You need to be logged in to leave comments.
Login now