corazza
corazza

Reputation: 32364

Scons plugin in Eclipse cannot find scons executable

I'm installing Scons to be used in an Eclipse project on Windows. I've installed the Sconsolidator plugin for Eclipse, but that plugin is asking me for the path to the Scons executable.

I've tried both scons.bat and scons.py in C:\Python33\Scripts, but neither of them seem to solve the problem.

What am I supposed to do?

Upvotes: 0

Views: 581

Answers (1)

darthbith
darthbith

Reputation: 19617

Unfortunately, SCons does not support Python 3: http://www.scons.org/wiki/FrequentlyAskedQuestions#What_version_of_Python_do_I_need.3F

Upvotes: 2

Related Questions