I've solved this problem. It turns out another program (ArcGIS) had changed my Python path variable to point to that program's own copy of Python.
I changed the Python path to point to the proper Python installation thusly: Control Panel > System > Advanced system settings > Environnment Variables... > System variables > Edit the PYTHONPATH variable to be (in my case) C:\Python26 After that I re-installed Plone (probably not necessary) and when it started it no longer had the "ImportError: No module named ImplPython". I subsequently ran into this problem: http://dev.plone.org/plone/ticket/9431 But was able to overcome it using the steps described in that link. -- View this message in context: http://plone.293351.n2.nabble.com/localhost-8080-Plone-not-responding-on-Windows-7-tp5115084p5175057.html Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com. _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
