My favorites | Sign in
Project Home Downloads Issues
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 187: VideoCapture fail to install
1 person starred this issue and may be notified of changes. Back to list
 
Project Member Reported by txprog, Jan 14, 2010
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\fred>cd c:\pymt-install

c:\pymt-install>install.bat

c:\pymt-install>FOR /F "tokens=3" %A in ('reg query 
HKEY_LOCAL_MACHINE\SOFTWARE\
Python\PythonCore\2.6\InstallPath /v "" ') DO SET PYMTTEMPPYPATH=%A

c:\pymt-install>SET PYMTTEMPPYPATH=C:\Python26\

c:\pymt-install>set PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32
\Wbem
;C:\Windows\System32\WindowsPowerShell\v1.0\;;c:\gstreamer\bin;C:\Python26
\Scrip
ts

c:\pymt-install>easy_install PyOpenGL-3.0.1b2.win32.exe
'easy_install' is not recognized as an internal or external command,
operable program or batch file.

c:\pymt-install>msiexec /i pygame-1.9.1.win32-py2.6.msi /qn

c:\pymt-install>GStreamerWinBuild-0.10.5.1.exe /sp- /verysilent /norestart

c:\pymt-install>pygst.exe /sp- /verysilent /norestart /DIR=C:\Python26\

c:\pymt-install>easy_install pygobject-2.14.2-2.win32-py2.6.exe
'easy_install' is not recognized as an internal or external command,
operable program or batch file.

c:\pymt-install>cd pymt

c:\pymt-install\pymt>python setup.py install
'python' is not recognized as an internal or external command,
operable program or batch file.

c:\pymt-install\pymt>cd /D C:\Python26\

C:\Python26>xcopy \VideoCapture /s/e .
File not found - VideoCapture
0 File(s) copied

C:\Python26>
Jan 14, 2010
Project Member #1 sharath....@gmail.com
You cannot run the install.bat file manually, it has to be executed from the 
installer/extractor. The installer sends path to the installation directory. That is 
why you see this command wrong
C:\Python26>xcopy \VideoCapture /s/e .
it should actually
C:\Python26>xcopy <path to pymt-intall dir>\VideoCapture /s/e .
Jan 20, 2010
Project Member #2 sharath....@gmail.com
(No comment was entered for this change.)
Status: Done

Powered by Google Project Hosting