roadlabs / cefpython

Automatically exported from code.google.com/p/cefpython
0 stars 0 forks source link

Win32api can not install during the steps in BuildOnWindows in wiki #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.I did exactly what this page says until Install the pywin32 extension
https://code.google.com/p/cefpython/wiki/BuildOnWindows

2. I tried downloading binary files and installing, but failed due to the 
installation can not continue unless the python installation location can be 
found in "registry", in other words, although depot_tools with python was set 
in PATH, but the installer can not found it. 
https://sourceforge.net/projects/pywin32/

3. I also tried compiling pywin32 source code, pywin32-218 failed because this 
package lacked one file called perfutil.h. I did compile successfully the 
pywin32-217, but when running python interactive command line, I tried to 
import win32api, failed with message DLL load failed.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Windows 7 64bit
with Visual Studio 2010 and Visual Studio 2008

Please provide any additional information below.

Original issue reported on code.google.com by sunson...@gmail.com on 15 Oct 2013 at 11:28

GoogleCodeExporter commented 9 years ago
I want to continue building cefpython. But my purpose is actually try to build 
a simple window with browser functionality using python, then use py2exe to 
build a exe file and pack all files together to distribute, any help?

Original comment by sunson...@gmail.com on 15 Oct 2013 at 11:32

GoogleCodeExporter commented 9 years ago
Installing pywin32 is not necessary to use CEF Python, the cefsimple.py and 
cefadvanced.py examples require it. But there are other examples that do not 
require it: wxpython.py, pyqt.py, pyside.py, pygtk.py.

Please ask any questions on the CEF Python Forum.

Questions regarding installing pywin32 are out of the scope for this project, 
try google, or the pywin32 forum. You may as well just intall ActivePython that 
comes by default with pywin32.

Original comment by czarek.t...@gmail.com on 15 Oct 2013 at 11:39