[Trac] Re: Traccustomfield for Trac 1.6.1
Venu Pillai <[email protected]> Thu, 12 Mar 2026 20:43:52 -0700 (PDT)
| Newsgroups | gmane.comp.version-control.subversion.trac.general |
|---|---|
| Message-ID | <[email protected]> |
------=_Part_31312_813959138.1773373432387
Content-Type: multipart/alternative;
boundary="----=_Part_31313_1938894020.1773373432387"
------=_Part_31313_1938894020.1773373432387
Content-Type: text/plain; charset="UTF-8"
After installing the above modified TracCustomFieldAdmin Plugin, When i
click on new Ticket and save it give error "
*Trac detected an internal error:*TypeError: Object of type bytes is not
JSON serializable
This is probably a local installation issue.
Found a bug in Trac?
If you think this should work and you can reproduce the problem, you should
consider creating a bug report.
Note that the following plugins seem to be involved:
MultipleWorkflowPlugin, TracAccountManager, TracCustomFieldAdmin,
TracIniAdmin, TracLDAPAuth, TracPermRedirect, TracTicketFieldsLayoutPlugin,
TracXMLRPC, WebhookNotificationPlugin *Please report this issue to the
plugin maintainer.*
Before you do that, though, please first try *searching
<http://trac-hacks.org/search?ticket=yes&noquickjump=1&q=TypeError%3A+Object+of+type+bytes+is+not+JSON+serializable> for
similar issues *, as it is quite likely that this problem has been reported
before. For questions about installation and configuration of Trac or its
plugins, please try the mailing list
<https://trac.edgewall.org/wiki/MailingList>instead of creating a ticket.
Python Traceback
Most recent call last:File
"/usr/local/lib/python3.12/site-packages/trac/web/main.py", line 610, in
dispatch_request dispatcher.dispatch(req) File
"/usr/local/lib/python3.12/site-packages/trac/web/main.py", line 302, in
dispatch raise e File
"/usr/local/lib/python3.12/site-packages/trac/web/main.py", line 248, in
dispatch resp = chosen_handler.process_request(req) File
"/usr/local/lib/python3.12/site-packages/trac/ticket/web_ui.py", line 162,
in process_request return self._process_newticket_request(req) File
"/usr/local/lib/python3.12/site-packages/trac/ticket/web_ui.py", line 513,
in _process_newticket_request self._do_create(req, ticket, action) File
"/usr/local/lib/python3.12/site-packages/trac/ticket/web_ui.py", line 1334,
in _do_create ticket.insert() File
"/usr/local/lib/python3.12/site-packages/trac/ticket/model.py", line 323,
in insert listener.ticket_created(self) File
"/usr/local/lib/python3.12/site-packages/webhook_notification/__init__.py",
line 144, in ticket_created self.notify('ticket', 'created', values) File
"/usr/local/lib/python3.12/site-packages/webhook_notification/__init__.py",
line 112, in notify data_body = json.dumps(data).encode("utf-8") File
"/usr/lib64/python3.12/json/__init__.py", line 231, in dumps return
_default_encoder.encode(obj) File "/usr/lib64/python3.12/json/encoder.py",
line 200, in encode chunks = self.iterencode(o, _one_shot=True) File
"/usr/lib64/python3.12/json/encoder.py", line 258, in iterencode return
_iterencode(o, 0) File "/usr/lib64/python3.12/json/encoder.py", line 180,
in default raise TypeError(f'Object of type {o.__class__.__name__} '
On Monday, 9 March 2026 at 13:38:03 UTC+5:30 Venu Pillai wrote:
> In WebUI, Trac-admin-customerfield trying to add a new/modify custom field.
> I am getting error.
> Error:TypeError: sequence item 0: expected str instance, bytes found
>
> Python Traceback
> Most recent call last:
>
> - File "/usr/local/lib/python3.12/site-packages/trac/web/main.py",
> line *610* , in dispatch_request
> <https://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_drop#frame0>
> - File "/usr/local/lib/python3.12/site-packages/trac/web/main.py",
> line *302* , in dispatch
> <https://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_drop#frame1>
> - File "/usr/local/lib/python3.12/site-packages/trac/web/main.py",
> line *248* , in dispatch
> <https://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_drop#frame2>
> - File "/usr/local/lib/python3.12/site-packages/trac/admin/web_ui.py",
> line *104* , in process_request
> <https://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_drop#frame3>
> - File
> "/usr/local/lib/python3.12/site-packages/customfieldadmin/admin.py", line
> *73* , in render_admin_panel
> <https://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_drop#frame4>
> - File
> "/usr/local/lib/python3.12/site-packages/customfieldadmin/api.py", line
> *162* , in update_custom_field
> <https://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_drop#frame5>
> - File
> "/usr/local/lib/python3.12/site-packages/customfieldadmin/api.py", line
> *130* , in create_custom_field
> <https://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_drop#frame6>
>
>
> Trac
> 1.6.1.dev0
> Babel
> 2.13.1
> Docutils
> 0.20.1
> Jinja2
> 3.1.6
> Python
> 3.12.12 (main, Jan 16 2026, 00:00:00) [GCC 14.3.1 20250617 (Red Hat
> 14.3.1-2)]
> setuptools
> 69.0.3
> SQLite
> 3.46.1
> jQuery
> 3.6.3
> jQuery UI
> 1.13.0
> jQuery Timepicker
> 1.6.3
> Installed Plugins
> Name
> Version
> Location
> MultipleWorkflowPlugin
> <https://trac-hacks.org/wiki/MultipleWorkflowPlugin>
> 1.5.3
> /usr/local/lib/python3.12/site-packages
> <https://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_drop#frame0>
> TracAccountManager <https://trac-hacks.org/wiki/AccountManagerPlugin>
> 0.6.1.dev0
> /usr/local/lib/python3.12/site-packages
> <https://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_drop#frame0>
> TracCustomFieldAdmin <https://trac-hacks.org/wiki/CustomFieldAdminPlugin>
> 0.4.0.dev0
> /usr/local/lib/python3.12/site-packages
> <https://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_drop#frame0>
> TracLDAPAuth <https://trac-hacks.org/wiki/TracLdapAuthPlugin>
> 1.2.2
> /usr/local/lib/python3.12/site-packages
> <https://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_drop#frame0>
> TracPermRedirect <http://trac-hacks.org/wiki/PermRedirectPlugin>
> 3.0
> /usr/local/lib/python3.12/site-packages
> <https://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_drop#frame0>
> TracTicketFieldsLayoutPlugin
> <https://trac-hacks.org/wiki/TracTicketFieldsLayoutPlugin>
> 0.12.0.10
> /usr/local/lib/python3.12/site-packages
> <https://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_drop#frame0>
> TracXMLRPC <https://trac-hacks.org/wiki/XmlRpcPlugin>
> 1.2.0.dev0
> /usr/local/lib/python3.12/site-packages
> <https://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_drop#frame0>
>
--
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
To view this discussion visit https://groups.google.com/d/msgid/trac-users/27c25083-6498-45d1-bcf3-cb120743dea0n%40googlegroups.com.
------=_Part_31313_1938894020.1773373432387
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
After installing the above modified TracCustomFieldAdmin Plugin, When=C2=A0=
i click on new Ticket and save it give error "<div><br /></div><div><div s=
tyle=3D"background: rgb(255, 221, 204); border: 2px solid rgb(221, 0, 0); c=
olor: rgb(85, 0, 0); padding: 0.5em; margin: 1em 0px; font-family: Roboto, =
"Segoe UI", Verdana, "Bitstream Vera Sans", Helvetica, =
sans-serif; font-size: 16px;"><strong>Trac detected an internal error:</str=
ong><span style=3D"font-family: "Open Sans Mono", Consolas, "=
;Lucida Console", monospace; font-size: 0.9em; margin-left: 1em; overf=
low: hidden; white-space-collapse: preserve;">TypeError: Object of type byt=
es is not JSON serializable</span></div><p style=3D"color: rgb(0, 0, 0); fo=
nt-family: Roboto, "Segoe UI", Verdana, "Bitstream Vera Sans=
", Helvetica, sans-serif; font-size: 16px;">This is probably a local i=
nstallation issue.</p><span style=3D"font-weight: bold; letter-spacing: -0.=
018em; break-after: avoid; font-size: 1.6em; color: rgb(0, 0, 0); font-fami=
ly: Roboto, "Segoe UI", Verdana, "Bitstream Vera Sans",=
Helvetica, sans-serif;">Found a bug in Trac?</span><p style=3D"color: rgb(=
0, 0, 0); font-family: Roboto, "Segoe UI", Verdana, "Bitstre=
am Vera Sans", Helvetica, sans-serif; font-size: 16px;">If you think t=
his should work and you can reproduce the problem, you should consider crea=
ting a bug report.</p><p style=3D"color: rgb(0, 0, 0); font-family: Roboto,=
"Segoe UI", Verdana, "Bitstream Vera Sans", Helvetica,=
sans-serif; font-size: 16px;">Note that the following plugins seem to be i=
nvolved: MultipleWorkflowPlugin, TracAccountManager, TracCustomFieldAdmin, =
TracIniAdmin, TracLDAPAuth, TracPermRedirect, TracTicketFieldsLayoutPlugin,=
TracXMLRPC, WebhookNotificationPlugin=C2=A0<strong>Please report this issu=
e to the plugin maintainer.</strong></p><p style=3D"color: rgb(0, 0, 0); fo=
nt-family: Roboto, "Segoe UI", Verdana, "Bitstream Vera Sans=
", Helvetica, sans-serif; font-size: 16px;">Before you do that, though=
, please first try=C2=A0<strong><a href=3D"http://trac-hacks.org/search?tic=
ket=3Dyes&amp;noquickjump=3D1&amp;q=3DTypeError%3A+Object+of+type+b=
ytes+is+not+JSON+serializable" style=3D"color: rgb(187, 0, 0); border-botto=
m: 1px dotted rgb(187, 187, 187);">searching</a>=C2=A0for similar issues=C2=
=A0</strong>, as it is quite likely that this problem has been reported bef=
ore. For questions about installation and configuration of Trac or its plug=
ins, please try the=C2=A0<a href=3D"https://trac.edgewall.org/wiki/MailingL=
ist" style=3D"color: rgb(187, 0, 0); border-bottom: 1px dotted rgb(187, 187=
, 187);">mailing list=C2=A0</a>instead of creating a ticket.</p><span style=
=3D"color: rgb(0, 0, 0); font-family: Roboto, "Segoe UI", Verdana=
, "Bitstream Vera Sans", Helvetica, sans-serif; font-size: 16px;"=
></span><span style=3D"font-weight: bold; letter-spacing: -0.018em; break-a=
fter: avoid; font-size: 1.6em; color: rgb(0, 0, 0); font-family: Roboto, &q=
uot;Segoe UI", Verdana, "Bitstream Vera Sans", Helvetica, sa=
ns-serif;">Python Traceback</span><div style=3D"margin-left: 1em; color: rg=
b(0, 0, 0); font-family: Roboto, "Segoe UI", Verdana, "Bitst=
ream Vera Sans", Helvetica, sans-serif; font-size: 16px;">Most recent =
call last:<span style=3D"font-family: "Open Sans Mono", Consolas,=
"Lucida Console", monospace; font-size: 15.2px;">File "/usr/loca=
l/lib/python3.12/site-packages/trac/web/main.py", line 610, in dispatch_req=
uest =20
dispatcher.dispatch(req)
File "/usr/local/lib/python3.12/site-packages/trac/web/main.py", line 302, =
in dispatch =20
raise e
File "/usr/local/lib/python3.12/site-packages/trac/web/main.py", line 248, =
in dispatch =20
resp =3D chosen_handler.process_request(req)
File "/usr/local/lib/python3.12/site-packages/trac/ticket/web_ui.py", line =
162, in process_request =20
return self._process_newticket_request(req)
File "/usr/local/lib/python3.12/site-packages/trac/ticket/web_ui.py", line =
513, in _process_newticket_request =20
self._do_create(req, ticket, action)
File "/usr/local/lib/python3.12/site-packages/trac/ticket/web_ui.py", line =
1334, in _do_create =20
ticket.insert()
File "/usr/local/lib/python3.12/site-packages/trac/ticket/model.py", line 3=
23, in insert =20
listener.ticket_created(self)
File "/usr/local/lib/python3.12/site-packages/webhook_notification/__init__=
.py", line 144, in ticket_created =20
self.notify('ticket', 'created', values)
File "/usr/local/lib/python3.12/site-packages/webhook_notification/__init__=
.py", line 112, in notify =20
data_body =3D json.dumps(data).encode("utf-8")
File "/usr/lib64/python3.12/json/__init__.py", line 231, in dumps =
=20
return _default_encoder.encode(obj)
File "/usr/lib64/python3.12/json/encoder.py", line 200, in encode =
=20
chunks =3D self.iterencode(o, _one_shot=3DTrue)
File "/usr/lib64/python3.12/json/encoder.py", line 258, in iterencode =
=20
return _iterencode(o, 0)
File "/usr/lib64/python3.12/json/encoder.py", line 180, in default =
=20
raise TypeError(f'Object of type {o.__class__.__name__} '</span></div><br=
/></div><div class=3D"gmail_quote"><div dir=3D"auto" class=3D"gmail_attr">=
On Monday, 9 March 2026 at 13:38:03 UTC+5:30 Venu Pillai wrote:<br/></div><=
blockquote class=3D"gmail_quote" style=3D"margin: 0 0 0 0.8ex; border-left:=
1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><font color=3D"#550=
000" face=3D"Open Sans Mono, Consolas, Lucida Console, monospace"><span sty=
le=3D"font-size:12.6px">In WebUI, Trac-admin-customerfield trying to add a =
new/modify custom field.</span></font></div><div><span style=3D"font-size:1=
2.6px;color:rgb(85,0,0);font-family:"Open Sans Mono",Consolas,&qu=
ot;Lucida Console",monospace">I am getting error.</span></div><div><sp=
an style=3D"color:rgb(85,0,0);font-family:"Open Sans Mono",Consol=
as,"Lucida Console",monospace;font-size:0.9em">Error:TypeError: s=
equence item 0: expected str instance, bytes found</span></div><div><span s=
tyle=3D"font-family:"Open Sans Mono",Consolas,"Lucida Consol=
e",monospace;font-size:0.9em;margin-left:1em;overflow:hidden;color:rgb=
(85,0,0)"><span style=3D"font-weight:bold;letter-spacing:-0.018em;break-aft=
er:avoid;font-size:1.6em;color:rgb(0,0,0);font-family:Roboto,"Segoe UI=
",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif"><br></=
span></span></div><div><span style=3D"font-family:"Open Sans Mono"=
;,Consolas,"Lucida Console",monospace;font-size:0.9em;margin-left=
:1em;overflow:hidden;color:rgb(85,0,0)"><span style=3D"font-weight:bold;let=
ter-spacing:-0.018em;break-after:avoid;font-size:1.6em;color:rgb(0,0,0);fon=
t-family:Roboto,"Segoe UI",Verdana,"Bitstream Vera Sans"=
;,Helvetica,sans-serif">Python Traceback</span><div style=3D"margin-left:1e=
m;color:rgb(0,0,0);font-family:Roboto,"Segoe UI",Verdana,"Bi=
tstream Vera Sans",Helvetica,sans-serif;font-size:16px">Most recent ca=
ll last:<ul style=3D"list-style:none;margin:0.5em 0px;padding:0px"><li><a h=
ref=3D"https://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned=
_drop#frame0" style=3D"color:rgb(187,0,0);border:none" target=3D"_blank" re=
l=3D"nofollow" data-saferedirecturl=3D"https://www.google.com/url?hl=3Den-G=
B&q=3Dhttps://tracpilot.vistaar.us/test1/admin/ticket/customfields/plan=
ned_drop%23frame0&source=3Dgmail&ust=3D1773130464453000&usg=3DA=
OvVaw2aWeVGPTUY5dgt9pjYXzhP"><span style=3D"color:rgb(102,102,102);font-siz=
e:13.6px">File "/usr/local/lib/python3.12/site-packages/trac/web/main.=
py", line=C2=A0<strong>610</strong>=C2=A0, in=C2=A0</span><span style=
=3D"font-family:"Open Sans Mono",Consolas,"Lucida Console&qu=
ot;,monospace;font-weight:bold">dispatch_request</span></a></li><li><a href=
=3D"https://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_dr=
op#frame1" style=3D"color:rgb(187,0,0);border:none" target=3D"_blank" rel=
=3D"nofollow" data-saferedirecturl=3D"https://www.google.com/url?hl=3Den-GB=
&q=3Dhttps://tracpilot.vistaar.us/test1/admin/ticket/customfields/plann=
ed_drop%23frame1&source=3Dgmail&ust=3D1773130464453000&usg=3DAO=
vVaw1MyjW7kxfpA2CHce7Zl-C8"><span style=3D"color:rgb(102,102,102);font-size=
:13.6px">File "/usr/local/lib/python3.12/site-packages/trac/web/main.p=
y", line=C2=A0<strong>302</strong>=C2=A0, in=C2=A0</span><span style=
=3D"font-family:"Open Sans Mono",Consolas,"Lucida Console&qu=
ot;,monospace;font-weight:bold">dispatch</span></a></li><li><a href=3D"http=
s://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_drop#frame=
2" style=3D"color:rgb(187,0,0);border:none" target=3D"_blank" rel=3D"nofoll=
ow" data-saferedirecturl=3D"https://www.google.com/url?hl=3Den-GB&q=3Dh=
ttps://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_drop%23=
frame2&source=3Dgmail&ust=3D1773130464453000&usg=3DAOvVaw32KtIP=
MVPPGSt8q-ra_0Q4"><span style=3D"color:rgb(102,102,102);font-size:13.6px">F=
ile "/usr/local/lib/python3.12/site-packages/trac/web/main.py", l=
ine=C2=A0<strong>248</strong>=C2=A0, in=C2=A0</span><span style=3D"font-fam=
ily:"Open Sans Mono",Consolas,"Lucida Console",monospac=
e;font-weight:bold">dispatch</span></a></li><li><a href=3D"https://tracpilo=
t.vistaar.us/test1/admin/ticket/customfields/planned_drop#frame3" style=3D"=
color:rgb(187,0,0);border:none" target=3D"_blank" rel=3D"nofollow" data-saf=
eredirecturl=3D"https://www.google.com/url?hl=3Den-GB&q=3Dhttps://tracp=
ilot.vistaar.us/test1/admin/ticket/customfields/planned_drop%23frame3&s=
ource=3Dgmail&ust=3D1773130464453000&usg=3DAOvVaw3t3L2KWmG3AXyE097P=
1NWh"><span style=3D"color:rgb(102,102,102);font-size:13.6px">File "/u=
sr/local/lib/python3.12/site-packages/trac/admin/web_ui.py", line=C2=
=A0<strong>104</strong>=C2=A0, in=C2=A0</span><span style=3D"font-family:&q=
uot;Open Sans Mono",Consolas,"Lucida Console",monospace;font=
-weight:bold">process_request</span></a></li><li><a href=3D"https://tracpil=
ot.vistaar.us/test1/admin/ticket/customfields/planned_drop#frame4" style=3D=
"color:rgb(187,0,0);border:none" target=3D"_blank" rel=3D"nofollow" data-sa=
feredirecturl=3D"https://www.google.com/url?hl=3Den-GB&q=3Dhttps://trac=
pilot.vistaar.us/test1/admin/ticket/customfields/planned_drop%23frame4&=
source=3Dgmail&ust=3D1773130464453000&usg=3DAOvVaw2DrICMca-XdV6cVEf=
EtRfr"><span style=3D"color:rgb(102,102,102);font-size:13.6px">File "/=
usr/local/lib/python3.12/site-packages/customfieldadmin/admin.py", lin=
e=C2=A0<strong>73</strong>=C2=A0, in=C2=A0</span><span style=3D"font-family=
:"Open Sans Mono",Consolas,"Lucida Console",monospace;f=
ont-weight:bold">render_admin_panel</span></a></li><li><a href=3D"https://t=
racpilot.vistaar.us/test1/admin/ticket/customfields/planned_drop#frame5" st=
yle=3D"color:rgb(187,0,0);border:none" target=3D"_blank" rel=3D"nofollow" d=
ata-saferedirecturl=3D"https://www.google.com/url?hl=3Den-GB&q=3Dhttps:=
//tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_drop%23frame=
5&source=3Dgmail&ust=3D1773130464453000&usg=3DAOvVaw1J96jnYxOf7=
jfa5Kp28v7V"><span style=3D"color:rgb(102,102,102);font-size:13.6px">File &=
quot;/usr/local/lib/python3.12/site-packages/customfieldadmin/api.py",=
line=C2=A0<strong>162</strong>=C2=A0, in=C2=A0</span><span style=3D"font-f=
amily:"Open Sans Mono",Consolas,"Lucida Console",monosp=
ace;font-weight:bold">update_custom_field</span></a></li><li><a href=3D"htt=
ps://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_drop#fram=
e6" style=3D"color:rgb(187,0,0);border:none" target=3D"_blank" rel=3D"nofol=
low" data-saferedirecturl=3D"https://www.google.com/url?hl=3Den-GB&q=3D=
https://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_drop%2=
3frame6&source=3Dgmail&ust=3D1773130464453000&usg=3DAOvVaw2b1vz=
Rl4bYMAuh7L_-vQBN"><span style=3D"color:rgb(102,102,102);font-size:13.6px">=
File "/usr/local/lib/python3.12/site-packages/customfieldadmin/api.py&=
quot;, line=C2=A0<strong>130</strong>=C2=A0, in=C2=A0</span><span style=3D"=
font-family:"Open Sans Mono",Consolas,"Lucida Console",=
monospace;font-weight:bold">create_custom_field</span></a></li></ul></div><=
span style=3D"clear:both;border-bottom:1px solid rgb(215,215,215);border-co=
llapse:collapse;border-spacing:0px;margin:1em;width:auto;color:rgb(0,0,0);f=
ont-family:Roboto,"Segoe UI",Verdana,"Bitstream Vera Sans&qu=
ot;,Helvetica,sans-serif;font-size:16px"><span style=3D"border-top:1px soli=
d rgb(221,221,221)"><span style=3D"padding:0.3em 0.5em;font-size:14.4px;bor=
der:1px solid rgb(221,221,221);vertical-align:top;background:rgb(247,247,24=
7);font-weight:bold"><br>Trac</span><span style=3D"border:1px solid rgb(221=
,221,221);padding:0.3em 0.5em;vertical-align:top;font-size:14.4px"><br>1.6.=
1.dev0</span></span><span style=3D"border-top:1px solid rgb(221,221,221)"><=
span style=3D"padding:0.3em 0.5em;font-size:14.4px;border:1px solid rgb(221=
,221,221);vertical-align:top;background:rgb(247,247,247);font-weight:bold">=
<br>Babel</span><span style=3D"border:1px solid rgb(221,221,221);padding:0.=
3em 0.5em;vertical-align:top;font-size:14.4px"><br>2.13.1</span></span><spa=
n style=3D"border-top:1px solid rgb(221,221,221)"><span style=3D"padding:0.=
3em 0.5em;font-size:14.4px;border:1px solid rgb(221,221,221);vertical-align=
:top;background:rgb(247,247,247);font-weight:bold"><br>Docutils</span><span=
style=3D"border:1px solid rgb(221,221,221);padding:0.3em 0.5em;vertical-al=
ign:top;font-size:14.4px"><br>0.20.1</span></span><span style=3D"border-top=
:1px solid rgb(221,221,221)"><span style=3D"padding:0.3em 0.5em;font-size:1=
4.4px;border:1px solid rgb(221,221,221);vertical-align:top;background:rgb(2=
47,247,247);font-weight:bold"><br>Jinja2</span><span style=3D"border:1px so=
lid rgb(221,221,221);padding:0.3em 0.5em;vertical-align:top;font-size:14.4p=
x"><br>3.1.6</span></span><span style=3D"border-top:1px solid rgb(221,221,2=
21)"><span style=3D"padding:0.3em 0.5em;font-size:14.4px;border:1px solid r=
gb(221,221,221);vertical-align:top;background:rgb(247,247,247);font-weight:=
bold"><br></span></span><span style=3D"border-top:1px solid rgb(221,221,221=
)"><span style=3D"padding:0.3em 0.5em;font-size:14.4px;border:1px solid rgb=
(221,221,221);vertical-align:top;background:rgb(247,247,247);font-weight:bo=
ld">Python</span><span style=3D"border:1px solid rgb(221,221,221);padding:0=
.3em 0.5em;vertical-align:top;font-size:14.4px"><br>3.12.12 (main, Jan 16 2=
026, 00:00:00) [GCC 14.3.1 20250617 (Red Hat 14.3.1-2)]</span></span><span =
style=3D"border-top:1px solid rgb(221,221,221)"><span style=3D"padding:0.3e=
m 0.5em;font-size:14.4px;border:1px solid rgb(221,221,221);vertical-align:t=
op;background:rgb(247,247,247);font-weight:bold"><br>setuptools</span><span=
style=3D"border:1px solid rgb(221,221,221);padding:0.3em 0.5em;vertical-al=
ign:top;font-size:14.4px"><br>69.0.3</span></span><span style=3D"border-top=
:1px solid rgb(221,221,221)"><span style=3D"padding:0.3em 0.5em;font-size:1=
4.4px;border:1px solid rgb(221,221,221);vertical-align:top;background:rgb(2=
47,247,247);font-weight:bold"><br>SQLite</span><span style=3D"border:1px so=
lid rgb(221,221,221);padding:0.3em 0.5em;vertical-align:top;font-size:14.4p=
x"><br>3.46.1</span></span><span style=3D"border-top:1px solid rgb(221,221,=
221)"><span style=3D"padding:0.3em 0.5em;font-size:14.4px;border:1px solid =
rgb(221,221,221);vertical-align:top;background:rgb(247,247,247);font-weight=
:bold"><br>jQuery</span><span style=3D"border:1px solid rgb(221,221,221);pa=
dding:0.3em 0.5em;vertical-align:top;font-size:14.4px"><br>3.6.3</span></sp=
an><span style=3D"border-top:1px solid rgb(221,221,221)"><span style=3D"pad=
ding:0.3em 0.5em;font-size:14.4px;border:1px solid rgb(221,221,221);vertica=
l-align:top;background:rgb(247,247,247);font-weight:bold"><br>jQuery UI</sp=
an><span style=3D"border:1px solid rgb(221,221,221);padding:0.3em 0.5em;ver=
tical-align:top;font-size:14.4px;background:rgb(238,238,221)"><br>1.13.0</s=
pan></span><span style=3D"border-top:1px solid rgb(221,221,221)"><span styl=
e=3D"padding:0.3em 0.5em;font-size:14.4px;border:1px solid rgb(221,221,221)=
;vertical-align:top;background:rgb(247,247,247);font-weight:bold"><br>jQuer=
y Timepicker</span><span style=3D"border:1px solid rgb(221,221,221);padding=
:0.3em 0.5em;vertical-align:top;font-size:14.4px"><br>1.6.3</span></span></=
span>
<br></span></div><div><span style=3D"font-family:"Open Sans Mono"=
,Consolas,"Lucida Console",monospace;font-size:0.9em;margin-left:=
1em;overflow:hidden;color:rgb(85,0,0)">
<span style=3D"font-weight:bold;letter-spacing:-0.018em;break-after:avoid;f=
ont-size:1.6em;margin-top:2em;color:rgb(0,0,0);font-family:Roboto,"Seg=
oe UI",Verdana,"Bitstream Vera Sans",Helvetica,sans-serif">I=
nstalled Plugins</span><span style=3D"clear:both;border-bottom:1px solid rg=
b(215,215,215);border-collapse:collapse;border-spacing:0px;margin:1em;width=
:auto;color:rgb(0,0,0);font-family:Roboto,"Segoe UI",Verdana,&quo=
t;Bitstream Vera Sans",Helvetica,sans-serif;font-size:16px"><span styl=
e=3D"background:rgb(247,247,240)"><span style=3D"padding:2px 0.5em;font-siz=
e:14.4px;border:1px solid rgb(221,221,221);font-weight:bold;vertical-align:=
bottom;background:rgb(247,247,247)"><br>Name</span><span style=3D"padding:2=
px 0.5em;font-size:14.4px;border:1px solid rgb(221,221,221);font-weight:bol=
d;vertical-align:bottom;background:rgb(247,247,247)"><br>Version</span><spa=
n style=3D"padding:2px 0.5em;font-size:14.4px;border:1px solid rgb(221,221,=
221);font-weight:bold;vertical-align:bottom;background:rgb(247,247,247)"><b=
r>Location</span></span><span style=3D"border-top:1px solid rgb(221,221,221=
)"><span style=3D"padding:0.3em 0.5em;font-size:14.4px;border:1px solid rgb=
(221,221,221);vertical-align:top;background:rgb(247,247,247);font-weight:bo=
ld"><br><a href=3D"https://trac-hacks.org/wiki/MultipleWorkflowPlugin" styl=
e=3D"color:rgb(187,0,0);border-bottom:1px dotted rgb(187,187,187)" target=
=3D"_blank" rel=3D"nofollow" data-saferedirecturl=3D"https://www.google.com=
/url?hl=3Den-GB&q=3Dhttps://trac-hacks.org/wiki/MultipleWorkflowPlugin&=
amp;source=3Dgmail&ust=3D1773130464453000&usg=3DAOvVaw0YA8p3xGeYoc9=
UatiDmR6T">MultipleWorkflowPlugin</a></span><span style=3D"border:1px solid=
rgb(221,221,221);padding:0.3em 0.5em;vertical-align:top;font-size:14.4px">=
<br>1.5.3</span><span style=3D"border:1px solid rgb(221,221,221);padding:0.=
3em 0.5em;vertical-align:top;font-size:14.4px;color:rgb(102,102,102)"><br><=
a href=3D"https://tracpilot.vistaar.us/test1/admin/ticket/customfields/plan=
ned_drop#frame0" style=3D"color:rgb(187,0,0);border-bottom:1px dotted rgb(1=
87,187,187)" target=3D"_blank" rel=3D"nofollow" data-saferedirecturl=3D"htt=
ps://www.google.com/url?hl=3Den-GB&q=3Dhttps://tracpilot.vistaar.us/tes=
t1/admin/ticket/customfields/planned_drop%23frame0&source=3Dgmail&u=
st=3D1773130464453000&usg=3DAOvVaw2aWeVGPTUY5dgt9pjYXzhP">/usr/local/li=
b/python3.12/site-packages</a></span></span><span style=3D"border-top:1px s=
olid rgb(221,221,221)"><span style=3D"padding:0.3em 0.5em;font-size:14.4px;=
border:1px solid rgb(221,221,221);vertical-align:top;background:rgb(247,247=
,247);font-weight:bold"><br><a href=3D"https://trac-hacks.org/wiki/AccountM=
anagerPlugin" style=3D"color:rgb(187,0,0);border-bottom:1px dotted rgb(187,=
187,187)" target=3D"_blank" rel=3D"nofollow" data-saferedirecturl=3D"https:=
//www.google.com/url?hl=3Den-GB&q=3Dhttps://trac-hacks.org/wiki/Account=
ManagerPlugin&source=3Dgmail&ust=3D1773130464453000&usg=3DAOvVa=
w3nRYsjGPinpfvm1KLERJsj">TracAccountManager</a></span><span style=3D"border=
:1px solid rgb(221,221,221);padding:0.3em 0.5em;vertical-align:top;font-siz=
e:14.4px"><br>0.6.1.dev0</span><span style=3D"border:1px solid rgb(221,221,=
221);padding:0.3em 0.5em;vertical-align:top;font-size:14.4px;color:rgb(102,=
102,102)"><br><a href=3D"https://tracpilot.vistaar.us/test1/admin/ticket/cu=
stomfields/planned_drop#frame0" style=3D"color:rgb(187,0,0);border-bottom:1=
px dotted rgb(187,187,187)" target=3D"_blank" rel=3D"nofollow" data-safered=
irecturl=3D"https://www.google.com/url?hl=3Den-GB&q=3Dhttps://tracpilot=
.vistaar.us/test1/admin/ticket/customfields/planned_drop%23frame0&sourc=
e=3Dgmail&ust=3D1773130464453000&usg=3DAOvVaw2aWeVGPTUY5dgt9pjYXzhP=
">/usr/local/lib/python3.12/site-packages</a></span></span><span style=3D"b=
order-top:1px solid rgb(221,221,221)"><span style=3D"padding:0.3em 0.5em;fo=
nt-size:14.4px;border:1px solid rgb(221,221,221);vertical-align:top;backgro=
und:rgb(247,247,247);font-weight:bold"><br><a href=3D"https://trac-hacks.or=
g/wiki/CustomFieldAdminPlugin" style=3D"color:rgb(187,0,0);border-bottom:1p=
x dotted rgb(187,187,187)" target=3D"_blank" rel=3D"nofollow" data-saferedi=
recturl=3D"https://www.google.com/url?hl=3Den-GB&q=3Dhttps://trac-hacks=
.org/wiki/CustomFieldAdminPlugin&source=3Dgmail&ust=3D1773130464453=
000&usg=3DAOvVaw0m3gQXObzf3WS5_dbScpxR">TracCustomFieldAdmin</a></span>=
<span style=3D"border:1px solid rgb(221,221,221);padding:0.3em 0.5em;vertic=
al-align:top;font-size:14.4px"><br>0.4.0.dev0</span><span style=3D"border:1=
px solid rgb(221,221,221);padding:0.3em 0.5em;vertical-align:top;font-size:=
14.4px;color:rgb(102,102,102)"><br><a href=3D"https://tracpilot.vistaar.us/=
test1/admin/ticket/customfields/planned_drop#frame0" style=3D"color:rgb(187=
,0,0);border-bottom:1px dotted rgb(187,187,187)" target=3D"_blank" rel=3D"n=
ofollow" data-saferedirecturl=3D"https://www.google.com/url?hl=3Den-GB&=
q=3Dhttps://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_dr=
op%23frame0&source=3Dgmail&ust=3D1773130464453000&usg=3DAOvVaw2=
aWeVGPTUY5dgt9pjYXzhP">/usr/local/lib/python3.12/site-packages</a></span></=
span><span style=3D"border-top:1px solid rgb(221,221,221)"><span style=3D"p=
adding:0.3em 0.5em;font-size:14.4px;border:1px solid rgb(221,221,221);verti=
cal-align:top;background:rgb(247,247,247);font-weight:bold"><br><a href=3D"=
https://trac-hacks.org/wiki/TracLdapAuthPlugin" style=3D"color:rgb(187,0,0)=
;border-bottom:1px dotted rgb(187,187,187)" target=3D"_blank" rel=3D"nofoll=
ow" data-saferedirecturl=3D"https://www.google.com/url?hl=3Den-GB&q=3Dh=
ttps://trac-hacks.org/wiki/TracLdapAuthPlugin&source=3Dgmail&ust=3D=
1773130464453000&usg=3DAOvVaw3eonlXtKnewjZPeGy3SblO">TracLDAPAuth</a></=
span><span style=3D"border:1px solid rgb(221,221,221);padding:0.3em 0.5em;v=
ertical-align:top;font-size:14.4px"><br>1.2.2</span><span style=3D"border:1=
px solid rgb(221,221,221);padding:0.3em 0.5em;vertical-align:top;font-size:=
14.4px;color:rgb(102,102,102)"><br><a href=3D"https://tracpilot.vistaar.us/=
test1/admin/ticket/customfields/planned_drop#frame0" style=3D"color:rgb(187=
,0,0);border-bottom:1px dotted rgb(187,187,187)" target=3D"_blank" rel=3D"n=
ofollow" data-saferedirecturl=3D"https://www.google.com/url?hl=3Den-GB&=
q=3Dhttps://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_dr=
op%23frame0&source=3Dgmail&ust=3D1773130464453000&usg=3DAOvVaw2=
aWeVGPTUY5dgt9pjYXzhP">/usr/local/lib/python3.12/site-packages</a></span></=
span><span style=3D"border-top:1px solid rgb(221,221,221)"><span style=3D"p=
adding:0.3em 0.5em;font-size:14.4px;border:1px solid rgb(221,221,221);verti=
cal-align:top;background:rgb(247,247,247);font-weight:bold"><br><a href=3D"=
http://trac-hacks.org/wiki/PermRedirectPlugin" style=3D"color:rgb(187,0,0);=
border-bottom:1px dotted rgb(187,187,187)" target=3D"_blank" rel=3D"nofollo=
w" data-saferedirecturl=3D"https://www.google.com/url?hl=3Den-GB&q=3Dht=
tp://trac-hacks.org/wiki/PermRedirectPlugin&source=3Dgmail&ust=3D17=
73130464453000&usg=3DAOvVaw2Bn4s5R46ji32EfYeTUYCm">TracPermRedirect</a>=
</span><span style=3D"border:1px solid rgb(221,221,221);padding:0.3em 0.5em=
;vertical-align:top;font-size:14.4px"><br>3.0</span><span style=3D"border:1=
px solid rgb(221,221,221);padding:0.3em 0.5em;vertical-align:top;font-size:=
14.4px;color:rgb(102,102,102)"><br><a href=3D"https://tracpilot.vistaar.us/=
test1/admin/ticket/customfields/planned_drop#frame0" style=3D"color:rgb(187=
,0,0);border-bottom:1px dotted rgb(187,187,187)" target=3D"_blank" rel=3D"n=
ofollow" data-saferedirecturl=3D"https://www.google.com/url?hl=3Den-GB&=
q=3Dhttps://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_dr=
op%23frame0&source=3Dgmail&ust=3D1773130464453000&usg=3DAOvVaw2=
aWeVGPTUY5dgt9pjYXzhP">/usr/local/lib/python3.12/site-packages</a></span></=
span><span style=3D"border-top:1px solid rgb(221,221,221)"><span style=3D"p=
adding:0.3em 0.5em;font-size:14.4px;border:1px solid rgb(221,221,221);verti=
cal-align:top;background:rgb(247,247,247);font-weight:bold"><br><a href=3D"=
https://trac-hacks.org/wiki/TracTicketFieldsLayoutPlugin" style=3D"color:rg=
b(187,0,0);border-bottom:1px dotted rgb(187,187,187)" target=3D"_blank" rel=
=3D"nofollow" data-saferedirecturl=3D"https://www.google.com/url?hl=3Den-GB=
&q=3Dhttps://trac-hacks.org/wiki/TracTicketFieldsLayoutPlugin&sourc=
e=3Dgmail&ust=3D1773130464453000&usg=3DAOvVaw3elhy3-9Y-fIvIpXibod3L=
">TracTicketFieldsLayoutPlugin</a></span><span style=3D"border:1px solid rg=
b(221,221,221);padding:0.3em 0.5em;vertical-align:top;font-size:14.4px"><br=
>0.12.0.10</span><span style=3D"border:1px solid rgb(221,221,221);padding:0=
.3em 0.5em;vertical-align:top;font-size:14.4px;color:rgb(102,102,102)"><br>=
<a href=3D"https://tracpilot.vistaar.us/test1/admin/ticket/customfields/pla=
nned_drop#frame0" style=3D"color:rgb(187,0,0);border-bottom:1px dotted rgb(=
187,187,187)" target=3D"_blank" rel=3D"nofollow" data-saferedirecturl=3D"ht=
tps://www.google.com/url?hl=3Den-GB&q=3Dhttps://tracpilot.vistaar.us/te=
st1/admin/ticket/customfields/planned_drop%23frame0&source=3Dgmail&=
ust=3D1773130464453000&usg=3DAOvVaw2aWeVGPTUY5dgt9pjYXzhP">/usr/local/l=
ib/python3.12/site-packages</a></span></span><span style=3D"border-top:1px =
solid rgb(221,221,221)"><span style=3D"padding:0.3em 0.5em;font-size:14.4px=
;border:1px solid rgb(221,221,221);vertical-align:top;background:rgb(247,24=
7,247);font-weight:bold"><br><a href=3D"https://trac-hacks.org/wiki/XmlRpcP=
lugin" style=3D"color:rgb(187,0,0);border-bottom:1px dotted rgb(187,187,187=
)" target=3D"_blank" rel=3D"nofollow" data-saferedirecturl=3D"https://www.g=
oogle.com/url?hl=3Den-GB&q=3Dhttps://trac-hacks.org/wiki/XmlRpcPlugin&a=
mp;source=3Dgmail&ust=3D1773130464453000&usg=3DAOvVaw3tSJdjktGZJIiR=
JU_RefL-">TracXMLRPC</a></span><span style=3D"border:1px solid rgb(221,221,=
221);padding:0.3em 0.5em;vertical-align:top;font-size:14.4px"><br>1.2.0.dev=
0</span><span style=3D"border:1px solid rgb(221,221,221);padding:0.3em 0.5e=
m;vertical-align:top;font-size:14.4px;color:rgb(102,102,102)"><br><a href=
=3D"https://tracpilot.vistaar.us/test1/admin/ticket/customfields/planned_dr=
op#frame0" style=3D"color:rgb(187,0,0);border-bottom:1px dotted rgb(187,187=
,187)" target=3D"_blank" rel=3D"nofollow" data-saferedirecturl=3D"https://w=
ww.google.com/url?hl=3Den-GB&q=3Dhttps://tracpilot.vistaar.us/test1/adm=
in/ticket/customfields/planned_drop%23frame0&source=3Dgmail&ust=3D1=
773130464453000&usg=3DAOvVaw2aWeVGPTUY5dgt9pjYXzhP">/usr/local/lib/pyth=
on3.12/site-packages</a></span></span></span>
</span></div></blockquote></div>
<p></p>
-- <br />
You received this message because you are subscribed to the Google Groups &=
quot;Trac Users" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:trac-users+unsubscribe-/[email protected]">trac-use=
rs+unsubscribe-/[email protected]</a>.<br />
To view this discussion visit <a href=3D"https://groups.google.com/d/msgid/=
trac-users/27c25083-6498-45d1-bcf3-cb120743dea0n%40googlegroups.com?utm_med=
ium=3Demail&utm_source=3Dfooter">https://groups.google.com/d/msgid/trac-use=
rs/27c25083-6498-45d1-bcf3-cb120743dea0n%40googlegroups.com</a>.<br />
------=_Part_31313_1938894020.1773373432387--
------=_Part_31312_813959138.1773373432387--