Python Win32 - Non-admin install

J

Jeff Wagner

I just tried to install Python Win32 (win32all-163.exe) and right after the install, I am getting
the message:

"As this is being installed as a non-admin user, certain COM features will not work correctly.
You will not be able to implement COM objects in Python (but you should be able to use other COM
objects).
Active Scripting is also not supported."

I am on a WinXP box logged on as admin. Why am I getting this message? Is there anywhere in the
registry I can make a change so win32all will do a correct install as admin so all the features will
work?

Thanks, Jeff
 
M

Mark Hammond

Jeff said:
I just tried to install Python Win32 (win32all-163.exe) and right after the install, I am getting
the message:

"As this is being installed as a non-admin user, certain COM features will not work correctly.
You will not be able to implement COM objects in Python (but you should be able to use other COM
objects).
Active Scripting is also not supported."

I am on a WinXP box logged on as admin. Why am I getting this message? Is there anywhere in the
registry I can make a change so win32all will do a correct install as admin so all the features will
work?

Python itself has been installed with non-admin permissions. This was
probably done by setting the approapriate checkbox in the main Python
installer. The win32all installer has detected this, as it found the
Python related registry keys under HKEY_CURRENT_USER rather than
HKEY_LOCAL_MACHINE. The only way to fix it is to uninstall Python
itself, then re-install that as admin.

Mark.
 
J

Jeff Wagner

Python itself has been installed with non-admin permissions. This was
probably done by setting the approapriate checkbox in the main Python
installer. The win32all installer has detected this, as it found the
Python related registry keys under HKEY_CURRENT_USER rather than
HKEY_LOCAL_MACHINE. The only way to fix it is to uninstall Python
itself, then re-install that as admin.

Mark.

That fixed it ... thanks.
Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,173
Messages
2,570,939
Members
47,475
Latest member
NovellaSce

Latest Threads

Top