Re: Apparent Issue with Administrator Privileges

2022-10-18 Thread Thomas Passin
n not recognizing the script calls, but this is my first hint of success in 3 days. Thanks again, I'll start troubleshooting the next obstacle now -Original Message- From: Python-list On Behalf Of Thomas Passin Sent: Tuesday, October 18, 2022 3:10 PM To: python-list@pyt

Re: Apparent Issue with Administrator Privileges

2022-10-18 Thread Thomas Passin
Looking at the ChemPlugin site, it looks like by default it would install into "C:\Program Files". Typically ordinary users do not have full privileges there, although they may have read privileges. If this is the case, either you would need to run it in an elevated (adminstrator) session, or

Re: Apparent Issue with Administrator Privileges

2022-10-18 Thread Jim Schwartz
Is PYTHONPATH a user defined environment variable or system defined environment variable? Sent from my iPhone > On Oct 18, 2022, at 1:56 PM, Walsh, Ginny (US) wrote: > > Hello- > > I've been struggling with resolving environmental variables issues and I > believe it is linked to my compan

Apparent Issue with Administrator Privileges

2022-10-18 Thread Walsh, Ginny (US)
Hello- I've been struggling with resolving environmental variables issues and I believe it is linked to my company's administrator privileges. The program is called ChemPlugin and I am attempting to run it using Python 3.10.8 on Windows. I can't seem to get Python to recognize the PYTHONPATH th