[wingide-users] Error when setting custom Python executable.
Максим Lacrima
lacrima.maxim at gmail.com
Sun Jan 3 15:16:42 MST 2010
Hello!
English is not my first language, so excuse me, please.
I use zc.buildout to create an isolated environment for my project.
So I want to use python executable from that environment in my Wing IDE
project.
I am trying to set up it (with no success) in Project -> Properties menu.
After setting the path (/home/maxim/projects/unikeeper/bin/python) in that
menu to my python executable and restarting Python shell I get following
exception in the shell:
Traceback (most recent call last):
File "/home/maxim/projects/unikeeper/bin/python", line 11, in <module>
_options, _args = __import__("getopt").getopt(sys.argv[1:], 'ic:m:')
File "/usr/lib/python2.6/getopt.py", line 91, in getopt
opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
File "/usr/lib/python2.6/getopt.py", line 191, in do_shorts
if short_has_arg(opt, shortopts):
File "/usr/lib/python2.6/getopt.py", line 207, in short_has_arg
raise GetoptError('option -%s not recognized' % opt, opt)
getopt.GetoptError: option -u not recognized
What would you suggest me to resolve this problem?
Thanks in advance.
With regards,
Breyev Maxim.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/wingide-users/attachments/20100104/878bf6a7/attachment.html
More information about the wingide-users
mailing list