Message1356

Author nirvdrum
Recipients
Date 2006-12-04.02:01:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
If the list of filenames to compile has trailing whitespace, jythonc fails with a less-than-helpful error message.  In particular, the whitespace will cause the comparison on main.py:201 to fail, which in turn will out put the error message "Could not find class" from main.py:212.  Moreover, this error message will output the class name in question, which will appear to be correct to the user -- especially if the shell eats trailing whitespace.

The suggested fix is to chomp whitespace on main.py:201.
History
Date User Action Args
2008-02-20 17:17:37adminlinkissue1608213 messages
2008-02-20 17:17:37admincreate