Ticket #189 (closed defect: fixed)
hookutils.exec_statement() uses hard-coded ':' as PYTHONPATH separator
| Reported by: | riccardo.vianello@gmail.com | Owned by: | giovannibajo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | PyInstaller | Version: | |
| Severity: | blocker | Keywords: | |
| Cc: |
Description
Hello,
In joining PYTHONPATH with pathex, a ':' character is used on all platforms. On Windows I think this may cause an import error in the executed statement (followed e.g., by a SyntaxError? in qt4_plugins_dir() when eval is called on the returned empty output).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
