Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12757, comment 10


Ignore:
Timestamp:
Apr 14, 2017, 9:32:25 PM (7 years ago)
Author:
Peter Suter

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12757, comment 10

    initial v1  
    1 Hm, before r15747 `tracd.exe -r` works fine for me (on Windows, with Trac installed via `python setup.py develop` in a virtualenv).
     1Hm, before r15747 `tracd.exe -r` works fine for me (on Windows, with Trac installed via `python setup.py develop` in a virtualenv):
    22
    33* `<venv>\scripts\tracd.exe` exists.
     
    66  * `args` is `['"<venv>\scripts\python.exe"', '"<venv>\scripts\tracd-script.py"', '"-r"', ...]`
    77
    8 But after r15747 I now get `OSError: [Errno 8] Exec format error` when trying to run `tracd.exe -r` from `os.spawnve()`.
     8But after r15747 when trying to run `tracd.exe -r` I get `OSError: [Errno 8] Exec format error` from `os.spawnve()`:
    99
    1010* `<venv>\scripts\tracd.exe` still exists.