Opened 16 years ago
Closed 16 years ago
#3543 closed defect (worksforme)
Upgrade of Plugin and Trac to 0.11 Failes
Reported by: | anonymous | Owned by: | Peter Kropf |
---|---|---|---|
Priority: | normal | Component: | GraphvizPlugin |
Severity: | normal | Keywords: | |
Cc: | mcaplan@… | Trac Release: | 0.11 |
Description
Not sure what I am doing wrong here, but the plugin isn't loading. I'm just getting the following error in my trac log:
Trac[loader] ERROR: Skipping "graphviz = graphviz": (can't import "No module named subprocess")
Attachments (0)
Change History (5)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Please give us your python version and detailled setup (linux ? win? apache? mod_python? other python handler ?)
And the main question: your python version.
Thanks
comment:3 Changed 16 years ago by
Hi. My post was the seccond one (08/21/08).
SuSE Linux 9.0 (i586), kernel 2.4.21-286-smp
Installed software: apache2-2.0.52-6 apache2-mod_python-3.1.3-37 python-2.3-52
Gregor
comment:4 Changed 16 years ago by
- Python 2.3.4
- Linux 2.6.9-67.0.15.EL (centOS 5)
- Apache/2.0.52
- mod_python
comment:5 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Works as advertised in source:graphvizplugin/0.11/ReleaseNotes.txt: Python 2.4 is now required.
Looks like you could install the subprocess
package from Python 2.4 in your Python 2.3 installation, as documented in http://trac.edgewall.org/browser/trunk/TESTING-README, but I've not tried that myself.
Same issue here...