[wingide-users] Error when setting custom Python executable.
Wing IDE Support
support at wingware.com
Mon Jan 4 08:53:33 MST 2010
On 1/4/10 2:29 AM, René Pijlman wrote:
> Op 3-1-2010 23:16, Максим Lacrima schreef:
>> getopt.GetoptError: option -u not recognized
>
> http://wingide.com/pipermail/wingide-users/2009-November/007214.html
A workaround is to add
if sys.argv[1] == '-u':
sys.argv.remove('-u')
before getopt is invoked. This is really a bug in buildout. Note that
there may be problems with debug i/o buffering on Windows if this is done.
Cheers,
John
More information about the wingide-users
mailing list