Re: [Trac] Re: Trac and Python 3-+

2022-09-11 Thread RjOllos


On Thursday, September 8, 2022 at 5:56:12 AM UTC-7 Roger Oberholtzer wrote:

> More info on ASCIIMath from the trac log: 
>
> 2022-09-08 14:45:08,892 Trac[loader] ERROR: Failed to load plugin from 
> /vol1/trac/systems/plugins/ASCIIMath.py: 
> Traceback (most recent call last): 
> File 
> "/usr/lib/python3.10/site-packages/Trac-1.5.4.dev0-py3.10.egg/trac/loader.py",
>  
>
> line 105, in _load_py_files 
> imp.load_source(plugin_name, plugin_file) 
> File "/usr/lib64/python3.10/imp.py", line 172, in load_source 
> module = _load(spec) 
> File "", line 719, in _load 
> File "", line 688, in _load_unlocked 
> File "", line 883, in exec_module 
> File "", line 241, in 
> _call_with_frames_removed 
> File "/vol1/trac/systems/plugins/ASCIIMath.py", line 342, in  
> Symbol(input="alpha", el=El("mi", u"\u03B1")) 
> File "/vol1/trac/systems/plugins/ASCIIMath.py", line 80, in El 
> if isinstance(text, basestring): 
> NameError: name 'basestring' is not defined
>

You'll need to remove that plugin from /vol1/trac/systems/plugins since 
it's not yet Py3 compatible.
 

-- 
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/46a07e81-76b9-4ba2-bc1c-35daaab854ffn%40googlegroups.com.


Re: [Trac] Re: Trac and Python 3-+

2022-09-11 Thread RjOllos


On Wednesday, September 7, 2022 at 11:57:01 PM UTC-7 Roger Oberholtzer 
wrote:

> Updating pip to 22.2.2 did not make a difference. 
>
> Perhaps I should check it out via svn. What's the proper command to 
> get the best version of 1.5?
>

I added the pip command here:
https://trac.edgewall.org/wiki/TracDownload#Tractrunk

Make sure to use the "svn+" prefix.

I'm swamped lately but hope to find time to release 1.6 soon. 

-- 
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/5bc03c96-eb59-40cf-ba83-6d66dfd7f531n%40googlegroups.com.