Ticket #848 (closed defect: fixed)
new thread-based processmanager fails in py2exe
| Reported by: | https://me.yahoo.com/postrockrob#52e3a | Owned by: | rob |
|---|---|---|---|
| Priority: | major | Milestone: | 0.15 |
| Component: | py2exe | Keywords: | |
| Cc: |
Description
Attempting to run a script through an interpreter fails when bundled with py2exe with:
processmanager.pyo:68 JobOutputSidebarController.startupFailureCallback: Couldn't run '"C:\Python25\python.exe" -u "z:/src/peppy/tests/samples/job-control-without-bangpath.py" ': error: [Error 6] The handle is invalid
According to the py2exe wiki, this can be solved by not using None for any of stdin/stdout/stderr and closing the pipes immediately if not used.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
