Re: strange problem with Py2exe

2009-03-11 Thread Mike Driscoll
On Mar 11, 9:37 am, sf409...@gmail.com wrote: > Hello all, > in the past I've used Py2exe without any problem, but now I have this > strange difficulty. > In my computer I have  python 2.6,  py2exe for python 2.6 and the > distutils, but when I do: > > from distutils.core import setup > import py2e

Re: strange problem with Py2exe

2009-03-11 Thread CM
On Mar 11, 10:37 am, sf409...@gmail.com wrote: > Hello all, > in the past I've used Py2exe without any problem, but now I have this > strange difficulty. > In my computer I have  python 2.6,  py2exe for python 2.6 and the > distutils, but when I do: > > from distutils.core import setup > import py2

strange problem with Py2exe

2009-03-11 Thread sf409777
Hello all, in the past I've used Py2exe without any problem, but now I have this strange difficulty. In my computer I have python 2.6, py2exe for python 2.6 and the distutils, but when I do: from distutils.core import setup import py2exe setup(console=['hello.py']) ( like written in: http://w

Re: Problem with py2exe conversion.

2009-03-04 Thread Gabriel Genellina
En Wed, 04 Mar 2009 11:38:35 -0200, venutaurus...@gmail.com escribió: On Mar 4, 6:23 pm, "Gabriel Genellina" wrote: En Wed, 04 Mar 2009 11:12:32 -0200, venutaurus...@gmail.com   escribió: >             I am facing an interesting problem with py2exe conversion. > I've

Re: Problem with py2exe conversion.

2009-03-04 Thread venutaurus...@gmail.com
On Mar 4, 6:23 pm, "Gabriel Genellina" wrote: > En Wed, 04 Mar 2009 11:12:32 -0200, venutaurus...@gmail.com   > escribió: > > > Hello all, > >             I am facing an interesting problem with py2exe conversion. > > I've a python script which uses th

Re: Problem with py2exe conversion.

2009-03-04 Thread Gabriel Genellina
En Wed, 04 Mar 2009 11:12:32 -0200, venutaurus...@gmail.com escribió: Hello all, I am facing an interesting problem with py2exe conversion. I've a python script which uses the shutil libarary. When I convert that python script into exe, it creates a dist folder and then in

Problem with py2exe conversion.

2009-03-04 Thread venutaurus...@gmail.com
Hello all, I am facing an interesting problem with py2exe conversion. I've a python script which uses the shutil libarary. When I convert that python script into exe, it creates a dist folder and then in that it places the exe. Along with the exe it also places a zip folder conta

Re: Problem With py2exe and ConfigParser

2009-02-02 Thread Diez B. Roggisch
berserker...@gmail.com wrote: > > You can set an example? My English is bad, so I do not quite > understand You need to give a proper path to the config.ini. It's not found, which most probably occurs because you give a relative path ("config.ini") but that doesn't work because the current worki

Re: Problem With py2exe and ConfigParser

2009-02-01 Thread berserker...@gmail.com
You can set an example? My English is bad, so I do not quite understand > > Hello, i use python 2.6 + PyQt4. > > I compile my main.pyw. It is compile, but don't run. In > > "index.exe.log" error log: > >  File "index.pyw", line 100, in GetVal > ConfigParser.NoSectionError: No section:

Re: Problem With py2exe and ConfigParser

2009-02-01 Thread Diez B. Roggisch
berserker...@gmail.com schrieb: Hello, i use python 2.6 + PyQt4. I compile my main.pyw. It is compile, but don't run. In "index.exe.log" error log: File "index.pyw", line 100, in GetVal ConfigParser.NoSectionError: No section: 'Main' Code line 92 to 104 this is class that uses ConfigPars

Problem With py2exe and ConfigParser

2009-02-01 Thread berserker...@gmail.com
Hello, i use python 2.6 + PyQt4. I compile my main.pyw. It is compile, but don't run. In "index.exe.log" error log: >>> File "index.pyw", line 100, in GetVal >>>ConfigParser.NoSectionError: No section: 'Main' >>>Code line 92 to 104 this is class that uses ConfigParser lib: >>>class ConfigAcce

Problem with py2exe when using bundle_files and pygtk/pygobject

2008-11-27 Thread [EMAIL PROTECTED]
Hi, I am using py2exe with pygtk and everything works fine. But when I set bundle_files to 1 or 2, I get following exception, when starting the binary: Traceback (most recent call last): File "startup.py", line 1, in File "zipextimporter.pyc", line 82, in load_module File "foo.pyc", line 4

Problem with py2exe

2008-10-15 Thread Srinivasa NL
Hi, I am having problem with running exe generated using py2exe. I wrote a simple script test.py which prints a line (e.g print 'Hello World') and generated an exe using py2exe. I used the command python setup.py py2exe. When I run the exe test.exe in the dist directory I get the error message

Re: Problem with py2exe

