File tree 1 file changed +0
-11
lines changed 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -520,17 +520,6 @@ def _create_launchers(self):
520
520
command = '${WINPYDIR}\pythonw.exe' ,
521
521
args = 'wpcp' , workdir = '${WINPYDIR}\Scripts' )
522
522
523
- # XXX: Uncomment this part only when we are clear on how to handle
524
- # the registration process during installation. "Register.exe" was
525
- # only intended to be executed during installation by installer.nsi,
526
- # but, we can't let this executable at the root of WinPython directory
527
- # (too dangerous) and we can't move it easily as launchers are made
528
- # to be executed when located at root directory... so we could remove
529
- # it just after executing it, but is it even possible?
530
- # self.create_launcher('Register.exe', 'winpython.ico',
531
- # args='register_python',
532
- # workdir='${WINPYDIR}\Scripts')
533
-
534
523
python_lib_dir = osp .join (self .winpydir , self .python_name ,
535
524
r"Lib\site-packages" )
536
525
# manage Qt4, Qt5
You can’t perform that action at this time.
0 commit comments