[Trac] Data-based graphics in Trac

2010-11-06 Thread Chris Nelson
I want to create some new graphics based on information in the Trac database.  
My current thought is a macro that takes some arguments to control a query, 
gets the data, and emits SVG.  Some Googling suggests SVG should work OK with 
Trac.  But there seem to be a lot of ways to do this.  Does anyone have any 
wisdom to imparts about TracImageSvgMacro vs. SvgMacro or maybe PyChart 
(http://home.gna.org/pychart/) or pySVG (http://codeboje.de/pysvg/) or SVG 
Charts (http://pypi.python.org/pypi/svg.charts)?

 Chris
-- 
Christopher Nelson, Software Engineering Manager
SIXNET - Solutions for Your Industrial Networking Challenges
331 Ushers Road, Ballston Lake, NY  12019
Tel: +1.518.877.5173, Fax: +1.518.877.8346 www.sixnet.com 

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Finding all changesets by an author

2010-11-06 Thread W. Martin Borgert

Quoting zeus asdfzzz...@yahoo.com:

I
want to see all changesets that are *by* Mike.  Is there a way to do this?


Not really a search, but you can filter in the timeline for an author.
AFAIK, this feature is in Trac 0.12 and the Debian version of Trac 0.11.
For other versions, you have to apply the patch from ticket #1198.

--
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] Data-based graphics in Trac

2010-11-06 Thread W. Martin Borgert

Quoting Chris Nelson chris.nel...@sixnet.com:

But there seem to be a lot of ways to do this.


One more: matplotlib. The new version seems to support SVG,
but the good thing is, that you can emit PNG and many other
formats, if e.g. your browser doesn't support SVG.

We use matplotlib in a web application, not based on Trac,
but on Django, and it is really nice.

--
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



[Trac] Trac + Apache + Windows + SVN + DistributionNotFound

2010-11-06 Thread Isz Wisz
Dear group,

I have installed apache and subversion on windows 2k8, along with
python 2.5.  I believe these parts are working well and now I am
trying to install Trac 0.12.1.  I have tried installing both from the
downloadable windows binary, as well as using easy_install.  Both
installations work well.  But, when I go to C:\Python25\Scripts\trac-
admin.exe I get the following error:

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\Administrator\Tractrac-admin
Traceback (most recent call last):
  File C:\Python25\Scripts\trac-admin-script.py, line 5, in module
from pkg_resources import load_entry_point
  File build/bdist.linux-i686/egg/pkg_resources.py, line 2607, in
module
  File build/bdist.linux-i686/egg/pkg_resources.py, line 565, in
resolve
pkg_resources.DistributionNotFound: Trac==0.12.1

C:\Users\Administrator\Trac

Also, I have been looking for a solution and have encountered a
possibility of an older version of Trac being installed.  This is not
applicable as this is not an upgraded environment.  I did however have
VisualSVN + trac formerly installed, and a BitNami isntall, but these
have been un-installed.

Hopefully you can provide me some assistance?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



[Trac] Re: Trac + Apache + Windows + SVN + DistributionNotFound

2010-11-06 Thread Isz Wisz
I found the solution... with VisualSVN there is the requirement to add
a system variable PYTHONHOME=C:\Program Files (x86)\VisualSVN Server
\trac\python.

I changed this to C:\Python25, reinstalled trac using easy_install and
trac-admin now starts.

On Nov 6, 11:21 am, Isz Wisz isz.w...@gmail.com wrote:
 Dear group,

 I have installed apache and subversion on windows 2k8, along with
 python 2.5.  I believe these parts are working well and now I am
 trying to install Trac 0.12.1.  I have tried installing both from the
 downloadable windows binary, as well as using easy_install.  Both
 installations work well.  But, when I go to C:\Python25\Scripts\trac-
 admin.exe I get the following error:

 Microsoft Windows [Version 6.1.7600]
 Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

 C:\Users\Administrator\Tractrac-admin
 Traceback (most recent call last):
   File C:\Python25\Scripts\trac-admin-script.py, line 5, in module
     from pkg_resources import load_entry_point
   File build/bdist.linux-i686/egg/pkg_resources.py, line 2607, in
 module
   File build/bdist.linux-i686/egg/pkg_resources.py, line 565, in
 resolve
 pkg_resources.DistributionNotFound: Trac==0.12.1

 C:\Users\Administrator\Trac

 Also, I have been looking for a solution and have encountered a
 possibility of an older version of Trac being installed.  This is not
 applicable as this is not an upgraded environment.  I did however have
 VisualSVN + trac formerly installed, and a BitNami isntall, but these
 have been un-installed.

 Hopefully you can provide me some assistance?

 Thanks!

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.