2008-05-28 Thread inhahe
i used py2exe with python 2.5 and it worked fine just the other day. py2exe-0.6.6.win32-py2.5.exe was the download filename. <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Dear Members of the group, > py2exe does not seem to be integrating with 2.5 or later versions. > I was tryin

Problem with py2exe

2008-05-28 Thread subhabrata . iisc
Dear Members of the group, py2exe does not seem to be integrating with 2.5 or later versions. I was trying to run it but requested only for 2.3. How can I run it? If any one can kindly help. Regards, Subhabrata Banerjee. -- http://mail.python.org/mailman/listinfo/python-list

a problem with py2exe

2008-01-12 Thread [EMAIL PROTECTED]
I wrote an app that uses some Tix widgets and wanted to make an exe using py2exe .i used the setup script as given in http://www.py2exe.org/index.cgi/TixSetup and it copies the dlls into the dist directory created by py2exe. But then the application works only if i create a directory named 'DLLs '

Re: problem with py2exe and microsoft speech SDK 5.1

2007-05-05 Thread [EMAIL PROTECTED]
Hi Dave, I can't help you but maybe you'll have more luck if you try also the dedicated py2exe mailing list: https://lists.sourceforge.net/lists/listinfo/py2exe-users francois On May 4, 7:36 am, Dave Lim <[EMAIL PROTECTED]> wrote: > >On May 3, 1:29 pm, Dave Lim > wrote: > >> Hello, this is m

problem with py2exe and microsoft speech SDK 5.1

2007-05-03 Thread Dave Lim
>On May 3, 1:29 pm, Dave Lim wrote: >> Hello, this is my first time in the mailing list so >> bear with me. >> >> Basically what I did was I followed this site:http://surguy.net/articles/speechrecognition.xml >> >> So I installed microsoft speech SDK 5.1 and then used >> pythonwin COM MakePy utili

Re: problem with py2exe and microsoft speech SDK 5.1

2007-05-03 Thread kyosohma
On May 3, 1:29 pm, Dave Lim <[EMAIL PROTECTED]> wrote: > Hello, this is my first time in the mailing list so > bear with me. > > Basically what I did was I followed this > site:http://surguy.net/articles/speechrecognition.xml > > So I installed microsoft speech SDK 5.1 and then used > pythonwin CO

problem with py2exe and microsoft speech SDK 5.1

2007-05-03 Thread Dave Lim
Hello, this is my first time in the mailing list so bear with me. Basically what I did was I followed this site: http://surguy.net/articles/speechrecognition.xml So I installed microsoft speech SDK 5.1 and then used pythonwin COM MakePy utility for it and it worked out fine. However, I need to c

Re: Problem with py2exe

2005-11-02 Thread DDany
Hi Miki, I solved this first problem, thank you! I was convinced to done things you suggested me, but... it wasn't!!! I changed the access type of MSVCR71.dll and all went ok! Thank you once again for your interest, bye! P.S Thank you for your final note too, next time I'll make a better subject!

Re: Problem with py2exe

2005-10-30 Thread Miki Tebeka
Hello DDany, > copying D:\programs\python24\MSVCR71.dll -> D:\Applicazione\dist > error: could not delete 'C:\app\dist\MSVCR71.dll': Permission denied > > However folders build and dist are created: in particular into the > folder dist i have the w9xpopen.exe file, some *.pyd files and some > dl

Problem with py2exe

2005-10-30 Thread DDany
HI! I've a problem with py2exe: well, first of all I say that I use python 2.4.1 , py2exe 0.6.3 and distutils 1.0.2 on winxp. To use py2exe I wrote a file setup.py like this: from distutils.core import setup import py2exe setup( version = "0.1", description = "Py2E

Re: Problem with py2exe

2005-10-21 Thread David
David wrote: > I am unable to use py2exe to create an executable, even on the simple > sample that comes with the package. There seems to be a problem when it > is copying files. The ‘build’ and ‘dist’ directories are created and > populated, but there is no executable created. The error mess

Problem with py2exe

2005-10-21 Thread David
I am unable to use py2exe to create an executable, even on the simple sample that comes with the package. There seems to be a problem when it is copying files. The ‘build’ and ‘dist’ directories are created and populated, but there is no executable created. The error message says: setup.py r

How can i solve this problem with py2exe ?

2005-04-27 Thread Glauco Silva
Hi, I´m with problem to create a executable program in python. I´m using py2exe but i don´t know if it´s right. When i run in prompt "python setup.py py2exe", appear in the end this:   ### The following modules appear to be missing[ '_imaging_gif','libVTKCommonPython', 'libVTKCon

problem with py2exe !

2005-04-15 Thread Glauco Silva
Hi, I´m with problem to create a executable program in python. I´m using py2exe but i don´t know if it´s right. My setup.py:   from distutils.core import setupimport py2exefrom glob import glob   setup(    # The first three parameters are not required, if at least a    # 'version' is given