Branch: refs/heads/develop
  Home:   https://github.com/pyinstaller/pyinstaller
  Commit: 059ff5a0baf9f211b0df6d822464615cee023894
      
https://github.com/pyinstaller/pyinstaller/commit/059ff5a0baf9f211b0df6d822464615cee023894
  Author: Noah Treuhaft <[email protected]>
  Date:   2012-10-30 (Tue, 30 Oct 2012)

  Changed paths:
    M PyInstaller/build.py

  Log Message:
  -----------
  Issue #371: Fix Python library search for OS X framework virtualenvs.

In a virtualenv created by a framework build of Python on OS X, the
Python library is named ".Python", but Analysis._check_python_library()
thinks it's "Python" (because ".Python".endswith("Python") evaluates to
True).  Using os.path.basename() in lieu of str.endswith() fixes the
problem.


  Commit: 580413365807d75b45bbd3ec28250008bf5e1a8d
      
https://github.com/pyinstaller/pyinstaller/commit/580413365807d75b45bbd3ec28250008bf5e1a8d
  Author: Martin Zibricky <[email protected]>
  Date:   2012-11-07 (Wed, 07 Nov 2012)

  Changed paths:
    M PyInstaller/build.py

  Log Message:
  -----------
  Merge pull request #26 from 
prismskylabs/059ff5a0baf9f211b0df6d822464615cee023894

Issue #371: Fix Python library search for OS X framework virtualenvs.


Compare: 
https://github.com/pyinstaller/pyinstaller/compare/d649f531f52b...580413365807

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to