Package Martel :: Module setup :: Class my_install
[hide private]
[frames] | no frames]

Class my_install

source code

       distutils.core.Command --+    
                                |    
distutils.command.install.install --+
                                    |
                                   my_install

Override the standard install to check for dependencies.

This will just run the normal install, and then print warning messages if packages are missing.

Instance Methods [hide private]
 
run(self) source code

Inherited from distutils.command.install.install: change_roots, convert_paths, create_path_file, dump_dirs, expand_basedirs, expand_dirs, finalize_options, finalize_other, finalize_unix, get_inputs, get_outputs, handle_extra_path, has_data, has_headers, has_lib, has_scripts, initialize_options, select_scheme

Inherited from distutils.command.install.install (private): _expand_attrs

Class Variables [hide private]

Inherited from distutils.command.install.install: boolean_options, description, negative_opt, sub_commands, user_options

Method Details [hide private]

run(self)

source code 
Overrides: distutils.command.install.install.run