You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The xls2xform command is not available after running pip install pyxform. Looking at pyproject.toml it seems that the executable is now installed with the name xlsform, and indeed running xlsform input.xlsx output.xml produces the expected results.
The xlsform executable is built from the xls2xform.py file, so I wasn't sure which was the intended name; I'd be happy to put together a pull request changing the executable name or the Python file name (and updating the readme), but I wasn't sure which name was preferred.
The text was updated successfully, but these errors were encountered:
Software and hardware versions
pyxform v2.0.3, Python v3.12.5
Problem description
The
xls2xform
command is not available after runningpip install pyxform
. Looking at pyproject.toml it seems that the executable is now installed with the namexlsform
, and indeed runningxlsform input.xlsx output.xml
produces the expected results.The
xlsform
executable is built from thexls2xform.py
file, so I wasn't sure which was the intended name; I'd be happy to put together a pull request changing the executable name or the Python file name (and updating the readme), but I wasn't sure which name was preferred.The text was updated successfully, but these errors were encountered: