[pygtk] python2.6 use py2exe to generate exe with pygtk

2011-08-29 Thread dan zheng
I google a lot,but earn little
 my python version is 2.6
 I use py2exe to generate the exe file
 but when i execute,the error produce:
 File simple_dialog.py, line 5, in module
 File gtk\__init__.pyc, line 40, in module
File gtk\_gtk.pyc, line 12, in module
File gtk\_gtk.pyc, line 10, in __load
ImportError: DLL load failed: The specified procedure could not be found.
 depends.exe and any debug tools also can't help 
 I suppose that it's py2exe's bug___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Re: [pygtk] python2.6 use py2exe to generate exe with pygtk

2011-08-29 Thread dan zheng
Sylvain,Thank you very much
 I use pygtk-all-in-one-2.22.6.win32-py2.6.msi
 and the problem has been solved
   
  
  -- Original --
  From:  Sylvain LAGUILLAUMIEs.la...@free.fr;
 Date:  Mon, Aug 29, 2011 11:19 PM
 To:  dan zhengsavon...@qq.com; 
 Cc:  pygtkpygtk@daa.com.au; 
 Subject:  Re: [pygtk] python2.6 use py2exe to generate exe with pygtk

  
hi

i had this bug with pygtk all in one 2.24, not with 2.22, if it can help ...

good luck

dan zheng a écrit :   I google a lot,but earn little
 my python version is 2.6
 I use py2exe to generate the exe file
 but when i execute,the error produce:
 File simple_dialog.py, line 5, in module
 File gtk\__init__.pyc, line 40, in module
File gtk\_gtk.pyc, line 12, in module
File gtk\_gtk.pyc, line 10, in __load
ImportError: DLL load failed: The specified procedure could not be found.
 depends.exe and any debug tools also can't help 
 I suppose that it's py2exe's bug

 ___ pygtk mailing list   
pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK 
FAQ: http://faq.pygtk.org/___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Re: [pygtk] python2.6 use py2exe to generate exe with pygtk

2011-08-29 Thread dan zheng
Traceback (most recent call last):
  File code_dialog.py, line 4, in module
  File gtk\glade.pyc, line 12, in module
  File gtk\glade.pyc, line 10, in __loadImportError: DLL load failed: The 
specified procedure could not be found
   
 I use py2exe with pygtk glade files included,the error is above
  
  -- Original --
  From:  dan zhengsavon...@qq.com;
 Date:  Tue, Aug 30, 2011 00:07 AM
 To:  Sylvain LAGUILLAUMIEs.la...@free.fr; 
 Cc:  pygtkpygtk@daa.com.au; 
 Subject:  Re: [pygtk] python2.6 use py2exe to generate exe with pygtk

  
 Sylvain,Thank you very much
 I use pygtk-all-in-one-2.22.6.win32-py2.6.msi
 and the problem has been solved
   
  
  -- Original --
  From:  Sylvain LAGUILLAUMIEs.la...@free.fr;
 Date:  Mon, Aug 29, 2011 11:19 PM
 To:  dan zhengsavon...@qq.com; 
 Cc:  pygtkpygtk@daa.com.au; 
 Subject:  Re: [pygtk] python2.6 use py2exe to generate exe with pygtk

  
hi

i had this bug with pygtk all in one 2.24, not with 2.22, if it can help ...

good luck

dan zheng a écrit :   I google a lot,but earn little
 my python version is 2.6
 I use py2exe to generate the exe file
 but when i execute,the error produce:
 File simple_dialog.py, line 5, in module
 File gtk\__init__.pyc, line 40, in module
File gtk\_gtk.pyc, line 12, in module
File gtk\_gtk.pyc, line 10, in __load
ImportError: DLL load failed: The specified procedure could not be found.
 depends.exe and any debug tools also can't help 
 I suppose that it's py2exe's bug

 ___ pygtk mailing list   
pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK 
FAQ: http://faq.pygtk.org/___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

[pygtk] py2exe only support python2.5

2011-07-25 Thread dan zheng
I google a lot to solve my py2exe's exe program coming from pygtk,my python 
version is 2.6,but someone say py2exe can only work in python2.5,so does anyone 
have such suffer?___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/