Opened 17 years ago
Closed 14 years ago
#2878 closed defect (fixed)
Trac[loader] ERROR: Skipping Gant
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | GanttChartPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Hello,
I'm using
- Trac: 0.11dev
- Python: 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)]
- setuptools: 0.6c6
- SQLite: 3.3.4
- pysqlite: 2.3.2
- Genshi: 0.4.5dev
- Subversion: 1.4.3 (r23084)
- jQuery: 1.2.3
After installing GanttChart my logfile contains
Trac[loader] ERROR: Skipping "gantt = gantt": (can't import "No module named yaml")
Attachments (0)
Change History (9)
comment:1 follow-up: 2 Changed 17 years ago by
comment:2 Changed 17 years ago by
Replying to Sil53r:
One possible solution: install PyYAML from http://pyyaml.org/wiki/PyYAML
Now I got
ERROR: Skipping "gantt = gantt": (can't import "No module named Image")
Is there any desription where I can find the prerequisites?
comment:3 Changed 17 years ago by
You need the Python Imaging library (PIL) as well, and Python dateutil
comment:4 follow-up: 5 Changed 17 years ago by
Thanx for this information. But after PIL and dateutil I got
The <b>gantt</b> section was not found in the trac configuration file
Please don't let me guess what have to do as next. Is there any desription where I can find the prerequisites and configuration?
comment:5 Changed 17 years ago by
I also got the same, and would really really like to know how to set this up properly please please.
Replying to didley@gmx.de:
Thanx for this information. But after PIL and dateutil I got
The <b>gantt</b> section was not found in the trac configuration filePlease don't let me guess what have to do as next. Is there any desription where I can find the prerequisites and configuration?
comment:6 Changed 16 years ago by
Simple fix.
Add this section to your trac.ini (I guess you'd need to create the cache_dir)
[gantt] date_format = %m/%d/%Y include_summary = true show_opened = true summary_length = 16 use_creation_date = true cache_dir = c:\svn\gantt
comment:8 Changed 14 years ago by
Owner: | changed from malsmith to Ryan J Ollos |
---|---|
Status: | new → assigned |
Issues appears to be resolved and documentation, setup.py have been improved to handle dependencies.
comment:9 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
One possible solution: install PyYAML from http://pyyaml.org/wiki/PyYAML