Re: [Trac] Track notification with corporate email

2010-12-09 Thread Matthew Caron

On 12/08/2010 01:41 PM, P L wrote:

My question : which smpt server shall we use in track.ini file for our gmail
based commercial email addresses ?


I would ask Google, as they provide the server.


THIS WORKS :
smtp_from = pierrotlafou...@gmail.compie...@technowait.com
smtp_from_name = PierrotLafouine
smtp_replyto  = pierrotlafou...@gmail.compie...@technowait.com
smtp_always_bcc = pierrotlafou...@gmail.compie...@technowait.com
smtp_always_cc = pierrotlafou...@gmail.compie...@technowait.com


What's with the malformed email address lines? Depending on how Trac 
parses these (I don't actually recall), either:

 - it will break
 - it will send to both of those addresses
 - it will use the email of pie...@technowait.com while thinking the 
friendly name is pierrotlafou...@gmail.com



THIS DOESN'T WORKS :
smtp_server = smtp.ourcompanyname.comhttp://smtp.gmail.com/


I do not believe that this is a valid SMTP server line, it should be either:

smtp_server = smtp.ourcompanyname.com
- or -
smtp_server = smtp.gmail.com

Further, are you *actually* using smtp.ourcompanyname.com? Shouldn't it 
be smtp.technowait.com, or something similar? After all, 
smtp.ourcompanyname.com resolves to:


~$ host smtp.ourcompanyname.com
smtp.ourcompanyname.com has address 208.73.210.29
smtp.ourcompanyname.com mail is handled by 0 mx.fakemx.net.

And the MX record here is not very promising...

Now, assuming your company is indeed technowait.com, some quick DNS 
lookups tell me the answer:


~$ host technowait.com
technowait.com has address 69.164.210.132
technowait.com mail is handled by 10 alt2.aspmx.l.google.com.
technowait.com mail is handled by 0 aspmx.l.google.com.
technowait.com mail is handled by 10 alt1.aspmx.l.google.com.

According to the above, your mail servers are:
aspmx.l.google.com
alt1.aspmx.l.google.com
alt2.aspmx.l.google.com

Now, whether or not these servers are configured to relay outgoing mail 
(many just receive email destined for your domain and reject all 
others), I cannot say. You would have to ask google.


Also, smtp.technowait.com doesn't exist:

~$ host smtp.technowait.com
Host smtp.technowait.com not found: 3(NXDOMAIN)
--
Matthew Caron
Build Engineer
Sixnet | www.sixnet.com
O +1 518 877 5173 Ext. 138
F +1 518 602 9209
matt.ca...@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.



[Trac] ScreenshotsPlugin - KeyError: tracscreenshots\\locale

2010-12-09 Thread matt
Hello,
I'd like to ask for some help.

I'm trying to get ScreenshotsPlugin to work:
http://trac-hacks.org/wiki/ScreenshotsPlugin

I followed the steps of the installation and seemed to work fine, but
when I turn on tracscreenshots.core component
(tracscreenshots.core.screenshotscore = enabled)

I get the following error:

Traceback (most recent call last):
  File C:\Python27\lib\site-packages\trac\web\api.py, line 436, in
send_error
data, 'text/html')
  File C:\Python27\lib\site-packages\trac\web\chrome.py, line 808,
in render_template
template = self.load_template(filename, method=method)
  File C:\Python27\lib\site-packages\trac\web\chrome.py, line 769,
in load_template
self.get_all_templates_dirs(), auto_reload=self.auto_reload,
  File C:\Python27\lib\site-packages\trac\web\chrome.py, line 481,
in get_all_templates_dirs
for provider in self.template_providers:
  File C:\Python27\lib\site-packages\trac\core.py, line 78, in
extensions
return filter(None, [component.compmgr[cls] for cls in
extensions])
  File C:\Python27\lib\site-packages\trac\core.py, line 213, in
__getitem__
component = cls(self)
  File C:\Python27\lib\site-packages\trac\core.py, line 119, in
maybe_init
init(self)
  File build\bdist.win32\egg\tracscreenshots\core.py, line 92, in
__init__
locale_dir = resource_filename(__name__, 'locale')
  File C:\Python27\lib\site-packages\setuptools-0.6c11-py2.7.egg
\pkg_resources.py, line 882, in resource_filename
self, resource_name
  File C:\Python27\lib\site-packages\setuptools-0.6c11-py2.7.egg
\pkg_resources.py, line 1352, in get_resource_filename
return self._extract_resource(manager, zip_path)
  File C:\Python27\lib\site-packages\setuptools-0.6c11-py2.7.egg
