sillsdev / ptx2pdf

XeTeX based macro package for typesetting USFM formatted (Paratext output) scripture files
23 stars 8 forks source link

unable to start newer versions #980

Closed pacovsky closed 1 month ago

pacovsky commented 1 month ago

The last working version that can be downloaded is the 2.5.8, newer return error upon launch:

Traceback (most recent call last): File "ptxprint.py", line 197, in File "ptxprint.py", line 197, in AttributeError: 'NoneType' object has no attribute 'replace'

markpenny commented 1 month ago

Thanks for reporting this issue. We recently changed the way that projects are located (enabling multiple locations, and duplicate short project codes). This regression was as a result of that. It has now been fixed, and will be made available in the next release (2.6.3) which should be in the next day or two.

pacovsky commented 1 month ago

Hi,

I just checked what was going on...

The args.project on a fresh install was returning by me [None].

Best, Jan

On September 26, 2024 11:13:23 AM GMT+02:00, Mark Penny @.***> wrote:

Thanks for reporting this issue. We recently changed the way that projects are located (enabling multiple locations, and duplicate short project codes). This regression was as a result of that. It has now been fixed, and will be made available in the next release (2.6.3) which should be in the next day or two.

-- Reply to this email directly or view it on GitHub: https://github.com/sillsdev/ptx2pdf/issues/980#issuecomment-2376396194 You are receiving this because you authored the thread.

Message ID: @.***>

markpenny commented 1 month ago

@pacovsky Has this issue now been solved for you? If so, go ahead and close the issue. Thanks.