@charles.law Thanks much for the reply. I searched over and over and eventually did find what fixed the problem. Apparently, there's many python add-on, of which pyjs is one, that do not search the windows registry for the "all users" programs entries. I nearly always install for all.
1. uninstall python[2.7] installed "for all users" 2. reinstall "just for me" 3. install the comtypes Success. No, it was not that python version 2.7 was not compatible. I had thought of it and that would have been a greater shame than having to reinstall. :--) On Thursday, July 12, 2012 9:21:00 AM UTC-7, charles.law wrote: > > I'm not sure comtypes installer will work with Python 2.7, you might need > to go back to Python 2.6. Only suggestion I can think of. I have 2.6 > installed, and as far as I can remember, installing comtypes gave no issues. > > On Wed, Jul 11, 2012 at 3:07 PM, Randy Skretka wrote: > >> >> >> I'm in a bad way with having spent lots of hours attempting to understand >> how to set up pyjs on windows. I'm stuck with the comtypes. The >> installer comtypes-0.6.2.win32.exe >> just give me "No Python installation found in the registry". I have added >> both python and pyjs to the windows $env:path as C:\Python27;C:\Pyjamas\bin >> Any ideas? Python27 works fine. Tkinter works well. >> Best regards, >> Randy >> > >