Re: [Trac] Help setting up Trac 1.6

2024-03-04 Thread phep

Hi,

Le 04/03/2024 à 17:20, Jean-Marc Lasgouttes a écrit :
[Mon Mar 04 14:49:52.948910 2024] [:error] [pid 7673] [client 
128.93.65.20:45406] PythonHandler trac.web.modpython_frontend: 
ValueError: failed to parse CPython sys.version: '3.12.2'


This reminds me of this Debian bug 
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040933>. This is the 
kind of problem that moved us away from mod_python a dozen years ago.


Is there any particular reason to stick with mod_python instead of, say, 
mod_wsgi ?


(by the way, happy to see Lyx is still doing well. I had a lot of good 
time with it in a previous job ;-)).


HTH,

phep

--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/3e495cc5-b6fe-4be7-a3ba-15b3812cf7b1%40wakzo.net.


[Trac] updating Trac database with direct SQL requests

2021-12-26 Thread phep

Hi,

I'd like to update some custom or standard fields in the database of one of 
my Trac instances using SQL requests. I run this instance on my laptop with 
tracd and I'm always the only user (I turned this instance into a personal 
task manager, sort of).


I've had a look at the *ticket*, *ticket_change* and *ticket_custom* tables 
and I feel comfortable at dealing with the data in those 3 tables.


Yet I wonder if updating the database with SQL requests while tracd is 
running could have side effects in case there are some locks of any sort, or 
if this could affect some caching mechanism ?


Thanks in advance,

phep

--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/7b0ac5d8-5533-13bc-02f6-4ddb1e6e74a6%40wakzo.net.


[Trac] Any plan / roadmap to Python 3?

2019-04-09 Thread phep

Hi,

Are there any plans to port trac to Python3 ? The only reference I could 
find on the site or in the bug tracker it that it is a release goal for 1.5.


IIRC, Python EOL is 1st January, 2020.

TIA,

phep

--
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 https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Re: How to have the complete error page

2019-03-26 Thread phep

Hi,

Le 25/03/2019 à 18:36, RjOllos a écrit :

On Saturday, March 23, 2019 at 12:15:35 PM UTC-7, phep wrote:

[... snap ...]

The page displayed by the Debian instance had a full stack trace, a lot of
information about every package versions, and even a link to some search
page on trac-hacks site (this is how I landed to the aforementioned
ticket).

Why is it that the Trac instance running in the virtualenv only gives a
short message and a button to report the bug? I could not find any plugin
installed through the Debian package that I had not installed in the
virtualenv.



It sounds like your user session has TRAC_ADMIN in the environment with the 
more verbose error information.




This is true in both instances but ... I may not have logged on the instance 
before to test the error ;-) !


Thanks !

phep

--
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 https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] How to have the complete error page

2019-03-23 Thread phep

Hi,

I was annoyed by https://trac-hacks.org/ticket/13543 since I had ugraded my 
Debian box to Trac 1.2.3.


As I installed Trac in a virtualenv to test the proposed patch, I noticed 
that the error message displayed by the Trac instance shipped by Debian was 
much more informative than the one displayed by the Trac instance running in 
the virtualenv. Yet it was the exact same 1.2.3 version in both environment 
except for the usual jquery thingies in the Debian package. I even ran diff 
on the 2 source trees to be sure there were no other differences.


The page displayed by the Debian instance had a full stack trace, a lot of 
information about every package versions, and even a link to some search 
page on trac-hacks site (this is how I landed to the aforementioned ticket).


Why is it that the Trac instance running in the virtualenv only gives a 
short message and a button to report the bug? I could not find any plugin 
installed through the Debian package that I had not installed in the virtualenv.


Thank in advance,

phep

--
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 https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Re: How to have mod_wsgi serve multiple projects in a simple manner

2016-12-06 Thread phep

Hi,

Le 06/12/2016 à 04:17, RjOllos a écrit :


You trac.env_parent_dir should contain only Trac environments, whereas you
directory (/srv/trac) also contains cgi-bin.



That's it ! Thanks a lot. I've taken the liberty to update the TracModWSGI 
pages on the edgewall wiki, both current and 1.0 versions.


Thanks again !

phep

--
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 https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.