Re: [Trac] Trac as a windows service

2024-04-23 Thread jiho lee
If you are not using IIS, you will need to write python code to replace tracd. I've included documentation to help you with this in the previous link. 2024년 4월 23일 (화) 오후 10:34, Jamie 님이 작성: > Ah ok, Thank you. I'll look into that. > > On Tuesday, April 23, 2024 at 1:13:48 PM UTC+1 Jun Omae

Re: [Trac] Trac as a windows service

2024-04-23 Thread jiho lee
have the script and it works to > start the service the issue I have is with getting the service to stop > while using tracd. > > On Monday, April 22, 2024 at 8:23:32 PM UTC+1 jiho lee wrote: > >> Hello, >> >> You might want to check out these two articles. >> >>

Re: [Trac] Trac as a windows service

2024-04-22 Thread jiho lee
Hello, You might want to check out these two articles. - https://thepythoncorner.com/posts/2018-08-01-how-to-create-a-windows-service-in-python/ - https://trac.edgewall.org/wiki/Gunicorn The first article explains how to register your Python program with Windows Services. The

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

2022-09-12 Thread jiho lee
If you send an e-mail to the mailing list below, I think someone will respond. https://groups.google.com/g/trac-hacks There is a future society, but my future is not what others do.

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 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