~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to install/install.py

  • Committer: Keith Hughitt
  • Date: 2012-04-23 18:45:32 UTC
  • mto: This revision was merged to the branch mainline in revision 732.
  • Revision ID: keith.hughitt@nasa.gov-20120423184532-qwf3dvx7t1gojrdc
Unified logging for installer, updater, and downloader

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
* Udpate graphical installer to reflect changes to text installer
12
12
"""
13
13
import sys
 
14
from shared.util import init_logger
14
15
 
15
16
def main():
16
17
    '''Main application access point'''
 
18
    init_logger("install.log")
 
19
 
17
20
    try:
18
21
        import PyQt4
19
22
        import installer.gui