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

2022-09-07 Thread Jun Omae
On Thu, Sep 8, 2022 at 2:25 AM Jun Omae wrote: > > The issue is reproduced when installing Trac after Babel is installed. > Also, the same issue is raised even when installing trunk. > > Could you please file the issue via trac.edgewall.org/newticket if possible? Sorry, I misunderstood it.

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

2022-09-07 Thread Jun Omae
Hi, On Wed, Sep 7, 2022 at 9:50 PM Roger Oberholtzer wrote: > > I have decided to try Trac 1.5 as the system on which this runs was > forced to move to Python3. Or, one can say that Python2 is difficult > to use on this system. > > Anyway, when I tried to install Trac 1.5x with this command: > >

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

2022-09-07 Thread jiho lee
Hello Roger Oberholtzer Try installing Trac by creating a Python virtual environment. However, please check out the Trac source code directly from SVN, not from a link you know. There is

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

2022-09-07 Thread jiho lee
Hello RjOllos, Please download the file from the link below in the previous email to complete the installation. Install pip https://download.edgewall.org/trac/Trac-latest-dev.tar.gz But the file in the link above gives an error when initializing the trac project. ImportError: Could not import

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

2022-09-07 Thread RjOllos
On Wednesday, September 7, 2022 at 7:48:38 AM UTC-7 sea...@gmail.com wrote: > Unfortunately, with Trac version 1.5, you have to download the Trac code, > make some modifications, and then install it. > What modifications did you make? We haven't had any issues reported. If you are

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

2022-09-07 Thread RjOllos
On Wednesday, September 7, 2022 at 5:50:40 AM UTC-7 Roger Oberholtzer wrote: > I have decided to try Trac 1.5 as the system on which this runs was > forced to move to Python3. Or, one can say that Python2 is difficult > to use on this system. > > Anyway, when I tried to install Trac 1.5x

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

2022-09-07 Thread jiho lee
Unfortunately, with Trac version 1.5, you have to download the Trac code, make some modifications, and then install it. This task can be easily done by someone familiar with Python, but I think there are parts that are difficult for ordinary users to do. I installed Trac 1.5 on Python 3.7 (as

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

2022-09-07 Thread Roger Oberholtzer
On Wed, Aug 17, 2022 at 2:26 AM RjOllos wrote: > > > > On Tuesday, August 16, 2022 at 12:00:21 AM UTC-7 Roger Oberholtzer wrote: >> >> On Mon, Aug 15, 2022 at 11:10 PM RjOllos wrote: >> > >> > >> > >> > On Monday, August 15, 2022 at 1:50:22 AM UTC-7 Roger Oberholtzer wrote: >> >> >> >> I'm