Changeset 781:49293a78f302 in hatta-dev for setup.py
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r780 r781 244 244 self.console_exe_files+self.windows_exe_files, 245 245 self.lib_files, 246 hatta. description, version)246 hatta.project_description, version) 247 247 print "*** creating the inno setup script***" 248 script.create(os.path.join(self.dist_dir, hatta. name + '.iss'))248 script.create(os.path.join(self.dist_dir, hatta.project_name + '.iss')) 249 249 print "*** compiling the inno setup script***" 250 250 script.compile() … … 261 261 262 262 # Adding MS runtime C libraries 263 if sys.version.startswith('2.6'):263 if float(sys.version.split(' ', 1)[0]) >= 2.6: 264 264 from win32com.shell import shellcon, shell 265 265 from glob import glob
Note: See TracChangeset
for help on using the changeset viewer.
