install.py

changeset 1400
a89de92379d5
parent 1390
f4a7915db1e6
child 1402
474db48f495c
--- a/install.py	Tue Oct 25 18:58:00 2011 +0200
+++ b/install.py	Tue Oct 25 19:11:17 2011 +0200
@@ -172,8 +172,8 @@
                 '''@echo off\r\n''' \
                 '''set PYDIR=%~dp0\r\n''' \
                 '''start "" "%PYDIR%\\pythonw.exe"''' \
-                ''' "%PYDIR%\\Lib\\site-packages\\eric5\\{0}.pyw"''' \
-                ''' %1 %2 %3 %4 %5 %6 %7 %8 %9\r\n'''.format(wfile)
+                ''' "{0}\\{1}.pyw"''' \
+                ''' %1 %2 %3 %4 %5 %6 %7 %8 %9\r\n'''.format(pydir, wfile)
         else:
             wrapper = \
                 '''@"{0}\\python" "{1}\\{2}.py"''' \

eric ide

mercurial