Ticket #2878 (new defect)

Opened 8 months ago

Last modified 4 months ago

Trac[loader] ERROR: Skipping Gant

Reported by: didley@gmx.de Assigned to: malsmith
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

Change History

(follow-up: ↓ 2 ) 04/08/08 10:43:08 changed by Sil53r

One possible solution: install PyYAML from http://pyyaml.org/wiki/PyYAML

(in reply to: ↑ 1 ) 04/09/08 05:52:02 changed by didley@gmx.de

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?

04/10/08 10:59:07 changed by ag@muc.de

You need the Python Imaging library (PIL) as well, and Python dateutil

(follow-up: ↓ 5 ) 04/10/08 14:34:44 changed by 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 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?

(in reply to: ↑ 4 ) 05/16/08 10:39:10 changed by engram@engram.homeip.net

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 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?

07/30/08 04:48:58 changed by kevin.mayfield@e-mis.co.uk

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

08/01/08 15:02:13 changed by didley@gmx.de

thanx. Now it works.

didley


Add/Change #2878 (Trac[loader] ERROR: Skipping Gant)




Change Properties
Action