Ticket #39 (reopened defect)
Various patches for Python 2.6 support
| Reported by: | openticket | Owned by: | giovannibajo |
|---|---|---|---|
| Priority: | normal | Milestone: | PyInstaller 1.5 |
| Component: | PyInstaller | Version: | |
| Severity: | normal | Keywords: | patch python26 encodings |
| Cc: |
Description
Please find enclosed a diff I ran just now on the tree as it stands after this morning playing around with it. I've made a couple of changes that should be reviewed:
• Added exceptions for MSVC9 related dlls to the exclude list • Altered the dll dependency walking code so it doesnt warn when it doesn't find a dll that is in the exclude list. • Added my cheesy hack for the issue importing encodings on Python 2.6 (see earlier mail). This needs resolving properly but it will at least work like this. • Commented out some print statements that cause ugly logging in production code.
I hope that someone can find the time to review the issues I've found over the last day or so and either apply my patches or find another fix.

