Access is denied error with pregenerated .pyc or .pyo files
Posted
by mukul sharma
on Stack Overflow
See other posts from Stack Overflow
or by mukul sharma
Published on 2010-03-26T14:27:45Z
Indexed on
2010/03/26
14:43 UTC
Read the original article
Hit count: 430
Hi All,
I am getting an Access is denied error while I am trying to run the .pyo file by double click or from the command prompt.
Lets say I have abc.py (keeping main method entry point) which imports files xyz.py and imports wx etc.
I generate the .pyo file. But once I try to run abc.pyo I get the access is denied error.
I am not getting why this happening? Any help will really appreciated.
Thanks
© Stack Overflow or respective owner