File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ def _extract_python(self):
396396 else :
397397 # new Python 3.6 trick (https://docs.python.org/3.6/using/windows.html#finding-modules)
398398 pypath_file = osp .join (self .python_dir , 'python._pth' )
399- open (pypath_file , 'w' ).write ('. \n Lib \n import site \ n DLLs\n #Lib/site-packages \n #python36.zip \n ' )
399+ open (pypath_file , 'w' ).write ('python36.zip \ n DLLs\n Lib \n . \n import site \n ' )
400400 else :
401401 utils .extract_msi (self .python_fname , targetdir = self .python_dir )
402402 os .remove (osp .join (self .python_dir , osp .basename (self .python_fname )))
Original file line number Diff line number Diff line change 2828OTHER DEALINGS IN THE SOFTWARE.
2929"""
3030
31- __version__ = '1.7.20161022 '
31+ __version__ = '1.7.20161101 '
3232__license__ = __doc__
3333__project_url__ = 'http://winpython.github.io/'
You can’t perform that action at this time.
0 commit comments