Re: How to installo????



On May 10, 8:58 am, RonV <RonV...@xxxxxxxxxx> wrote:
Just got a new Vista system and puter....

Installed a newer version of Python, up from 2.2 or so...

Tried to install Win extensions, but have forgotten how it's done.
Clicking on setup in the Win Extsions package flashes a window by,
but cannot read it. and I don't see a way to load the setup into
Python without Win Extensions.

Any suggestions?

Thank you

I would recommend using the command line. Open that up and then type
something like this:

python pathToWinExt\setup.py

That should run it and when it's done, your command window should stay
open. Hopefully it will tell you what happened.

Since I don't have Vista and don't know if it will recognize the name
"python", you may need to specify a path to it too.

Good luck!

Mike

.



Relevant Pages

  • Re: Python Webstart ?
    ... > the automatic update of the actual application software which I find most useful. ... Wrap the Python parts of your application in one or more ZIP archives. ... Create a "platform" release that contains a python build, the extensions ... Let your users install the platform release. ...
    (comp.lang.python)
  • Re: PY2EXE - Strange Things a-Happenin
    ... > So I've been playing with Python and Pygame for a while and I decided ... > #setup the project variables here. ... "python setup.py py2exe"?? ...
    (comp.lang.python)
  • Re: Help with C extensions under VC6 / WinXP and Python 2.4
    ... >> To build extensions using these instructions, you need to have a copy ... >> of the Python sources of the same version as your installed Python. ... The distutils approach works ... to build and install, use "python setup.py ...
    (comp.lang.python)
  • How to installo????
    ... Installed a newer version of Python, ... Tried to install Win extensions, but have forgotten how it's done. ... Clicking on setup in the Win Extsions package flashes a window by, ...
    (comp.lang.python)
  • Re: How does setup.py work?
    ... from distutils.core import setup, Extension ... The correct way to install the newly created extension module is to ... python shell, isn't it? ...
    (comp.lang.python)