[ https://issues.apache.org/jira/browse/PYLUCENE-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17827781#comment-17827781 ]
Andi Vajda commented on PYLUCENE-70: ------------------------------------ Hi Petrus, thank you for the bug report and patch. Please, test the attached jcc_python.patch file that handles more than just package_dir and switches to using r"strings" where \ chars are not a problem. I don't have access to Windows, your help in verifying this patch is appreciated ! > JCC --generate missing additional \ on windows > ---------------------------------------------- > > Key: PYLUCENE-70 > URL: https://issues.apache.org/jira/browse/PYLUCENE-70 > Project: PyLucene > Issue Type: Bug > Environment: Windows11, conda python package > Reporter: Petrus Hyvönen > Priority: Blocker > Attachments: issue_escape_package_dir.patch, jcc_python.patch > > > The --generate seems to be missing double > in package_dir parameter on windows platform > In tests at JCC conda build feedstock > ([https://github.com/conda-forge/jcc-feedstock/tree/main/recipe/test/java-example-test-parameters]) > --generates gives a setup.py with row: > > package_dir={"test1": "build\test1"}, > > But should be: > package_dir={"test1": "build\\test1"}, -- This message was sent by Atlassian Jira (v8.20.10#820010)