Replies: 2 comments 1 reply
-
There's not, but that script does already parse args, so I'd be more than happy to accept a patch which does this. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I guess you don't want any stuff registered such as pythonwin or COM objects? It looks like we support only options with a single dash, so maybe 2 options |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building a standalone Python installation to be distributed with an application. It would be helpful to be able to
runpywin32_postinstall.exe
and not have it try to create shortcuts, but I haven't found a way to do that. Is there a way?Additionally, I see failure to register sample COM objects and successful registration of a help file and registering of Pythonwin in the context menu. All of those things are undesirable in this case, but I do need to run the script in order to have imports work.
Beta Was this translation helpful? Give feedback.
All reactions