roadlabs / cefpython

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

cant build exe with py2exe #134

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
when trying build exe file from py2exe it gives the following error 

Traceback (most recent call last):
  File "wxpython.py", line 9, in <module>
  File "cefpython_py27.pyc", line 12, in <module>
  File "cefpython_py27.pyc", line 10, in __load
  File "cefpython.pyx", line 1, in init cefpython_py27 (cefpython.cpp:18940)
NameError: exit

What version of the product are you using? On what operating system?
im sing python 2.7 and CEF3-31.0

Please provide any additional information below.
please i need an solution for this i have been working more than 1 week to fix 
this issue 

Original issue reported on code.google.com by inve...@gmail.com on 15 Aug 2014 at 3:05

GoogleCodeExporter commented 8 years ago
What is wxpython.py line 9?

Original comment by czarek.t...@gmail.com on 16 Aug 2014 at 4:12

GoogleCodeExporter commented 8 years ago
I've searched CEF Python sources and there are no uses of the interactive shell 
exit() (http://stackoverflow.com/a/6501134/623622). Only sys.exit() and 
os._exit() are used. Additionally I don't see no reference to exit in 
cefpython.cpp, so it doesn't make sense. Looks like you're using an old version 
of cefpython, as the Nameerror exit problem I resemble was fixed long time ago.

Please use CEF Python Forum for further discussion.

Original comment by czarek.t...@gmail.com on 16 Aug 2014 at 4:27