\pkg_resources.py, line 1363, in _extract_resource
zip_stat = self.zipinfo[zip_path]
KeyError: 'tracscreenshots\\locale'

My trac configuration:

System InformationTrac  0.12
Trac0.12
Babel   0.9.5
FullBlog0.1.1-r9025
Genshi  0.7dev-r1134
mod_wsgi3.3 (WSGIProcessGroup WSGIApplicationGroup %{GLOBAL})
pysqlite2.6.0
Python  2.7 (r27:82525, Jul 4 2010, 09:01:59) [MSC v.1500 32 bit
(Intel)]
Python  2.7 (r27:82525, Jul 4 2010, 09:01:59) [MSC v.1500 32 bit
(Intel)]
RPC 1.1.0-r8688
setuptools  0.6c11
setuptools  0.6c11
SQLite  3.6.21
jQuery: 1.4.2

I'm pretty new to Trac and not really sure how I should approach the
problem.

Thanks for any advices.
Matt

-- 
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] Does TRAC have a SCRUM plugin?

2010-12-09 Thread MrPink
I'm new to track and just wanted know if a SCRUM plugin exists for
TRAC.

BTW, I'm also looking for a cheap but not crappy online project
tracking service with SCRUMie type features.

Any recommendation?

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.



Re: [Trac] Does TRAC have a SCRUM plugin?

2010-12-09 Thread Matthew Caron



On 12/09/2010 10:29 AM, MrPink wrote:

I'm new to track and just wanted know if a SCRUM plugin exists for
TRAC.


EstimationTools has a burndown chart.

http://trac-hacks.org/wiki/EstimationToolsPlugin

You also might look under the agile tag:

http://trac-hacks.org/tags/'agile'

--
Matthew Caron
Build Engineer
Sixnet | www.sixnet.com
O +1 518 877 5173 Ext. 138
F +1 518 602 9209
matt.ca...@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.



[Trac] Re: How to convert Trac to multi-project on Windows

2010-12-09 Thread Nicole
Hi Ary,

You just need to create another environment, like you did when you did
the initial install.  Refer to the TracEnvironment documentation at:
http://trac.edgewall.org/wiki/0.12/TracEnvironment.  If you set up
your first project/environment under C:\trac\project1 then you'd
create your next one something like:

$ trac-admin C:\trac\project2 initenv

Configure it as you did your first environment.  If you're using the
tracd standalone server, then you should see links to both when you
browse to the base of your trac server (e.g. http://localhost:8000).

--Nicole

On Dec 3, 10:56 am, Ary Alva ary.a...@gmail.com wrote:
 Hello,

 Couple of month ago I installed Trac on Windows following this 
 guide:http://how-to-solutions.com/how-to-install-trac-on-windows.html

 Everything worked well and I was using Trac since with a single
 project, which was originally installed.

 Now I need to convert this installation to a multi-project environment
 and I am not sure which instructions to follow.

 Here's my info:
 Trac 0.12
 Genshi 0.6
 GIT 1.7.0.2.msysgit.0
 pysqlite 2.3.2
 Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit
 (Intel)]
 setuptools 0.6c11
 SQLite 3.3.4
 Subversion 1.6.6 (r40053)
 jQuery: 1.4.2
 OS: Vista Home Premium 64-bit

 Appreciate your help!
 Ary

-- 
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] Re: How to convert Trac to multi-project on Windows

2010-12-09 Thread ary alva
Hi Nicole,

 

Thanks for replying to my question.

I followed your suggestion and got new project running - that's already a
progress J

The only problem is that I cannot see the old project and the new project
running on the same port. My old project is running on port 8000. When I
point the browser to http://localhost:8000 only my old project is listed.

I can see my new project only if I run tracd on a port different from 8000
(like 8001). Then if I point my browser to http://localhost:8001 I can see
only my new project.

Is there any way to have both projects running on the same port?

 

Thanks!

 

Ary

 

From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com] On
Behalf Of Nicole
Sent: Thursday, December 09, 2010 5:58 PM
To: Trac Users
Subject: [Trac] Re: How to convert Trac to multi-project on Windows

 

Hi Ary,

You just need to create another environment, like you did when you did
the initial install.  Refer to the TracEnvironment documentation at:
http://trac.edgewall.org/wiki/0.12/TracEnvironment.  If you set up
your first project/environment under C:\trac\project1 then you'd
create your next one something like:

$ trac-admin C:\trac\project2 initenv

