File tree 2 files changed +2
-2
lines changed 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):
396
396
else :
397
397
# new Python 3.6 trick (https://docs.python.org/3.6/using/windows.html#finding-modules)
398
398
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 ' )
400
400
else :
401
401
utils .extract_msi (self .python_fname , targetdir = self .python_dir )
402
402
os .remove (osp .join (self .python_dir , osp .basename (self .python_fname )))
Original file line number Diff line number Diff line change 28
28
OTHER DEALINGS IN THE SOFTWARE.
29
29
"""
30
30
31
- __version__ = '1.7.20161022 '
31
+ __version__ = '1.7.20161101 '
32
32
__license__ = __doc__
33
33
__project_url__ = 'http://winpython.github.io/'
You can’t perform that action at this time.
0 commit comments