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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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 '
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
>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
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
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
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!
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
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
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
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
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
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
27 matches
Mail list logo