Installing Python 2.3.5 - get "need administrator access" to install error.....
Hi there - when attempting to install Python 2.3.5, I receive the following message -- "You do not have access to make the required system configuration modifications." Please rerun this installation from an administrators account. I am running Windows XP in administrator mode, and have installed versions 4 & 5 with no problems today. What could be hanging this older versions installation up? -- http://mail.python.org/mailman/listinfo/python-list
Python Newbie question
Is it possible to combine or bundle separate .exe files into the compiled python .exe when using py2exe? If possible, how would that be described within setup.py . and how/where would I specify such .exe should be ran first in the pre-compiled scripts? My goal is to get the total package down to as few files as possible, so I appreciate understanding how I could do this. The .exe is some low-level commands that was compiled in a separate language but I hope this little .exe can be included gracefully. Thank you for your expertise! :) AMYMC -- http://mail.python.org/mailman/listinfo/python-list