From: Gary P. <gp...@ri...> - 2005-05-12 11:25:51
|
> I downloaded Python-2.4.1.msi and it installed fine into c:\python24 > > I downloaded VPython-Win-Py2.4-3.2.0.exe and when it installed I get a > dialog box saying "Could not locate where Python 2.4 is installed. You > will > be asked where to install the Vpython extension." > > I click ok and then I get a directory chooser. From here I type in or > Browse > to c:\python24, or c:\vpython, or c:\python24\libs or > c:\python24\libs\vpython. Nomatter which of these I try, or if I make the > directory manually, I always get an error box saying "Could not locate > where > Python 2.4 is installed. You will be aske where to install the Vpython > extension." > > I click ok on this and I get the "Select Components" box. I leave > everything > selected. I click Next. I leave "Create a desktop icon" selected. I click > next. I get the Ready to Install box with the summary of what'll be > install. > The destination directory looks ok (whatever I specified it to be > earlier). > > I click the Install button and I get an error box "You must enter a folder > name." I click ok and the installation terminates. > > I've tried setting PYTHONPATH env variable. I tried rebooting (to pick up > if > python2.4 neede this). I had Python 2.2 previously installed and running > fine and 2.4 runs fine. > > I am do NOT have administrator access on this machine but did not need it > to > install and run python. > > What am I doing wrong? > > Thank > > Michael Snoswell I once had a similar problem. The problem was that I did not uninstall the old python before installing the new one. This would only be an issue when python bumps to a "new directory". I'm guessing there's a registry issue somewhere. I'm a little concerned about the privilige issue. I'm no expert here. I suppose you shouldn't have been able to do the installation. The fact that you were able to seems to indicate that you have write priviliges to c:\ . That would be odd. Perhaps (???) you somehow have write priviliges to c:\, but can't write to the registry ??? If you haven't wiped out 2.3, the best thing may be to go back to 2.3. I haven't upgraded yet. (I'm waiting for a scipy installer for 2.4) Next best: (IMHO) Try uninstalling all your pythons and then reinstalling 2.4. You have some privilges, you may have enough to clean out the old and bring in the new. -gary |