Ticket #1 (new defect)

Opened 1 year ago

[mlabwrap] configuration failure to detect matlab

Reported by: cdavid Assigned to: somebody
Priority: major Milestone:
Component: component1 Version:
Keywords: Cc:

Description

I have a failure when doing python setup.py config for mlabwrap. To see what was going on, I removed the /dev/null redirection of the matlab command used to detection version, and saw a problem with escaping... To avoid escaping problems, why not using a very unlikely character, such as | to make the difference ?

here is a patch which makes it work. I know those disutils things a extremely fragile, but I could not understand how the setup config command was supposed to work.

Attachments

setup.patch (1.0 kB) - added by cdavid on 07/03/07 06:12:25.
patch to use | instead of newlines to get matlab info from temp file

Change History

07/03/07 06:12:25 changed by cdavid

  • attachment setup.patch added.

patch to use | instead of newlines to get matlab info from temp file