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