id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 1825,Cannot execute on Windows,jfeid@…,arkemp,"Attempting to run !DiaView macro on the following configuration: * Apache/2.2.4 (Win32) mod_python/3.3.1 Python/2.4.4 * Trac {{{0.10.4}}} fails with syntax error. Trac log: {{{ 2007-07-19 13:17:12,523 Trac[loader] DEBUG: Loading file plugin DiaView from c:\library\trac\evaluations\plugins\DiaView.py 2007-07-19 13:17:12,523 Trac[loader] ERROR: Failed to load plugin from c:\library\trac\evaluations\plugins\DiaView.py Traceback (most recent call last): File ""C:\library\Python24\Lib\site-packages\trac\loader.py"", line 52, in load_components module = imp.load_source(plugin_name, plugin_file) File ""c:\library\trac\evaluations\plugins\DiaView.py"", line 138 f = popen2.Popen4(diacmd) ^ SyntaxError: invalid syntax }}} According to Python 2.4 documentation (section 6.9 popen2):[[BR]] "" ... The only way to retrieve the return codes for the child processes is by using the poll() or wait() methods on the Popen3 and Popen4 classes; __these are only available on Unix__. ... """,defect,closed,normal,DiaViewPlugin,blocker,wontfix,windows,,0.10