Okay, so I'm a bit of a programming endeavorer. I downloaded Eclipse (an IDE) and PyDev (a python program that works with Eclipse). To configure both, www.nerdparadise.com says:
"In the help menu, select "Software Updates" and "Find and Install". Click the "Search for new features to install" option. Click next. Add a new remote site. Call it PyDev and give the URL that is given on pydev's website which should be "http://pydev.sourceforge.net/updates/". Press Okidokey and Click next. Check the PyDev box. Click Next. Press 'accept'. Click Next. Click Finish. Wait. Click Install All. Click Yes. Wait. Press OK for the workspace again. Go to Window → Preferences. Under the PyDev node, go to "Interpreter - Python". Click the "New..." button. Navigate to where you installed Python and select python.exe. Press OK. Press OK. Wait. Go to File → New → Project. Select PyDev → PyDev Project. Click Next. Type CubeQuest for the project name. Click the Python version that most resembles the version you installed. Click Finish."
The bolded part is arising confusion. When I try to click the PyDev checkbox, it reads an error message:
"Pydev Mylyn Integration (0.3.0) requires plug-in "org.eclipse.mylyn(2.0.0.v20070627-1400)", or later version."
Does anyone know where I can find this plugin and how to configure it?
"In the help menu, select "Software Updates" and "Find and Install". Click the "Search for new features to install" option. Click next. Add a new remote site. Call it PyDev and give the URL that is given on pydev's website which should be "http://pydev.sourceforge.net/updates/". Press Okidokey and Click next. Check the PyDev box. Click Next. Press 'accept'. Click Next. Click Finish. Wait. Click Install All. Click Yes. Wait. Press OK for the workspace again. Go to Window → Preferences. Under the PyDev node, go to "Interpreter - Python". Click the "New..." button. Navigate to where you installed Python and select python.exe. Press OK. Press OK. Wait. Go to File → New → Project. Select PyDev → PyDev Project. Click Next. Type CubeQuest for the project name. Click the Python version that most resembles the version you installed. Click Finish."
The bolded part is arising confusion. When I try to click the PyDev checkbox, it reads an error message:
"Pydev Mylyn Integration (0.3.0) requires plug-in "org.eclipse.mylyn(2.0.0.v20070627-1400)", or later version."
Does anyone know where I can find this plugin and how to configure it?
*
Comment