Ejemplo n.º 1
0
 def validate_pre_install(self):
     if sys.platform=="win32":
         raise ConfigurationError, \
          "Installation of %s to Windows currently not supported" % \
          self.config.package_name
     iupath.check_installable_to_target_dir(self.config.home_path,
                                            self.config.package_name)
     logger.debug("%s instance %s passed pre-install checks." %
                  (self.config.package_name, self.id))
Ejemplo n.º 2
0
 def validate_pre_install(self):
     iupath.check_installable_to_target_dir(self.config.home_path, self.config.package_name)
     logger.debug("%s instance %s passed pre-install checks." % (self.config.package_name, self.id))