[Trac] Real timepicker (was: Fake timepicker for Trac installation)

2013-04-17 Thread W. Martin Borgert
On 2013-04-12 19:31, Joost Kraaijeveld wrote:
> Thanks, recipe worked as advertised!

Btw. since today you can install the real libjs-jquery-timepacker
1.2-1. I just tried it with Debians trac 1.0.1-1 and it works fine.
Interestingly, one can even set the seconds for a milestones due
date. That I call anticipatory project management!

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




Re: [Trac] Error with trac-admin /path/env/... upgrade [SOLVED]

2013-04-17 Thread Joost Kraaijeveld
A simple "export
PYTHONPATH=PYTHONPATH:/path/to/the/trac_egg" did the trick...

Joost

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




Re: [Trac] Error with trac-admin /path/env/... upgrade

2013-04-17 Thread Olemis Lang
On 4/17/13, Olemis Lang  wrote:
> On 4/17/13, Joost Kraaijeveld  wrote:
>> Hi,
>>
>
> :)
>
>> I am using some hosted server with limited access to the server, i.e. I
>> have no root capabilities. I have to run "trac-admin /path/env/...
>> upgrade". If I do so i get the following error:
>>
>> "./trac-admin /home/askesis/public_html/hanprojects/hanprojects upgrade
>> Traceback (most recent call last):
>>   File "./trac-admin", line 5, in 
>> from pkg_resources import load_entry_point
>>   File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2655,
>> in 
>> working_set.require(__requires__)
>>   File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in
>> require
>> needed = self.resolve(parse_requirements(requirements))
>>   File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546, in
>> resolve
>> raise DistributionNotFound(req)
>> pkg_resources.DistributionNotFound: Trac==1.0.1"
>>
>> Can I solve this somehow? Can I upgrade my trac somehow?
>>
>
> This has happened to me before while messing around with virtual envs
> e.g. sometimes I switch a repository I'm working against (i.e.
> setup.py develop) and the source code is there (so `import trac` will
> work) but not the .egg-info meta-data (so pkg_resources lookups will
> fail like shown above) .
>

I'll clarify my statement above so that it will be possible to
understand what I'm trying to say. I'm working with a repository at
/path/to/repos installed via `setup.py develop` in a virtual env .
Next I remove it and copy another equivalent repository at the same
path . Immediately after that pkg_resources will complain . Re-running
`setup.py develop` usually fixes that problem . In any case , should
be something related to reading .egg-info metadata .

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:

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




Re: [Trac] Error with trac-admin /path/env/... upgrade

2013-04-17 Thread Olemis Lang
On 4/17/13, Joost Kraaijeveld  wrote:
> Hi,
>

:)

> I am using some hosted server with limited access to the server, i.e. I
> have no root capabilities. I have to run "trac-admin /path/env/...
> upgrade". If I do so i get the following error:
>
> "./trac-admin /home/askesis/public_html/hanprojects/hanprojects upgrade
> Traceback (most recent call last):
>   File "./trac-admin", line 5, in 
> from pkg_resources import load_entry_point
>   File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2655,
> in 
> working_set.require(__requires__)
>   File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in
> require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546, in
> resolve
> raise DistributionNotFound(req)
> pkg_resources.DistributionNotFound: Trac==1.0.1"
>
> Can I solve this somehow? Can I upgrade my trac somehow?
>

This has happened to me before while messing around with virtual envs
e.g. sometimes I switch a repository I'm working against (i.e.
setup.py develop) and the source code is there (so `import trac` will
work) but not the .egg-info meta-data (so pkg_resources lookups will
fail like shown above) .

-- 
Regards,

Olemis.

Apache™ Bloodhound contributor
http://issues.apache.org/bloodhound

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:

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




[Trac] Error with trac-admin /path/env/... upgrade

2013-04-17 Thread Joost Kraaijeveld
Hi,

I am using some hosted server with limited access to the server, i.e. I
have no root capabilities. I have to run "trac-admin /path/env/...
upgrade". If I do so i get the following error:

"./trac-admin /home/askesis/public_html/hanprojects/hanprojects upgrade
Traceback (most recent call last):
  File "./trac-admin", line 5, in 
from pkg_resources import load_entry_point
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2655,
in 
working_set.require(__requires__)
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in
require
needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546, in
resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: Trac==1.0.1"

Can I solve this somehow? Can I upgrade my trac somehow?

TIA

Joost

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