How to fix "texexpand error: More than one input file specified" in latex2html

January 20, 2011
There's a bug that causes problems when running latex2html on files which have spaces in the path. The workaround is to either move things to folders with no spaces, or add appropriate symbolic links.

This error had me stumped in trying to process a latex file with latex2html:

texexpand: Error: More than one input file specified.
texexpand failed: No such file or directory

The fix is simple - make sure the path of the current directory does not have any spaces.