##// END OF EJS Templates
display message if wininst is run without setuptools
MinRK -
Show More
@@ -37,6 +37,8 b' def install():'
37 if not have_setuptools:
37 if not have_setuptools:
38 # This currently doesn't work without setuptools,
38 # This currently doesn't work without setuptools,
39 # so don't bother making broken links
39 # so don't bother making broken links
40 print("Distribute (setuptools) is required to create Start Menu items.", file=sys.stderr)
41 print("Re-run this installer after installing distribute to get Start Menu items.", file=sys.stderr)
40 return
42 return
41
43
42 # Lookup path to common startmenu ...
44 # Lookup path to common startmenu ...
General Comments 0
You need to be logged in to leave comments. Login now