Changeset 2343

Show
Ignore:
Timestamp:
07/21/08 00:30:16 (4 months ago)
Author:
arj..@yirdis.nl
Message:

use python instead of pythonw to execute ez_setup.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphor-win32-installer/trunk/gaphor-setup.nsi

    r2317 r2343  
    178178 
    179179                DetailPrint "Installing setuptools..." 
    180                 ExecWait "$PYPATH\pythonw.exe $PYPATH\ez_setup.py" $0 
     180                ExecWait "$PYPATH\python.exe $PYPATH\ez_setup.py" $0 
    181181                DetailPrint "Return code: $0" 
    182182