Configure it as you did your first environment.  If you're using the
tracd standalone server, then you should see links to both when you
browse to the base of your trac server (e.g. http://localhost:8000).

--Nicole

On Dec 3, 10:56 am, Ary Alva ary.a...@gmail.com wrote:
 Hello,

 Couple of month ago I installed Trac on Windows following this
guide:http://how-to-solutions.com/how-to-install-trac-on-windows.html

 Everything worked well and I was using Trac since with a single
 project, which was originally installed.

 Now I need to convert this installation to a multi-project environment
 and I am not sure which instructions to follow.

 Here's my info:
 Trac 0.12
 Genshi 0.6
 GIT 1.7.0.2.msysgit.0
 pysqlite 2.3.2
 Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit
 (Intel)]
 setuptools 0.6c11
 SQLite 3.3.4
 Subversion 1.6.6 (r40053)
 jQuery: 1.4.2
 OS: Vista Home Premium 64-bit

 Appreciate your help!
 Ary

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

  _  

No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1170 / Virus Database: 426/3305 - Release Date: 12/09/10

-- 
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: adding a changeset + resync of said changeset not working with git ?

2010-12-09 Thread Bugs
On Dec 8, 1:45 pm, Remy Blank remy.bl...@pobox.com wrote:
 Bugs wrote:
  Does the user running your hook have write permission to the Trac
  environment?

  Yes, all permissions are correct.

 Then the next step is to set your debug level to DEBUG, and to check
 what's logged about the changeset added.


Looks like it is a cache issue.
Turning off all of trac's caches works, and the timeline is working
again.

-- 
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] Re: How to convert Trac to multi-project on Windows

2010-12-09 Thread bas.hop...@gmail.com
Ary,

Please check tracd -h for some help with the options to run Trac.
You need the -e option to run multiple Trac instances from one tracd:
 tracd -e c:\Trac\ 
when using the example of Nicole below.

Bas

- Reply message -
Van: ary alva ary.a...@gmail.com
Datum: vr, dec. 10, 2010 01:35
Onderwerp: [Trac] Re: How to convert Trac to multi-project on Windows
Aan: trac-users@googlegroups.com

Hi Nicole,

 

Thanks for replying to my question.

I followed your suggestion and got new project running - that's already a
progress J

The only problem is that I cannot see the old project and the new project
running on the same port. My old project is running on port 8000. When I
point the browser to http://localhost:8000 only my old project is listed.

I can see my new project only if I run tracd on a port different from 8000
(like 8001). Then if I point my browser to http://localhost:8001 I can see
only my new project.

Is there any way to have both projects running on the same port?

 

Thanks!

 

Ary

 

From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com] On
Behalf Of Nicole
Sent: Thursday, December 09, 2010 5:58 PM
To: Trac Users
Subject: [Trac] Re: How to convert Trac to multi-project on Windows

 

Hi Ary,

You just need to create another environment, like you did when you did
the initial install.  Refer to the TracEnvironment documentation at:
http://trac.edgewall.org/wiki/0.12/TracEnvironment.  If you set up
your first project/environment under C:\trac\project1 then you'd
create your next one something like:

$ trac-admin C:\trac\project2 initenv

Configure it as you did your first environment.  If you're using the
tracd standalone server, then you should see links to both when you
browse to the base of your trac server (e.g. http://localhost:8000).

--Nicole

On Dec 3, 10:56 am, Ary Alva ary.a...@gmail.com wrote:
 Hello,

 Couple of month ago I installed Trac on Windows following this
guide:http://how-to-solutions.com/how-to-install-trac-on-windows.html

 Everything worked well and I was using Trac since with a single
 project, which was originally installed.

 Now I need to convert this installation to a multi-project environment
 and I am not sure which instructions to follow.

 Here's my info:
 Trac 0.12
 Genshi 0.6
 GIT 1.7.0.2.msysgit.0
 pysqlite 2.3.2
 Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit
 (Intel)]
 setuptools 0.6c11
 SQLite 3.3.4
 Subversion 1.6.6 (r40053)
 jQuery: 1.4.2
 OS: Vista Home Premium 64-bit

 Appreciate your help!
 Ary

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

  _  

No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1170 / Virus Database: 426/3305 - Release Date: 12/09/10

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

-- 
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] ImportError: No module named pkg_resources

2010-12-09 Thread HM 2K
I'm trying to install Trac, but am having no joy, here's what I've tried:

[r...@vps112 ~]# easy_install Trac==0.12
Traceback (most recent call last):
  File /usr/bin/easy_install, line 5, in ?
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources


What am I doing wrong? How do I fix this?

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.