Re: [Zeitgeist] [Bug 491646] [NEW] Delete unused stuff from DB

2009-12-02 Thread Seif Lotfy
What do u mean by delete unused stuff? 2009/12/3 Siegfried Gevatter > Public bug reported: > > RainCT, I used REFERENCES table(column) ON DELETE CASCADE > everywhere > > ** Affects: zeitgeist > Importance: Medium > Status: New > > ** Changed in: zeitgeist > Importance: Undecided =

Re: [Zeitgeist] Planning for Zeitgeist 0.3.1

2009-12-02 Thread Seif Lotfy
I think a 3 week period for our next release is more than enough As for a plan and set of features to be released we should keep it minimal. >From the top of my head this is the TODO list: - notification and subscribtions (kamstrup) - enabling/disabling extensions using a conf file (maybe we

[Zeitgeist] [Bug 491646] [NEW] Delete unused stuff from DB

2009-12-02 Thread Siegfried Gevatter
Public bug reported: RainCT, I used REFERENCES table(column) ON DELETE CASCADE everywhere ** Affects: zeitgeist Importance: Medium Status: New ** Changed in: zeitgeist Importance: Undecided => Medium ** Changed in: zeitgeist Milestone: None => 0.3.1 -- Delete unused stuf

Re: [Zeitgeist] [Question #92524]: Launching the Zeitgeist Engine

2009-12-02 Thread Siegfried Gevatter
Question #92524 on Zeitgeist Framework changed: https://answers.edge.launchpad.net/zeitgeist/+question/92524 Siegfried Gevatter proposed the following answer: I guess you either didn't install it correctly or your Python PATH is messed up. If you're running Ubuntu or Debian, I'd recommend giving

[Zeitgeist] [Question #92524]: Launching the Zeitgeist Engine

2009-12-02 Thread Calvin Mitchell
Question #92524 on Zeitgeist Framework changed: https://answers.edge.launchpad.net/zeitgeist/+question/92524 Description changed to: OK...I've compiled and installed the Zeitgeist Engine...how do I get it running? When i run zeitgeist-daemon i get the following error: Traceback (most recent call

Re: [Zeitgeist] [Bug 401199] Re: zeitgeist-0.2.0: using "env python" instead of python executable name

2009-12-02 Thread Siegfried Gevatter
(Correction: in my previous post "configure time" should be "build time", ie. it's generated when "make" is run). 2009/12/2 Thomas Klausner : > Well, then my detailed diagnosis was incorrect; however, the main part was: > it doesn't work. zeitgeist-daemon and zeitgeist-datahub start with "#! > /

[Zeitgeist] [Bug 401199] Re: zeitgeist-0.2.0: using "env python" instead of python executable name

2009-12-02 Thread Thomas Klausner
Well, then my detailed diagnosis was incorrect; however, the main part was: it doesn't work. zeitgeist-daemon and zeitgeist-datahub start with "#! /usr/bin/python", while config.log contains: PYTHON='/usr/pkg/bin/python2.6' which gets forwarded to Makefile as PYTHON = /usr/pkg/bin/python2.6 --

Re: [Zeitgeist] [Bug 401199] Re: zeitgeist-0.2.0: using "env python" instead of python executable name

2009-12-02 Thread Siegfried Gevatter
2009/12/2 Thomas Klausner : > The zeitgeist-daemon and zeitgeist-datahub files in the distribution have "#! > /usr/bin/python" in the first line, so the sed pattern doesn't match. zeitgeist-daemon and zeitgeist-datahub are generated from zeitgeist-daemon.py and zeitgeist-datahub.py at configure t