[wingide-users] poblem setting python executable
Wing IDE Support
support at wingware.com
Sun May 2 18:11:34 MDT 2010
On 05/02/2010 07:48 AM, nadia raj wrote:
> hi,
> I just installed python 3.1 using standard sudo make install method.
> but when in wingide in project properties in set python executable to
> 'usr/local/bin/python3.1 ' i get following error in a pop up box:
I think you're missing the leading slash. Try either
/usr/local/bin/python3.1
or
python3.1
The latter works if /usr/local/bin is in your path.
Cheers,
John
More information about the wingide-users
mailing list