On Sunday, April 13, 2008 at 4:52:06 PM UTC+3, skan...@yahoo.se wrote:
> so i used py2exe and i have the build and the dist-folders.
>
> in the distfolder there is a Calculator.exe file.
>
> when i run it it just says "Calculator.exe has stopped working" in a
> popup but the program itself never
Am 28.02.2018 um 16:47 schrieb Robin Becker:
> I upgraded pyinstaller using the very latest pip and now the version
> of pyinstaller at least is 3.3.1. I don't actually know how to check
> the validity of the installed code or the binary stubs.
The current archives are PyPI are PGP/GnuPG-signed,
On 28/02/2018 16:25, Hartmut Goebel wrote:
Am 28.02.2018 um 16:47 schrieb Robin Becker:
I upgraded pyinstaller using the very latest pip and now the version
of pyinstaller at least is 3.3.1. I don't actually know how to check
the validity of the installed code or the binary stubs.
The current
Am 28.02.2018 um 16:47 schrieb Robin Becker:
> I upgraded pyinstaller using the very latest pip and now the version
> of pyinstaller at least is 3.3.1. I don't actually know how to check
> the validity of the installed code or the binary stubs.
The current archives are PyPI are PGP/GnuPG-signed,
On 28/02/2018 11:46, alister via Python-list wrote:
On Wed, 28 Feb 2018 09:53:09 +, Robin Becker wrote:
I see this has happened to others in the past. I'm using 32 bit python
2.7.10 with py2exe 3.3 on windows 7. The exes work fine,
but when I try to download into windows 10 I'm getting the
On Wed, 28 Feb 2018 09:53:09 +, Robin Becker wrote:
> I see this has happened to others in the past. I'm using 32 bit python
> 2.7.10 with py2exe 3.3 on windows 7. The exes work fine,
> but when I try to download into windows 10 I'm getting the exes
> immediately removed as malware.
>
> Is th
I like pyinstaller. It's one-file exe creation is pretty good. You can give it
a try.
Original Message
On 21 Feb 2018, 23:00, MGHSM wrote:
> Am 21.02.18 um 18:30 schrieb MGHSM: > Thomas Heller himself says he's
> "retiring" from py2exe in
> https://sourceforge.net/p/py2exe/ma
Am 21.02.18 um 18:30 schrieb MGHSM:
Thomas Heller himself says he's "retiring" from py2exe in
https://sourceforge.net/p/py2exe/mailman/message/36033869/
Is there any suitable replacement with similar or better capabilities?
There is PyInstaller, which works on all major OS:
http://www.pyinst
On 7/4/2016 11:13 PM, Steven D'Aprano wrote:
> If you change it to "library.exe" does it work? Also, I consider this
> a bug in py2exe: - it's an abuse of assert, using it to check
> user-supplied input; - it's a failing assertion, which by definition
> is a bug.
I'm not trying to build "librar
On Tuesday 05 July 2016 14:06, John Nagle wrote:
> I'm trying to create an executable with py2exe.
> The program runs fine in interpretive mode. But
> when I try to build an executable, py2exe crashes with
> an assertion error. See below.
[...]
> Building shared code archive 'dist\library.zip'.
On Apr 9, 2013 12:53 PM, "Grant Edwards" wrote:
>
> On 2013-04-09, Ian Kelly wrote:
>
> >> My "Windows partition" currently has a 64-bit Windows 7 Ultimate
> >> installation.
> >>
> >> I'm told that the executable I generate on that machine won't run on
> >> Win7 32-bit installations. I'm not su
On Tue, Apr 9, 2013 at 1:45 PM, Grant Edwards wrote:
> Are there any drawbacks to running a 32-bit Python install on a 64-bit
> machine?
Apart from still being limited to a 2-GB address space, nothing that
I'm aware of.
> Can you have both 32 and 64 bit Python installed at the same time?
Absolu
On 2013-04-09, Ian Kelly wrote:
>> My "Windows partition" currently has a 64-bit Windows 7 Ultimate
>> installation.
>>
>> I'm told that the executable I generate on that machine won't run on
>> Win7 32-bit installations. I'm not surprised by that, but I'd like
>> to provide 32-bit operability -
On Tue, Apr 9, 2013 at 12:17 PM, Grant Edwards wrote:
> Disclaimer: I'm a Unix guy and have been since the days of V7 on a
> PDP-11 -- I rarely use MS Windows.
>
> While I don't normally use Windows, I do occasionally have Python
> applications (written under Linux) which I'd like to distribute to
2012/12/18 Colin J. Williams :
...
> Yes, but py2exe appears limited to Python 2.6.
>
> PyInstaller is another option with similar functionality.
>
> Colin W.
> --
> http://mail.python.org/mailman/listinfo/python-list
There are versions for python 2.3 - 2.7:
http://sourceforge.net/projects/py2exe/
On 18/12/2012 1:52 AM, Frank Millman wrote:
This is from Sourceforge's monthly update -
Top Growth Projects
We're always on the lookout for projects that might be doing interesting
things, and a surge in downloads is one of many metrics that we look at
to identify them. Here's the projects th
Am 05.11.2012 20:39, schrieb Kwpolska:
On Mon, Nov 5, 2012 at 8:34 PM, Monkey wrote:
Hi,
i wonderd if there is a way to convert a py-file to a exe-file with version 3.x
of python.
I know that it was possible till version 2.7.x. But is there a way to do it in
version 3.x?
Yours sincerely,
Mo
On Mon, Nov 5, 2012 at 8:34 PM, Monkey wrote:
> Hi,
> i wonderd if there is a way to convert a py-file to a exe-file with version
> 3.x of python.
>
> I know that it was possible till version 2.7.x. But is there a way to do it
> in version 3.x?
>
> Yours sincerely,
> Monkey
> --
> http://mail.py
> sys.executable was printed out as ''C:\\Python25\\python.exe'', how
> can I make this work in executable package through py2exe?
Does http://www.py2exe.org/index.cgi/WhereAmI help?
--
http://mail.python.org/mailman/listinfo/python-list
Hi, have you been able to solve this problem ??
--
http://mail.python.org/mailman/listinfo/python-list
One thing that comes to mind is importing. py2exe packs libraries in a zip file
so importing might be a bit slower. But this should slow only at the beginning
until everything is loaded to memory.
The other usual suspect is the anti virus :)
--
http://mail.python.org/mailman/listinfo/python-lis
On 2:59 PM, Massi wrote:
> I everyone,
>
> I'm trying to write a setup file for py2exe (0.6.9) to convert my
> script into a windows (on win 7) executable. In my script (python2.6)
> I use PyQt and matplotlib. Here is the setup.py file:
> ImportError: No module named Tkinter
>
> Obviously Tkinter
On 07/30/2010 11:00 AM, Jimmy Retzlaff wrote:
> On Fri, Jul 30, 2010 at 1:10 AM, Gelonida wrote:
>> What I'd like to achieve ideally is to create a py2exe program,
>> which
>> will only display a window (so 'compiled' as 'windows'-application) if
>> called normally.
>>
...
>>
>> Is there any way t
Hi,
On 07/30/2010 03:51 PM, Dave Angel wrote:
> pyt...@bdurham.com wrote:
>>> Is there any trick in adding a console window to an application, that
>>> was built as 'windows' application?
,,,
>>> Since we're talking MS Windows here, see:
>
> http://msdn.microsoft.com/en-us/library/ms682528(VS.85)
pyt...@bdurham.com wrote:
Is there any trick in adding a console window to an application, that was built
as 'windows' application?
I was recently wondering the same thing myself. My research indicates
that its not possible to have a single Windows application that can run
in both console
> Is there any trick in adding a console window to an application, that was
> built as 'windows' application?
I was recently wondering the same thing myself. My research indicates
that its not possible to have a single Windows application that can run
in both console and GUI ("Windows") modes.
H
On Fri, Jul 30, 2010 at 1:10 AM, Gelonida wrote:
> What I'd like to achieve ideally is to create a py2exe program,
> which
> will only display a window (so 'compiled' as 'windows'-application) if
> called normally.
>
> however if being called with the option --debug it should display the
> graphic
I appreciate the help, it's working.
jim-on-linux
> jim-on-linux wrote in
> news:mailman.74.1273614703.32709.python-l...@python.org
>
> in comp.lang.python:
> > python help,
> >
> > I'm open for suggestions.
> >
> > I'm using py2exe to compile a working program.
> >
> > The program runs and
jim-on-linux wrote in news:mailman.74.1273614703.32709.python-l...@python.org
in comp.lang.python:
> python help,
>
> I'm open for suggestions.
>
> I'm using py2exe to compile a working program.
>
> The program runs and prints fine until I compile it with py2exe.
>
> After compiling the prog
Ron Adelman wrote:
getting following error message when trying to run my setup file
...\py2exe\build_exe.py:16: DeprecationWarning: the sets module is deprecated
import sets
Removing files in directory :./dist,keeping protedted files...
python 2.65 new install.
Any work arounds(Hacks)??
On Apr 24, 6:53 pm, Alex Hall wrote:
> Hello all,
> I have a compiled version of my project, but the wx functions do not
> work. When run from the python source, instead of the compiled .exe
> file, wx works as expected. I am including msvcr90.dll in the dist
> folder. I looked for answers on Goog
Alex Hall writes:
> Hello all,
> I have a compiled version of my project, but the wx functions do not
> work. When run from the python source, instead of the compiled .exe
> file, wx works as expected. I am including msvcr90.dll in the dist
> folder. I looked for answers on Google, but I could no
On 4/15/10, Mark Hammond wrote:
> On 16/04/2010 10:52 AM, Alex Hall wrote:
>> 1. Is there a way to start with no command line window popping up? My
>> main script is a pyw, but it still shows a dos window when the
>> generated .exe file is clicked. Leaving out the "console" parameter of
>> setup,
Alex Hall wrote:
> I started a new thread as I already have several out there, all
> talking about basically the same thing.
Would you mind not doing that and sticking to the one thread to talk
about an issue, preferably one with a subject that actually describes
the question? Every time you star
On 16/04/2010 10:52 AM, Alex Hall wrote:
1. Is there a way to start with no command line window popping up? My
main script is a pyw, but it still shows a dos window when the
generated .exe file is clicked. Leaving out the "console" parameter of
setup, though, results in no .exe file at all, so I
On Apr 14, 10:19 pm, Alex Hall wrote:
> Hi all,
> I am still fighting with py2exe; I keep getting "error: msvcp90.dll:
> no such file or directory" right after it says it is searching for
> required dlls. I have followed the py2exe tutorial, though, and I am
> not sure why it is not finding the dl
On Apr 15, 6:19 am, Alex Hall wrote:
> Hi all,
> I am still fighting with py2exe; I keep getting "error: msvcp90.dll:
> no such file or directory" right after it says it is searching for
> required dlls. I have followed the py2exe tutorial, though, and I am
> not sure why it is not finding the dll
On 4月15日, 下午12时19分, Alex Hall wrote:
> Hi all,
> I am still fighting with py2exe; I keep getting "error: msvcp90.dll:
> no such file or directory" right after it says it is searching for
> required dlls. I have followed the py2exe tutorial, though, and I am
> not sure why it is not finding the dll
On Feb 28, 10:00 pm, Dennis Lee Bieber wrote:
> On Sun, 28 Feb 2010 13:22:19 -0800 (PST), T
> declaimed the following in gmane.comp.python.general:
>
> > Sorry for the lack of code - yes, it does try to write to the
> > console. From what I'm finding, this error may be due to the fact
> > that t
On Feb 28, 3:48 pm, Dennis Lee Bieber wrote:
> On Sun, 28 Feb 2010 10:35:23 -0800 (PST), T
> declaimed the following in gmane.comp.python.general:
>
> > I have a Python script, which is a Windows Service, that I created an
> > EXE of via py2exe. As part of the program, it calls some external
> >
In article ,
wrote:
>
>I need to create a python subprogress, like this:
>myProcess = subprocess.Popen([sys.executable, 'C:\myscript.py'],
> env=env, stdin=subprocess.PIPE,
> stdout=subprocess.PIPE)
You need to change yo
Thanks for taking time to help me. If I use either way, requiring
python being installed, or allow source codes exposure, it seems in
some degree, there's not necessarily to make the executable package
any more, which is very frustrating
Suppose I take the first way, python environment must be
On Sun, Jan 24, 2010 at 10:25 AM, im_smialing wrote:
> On Jan 24, 6:35 am, Chris Rebert wrote:
>> On Sun, Jan 24, 2010 at 3:28 AM, Jonathan Hartley
>> wrote:
>> > On Jan 22, 7:35 pm, susan_kij...@yahoo.ca wrote:
>> >> Hi,
>>
>> >> I need to create a python subprogress, like this:
>> >> myProces
On Jan 24, 6:35 am, Chris Rebert wrote:
> On Sun, Jan 24, 2010 at 3:28 AM, Jonathan Hartley wrote:
> > On Jan 22, 7:35 pm, susan_kij...@yahoo.ca wrote:
> >> Hi,
>
> >> I need to create a python subprogress, like this:
> >> myProcess = subprocess.Popen([sys.executable, 'C:\myscript.py'],
> >>
Hi Jonathan,
Here is the traceback I got, 'test.py' is where "main" starts, and I
replaced 'sys.executable' with string 'python':
args: ['python', 'C:\\myscript.py']
Traceback (most recent call last):
File "test.py", line 22, in
File "subprocess.pyc", line 594, in __init__
File "subproces
On Sun, Jan 24, 2010 at 3:28 AM, Jonathan Hartley wrote:
> On Jan 22, 7:35 pm, susan_kij...@yahoo.ca wrote:
>> Hi,
>>
>> I need to create a python subprogress, like this:
>> myProcess = subprocess.Popen([sys.executable, 'C:\myscript.py'],
>> env=env, stdin=su
On Jan 22, 7:35 pm, susan_kij...@yahoo.ca wrote:
> Hi,
>
> I need to create a python subprogress, like this:
> myProcess = subprocess.Popen([sys.executable, 'C:\myscript.py'],
> env=env, stdin=subprocess.PIPE,
> stdout=su
On Jan 22, 2:35 pm, susan_kij...@yahoo.ca wrote:
> Hi,
>
> I need to create a python subprogress, like this:
> myProcess = subprocess.Popen([sys.executable, 'C:\myscript.py'],
> env=env, stdin=subprocess.PIPE,
> stdout=su
On Thu, 2010-01-21, Gib Bogle wrote:
> Gabriel Genellina wrote:
>
>> You found a bug. Looks like it depends on the environment, or what
>> packages are installed, or something like that, because it worked on my
>> other PC but not here.
>> Please report it at http://bugs.python.org so it doesn't
Gabriel Genellina wrote:
En Wed, 20 Jan 2010 21:22:19 -0300, Gib Bogle
escribió:
Gabriel Genellina wrote:
c:\temp>python -m pydoc sys
Help on built-in module sys:
[...same info...]
When I do this I get:
No module named tempfile
You found a bug. Looks like it depends on the environment,
Gabriel Genellina wrote:
You found a bug. Looks like it depends on the environment, or what
packages are installed, or something like that, because it worked on my
other PC but not here.
Please report it at http://bugs.python.org so it doesn't get forgotten.
Done
--
http://mail.python.org/m
En Wed, 20 Jan 2010 21:22:19 -0300, Gib Bogle
escribió:
Gabriel Genellina wrote:
c:\temp>python -m pydoc sys
Help on built-in module sys:
[...same info...]
When I do this I get:
No module named tempfile
You found a bug. Looks like it depends on the environment, or what
packages are i
Gabriel Genellina wrote:
c:\temp>python -m pydoc sys
Help on built-in module sys:
[...same info...]
When I do this I get:
No module named tempfile
--
http://mail.python.org/mailman/listinfo/python-list
En Sun, 17 Jan 2010 19:43:25 -0300, W. eWatson
escribió:
According to Lutz's 4th edition (reading from Amazon), Pydoc is shipped
with Python. I found this earlier in the Python Help under Global Index
for modules.
==
The pydoc module automatically generates documen
Gabriel Genellina wrote:
En Sun, 17 Jan 2010 15:16:17 -0300, W. eWatson
escribió:
I'm using Python 2.5 under windows, and IDLE. Do py2exe and pydocs
come with the package, or do I have to download them?
py2exe has to be downloaded from www.py2exe.org
I don't know pydocs, but pydoc comes wit
En Sun, 17 Jan 2010 15:16:17 -0300, W. eWatson
escribió:
I'm using Python 2.5 under windows, and IDLE. Do py2exe and pydocs come
with the package, or do I have to download them?
py2exe has to be downloaded from www.py2exe.org
I don't know pydocs, but pydoc comes with Python
--
Gabriel Gen
In article ,
p_tierchen <1...@sms.at> wrote:
>
>the application is an interface to a sqlite database and stores image
>metadata (such as year, event, photographer, people on image etc.). i
>use pyqt4 for the interface and developed this application on a linux
>platform (python 2.5.4). friends of m
Mark Tolonen wrote:
"Samir aluko...@work" wrote in message
news:ab6475d0-133c-478d-8f08-eafea0733...@j39g2000yqh.googlegroups.com...
I am making a simple program in Croatian. In the beginning I set "# -
*- coding: cp1250 -*-" code and when i run it in Python shell it comes
out fine, but when
Mark Tolonen wrote:
"Samir aluko...@work" wrote in message
news:ab6475d0-133c-478d-8f08-eafea0733...@j39g2000yqh.googlegroups.com...
I am making a simple program in Croatian. In the beginning I set "# -
*- coding: cp1250 -*-" code and when i run it in Python shell it comes
out fine, but when
"Samir aluko...@work" wrote in message
news:ab6475d0-133c-478d-8f08-eafea0733...@j39g2000yqh.googlegroups.com...
I am making a simple program in Croatian. In the beginning I set "# -
*- coding: cp1250 -*-" code and when i run it in Python shell it comes
out fine, but when i compile it with py2
On Sat, Oct 17, 2009 at 4:58 AM, Samir aluko...@work
wrote:
> I am making a simple program in Croatian. In the beginning I set "# -
> *- coding: cp1250 -*-" code and when i run it in Python shell it comes
> out fine, but when i compile it with py2exe he doesn't print out
> croatian letters but he
I think the problem I am experiencing bears a resemblance to the
content of this post:
http://mail.python.org/pipermail/python-list/2001-February/071421.html
Does anyone know what the GUID for the DAO 3.6 library is (or can
explain how I can find it)?
On May 12, 11:00 pm, David Lyon wrote:
> On
On Tue, 12 May 2009 22:06:42 -0700 (PDT), Trevor
wrote:
> I do not believe your assertion applies to the following line of code:
>
> daoEngine = win32com.client.Dispatch(r'DAO.DBEngine.36')
It doesn't. I'm simply suggesting that it is possible you are opening
the database in Access or something
I do not believe your assertion applies to the following line of code:
daoEngine = win32com.client.Dispatch(r'DAO.DBEngine.36')
The preceding code snippet instantiates a COM object and is
prerequisite to creating a reference to a specific database:
daoDB = daoEngine.OpenDatabase(dbname)
As the
Maybe VB is opening the table in Exclusive mode... then when you
are opening it as a subprocess, it's already locked.
It's possible the win32com module is not giving you a very
descriptive error message.
Try running your process while vb is running at the same time
with the database open and if
Gabriel Rossetti wrote:
Hello everyone,
I am wanting to create an installer for my project. I first use py2exe
to create win32 executables and then would like to have an easy to use
(for the end user) installer. I would need the installer to launch a
script (a python script also turned into a
Gabriel Rossetti wrote:
> Hello everyone,
>
> I am wanting to create an installer for my project. I first use py2exe
> to create win32 executables and then would like to have an easy to use
> (for the end user) installer. I would need the installer to launch a
> script (a python script also tur
On 03.04.2009 15:58, Dave Angel wrote:
Wolfgang Forstmeier wrote:
Ok, but do you really use idlelib for something? Or it's just some
random code you found somewhere and drop into your application?
Ah yes, I really use this. I create some message boxes for a little
GUI application that c
Wolfgang Forstmeier wrote:
Ok, but do you really use idlelib for something? Or it's just some
random code you found somewhere and drop into your application?
Ah yes, I really use this. I create some message boxes for a little
GUI application that controls some other program with COM.
Ru
En Fri, 03 Apr 2009 03:55:20 -0300, Wolfgang Forstmeier
escribió:
On 03.04.2009 05:29, Gabriel Genellina wrote:
En Thu, 02 Apr 2009 08:06:22 -0300, Wolfgang Forstmeier
escribió:
On 02.04.2009 11:34, Gabriel Genellina wrote:
En Wed, 01 Apr 2009 17:51:52 -0300, Wolfgang Forstmeier
escribió:
On 03.04.2009 05:29, Gabriel Genellina wrote:
En Thu, 02 Apr 2009 08:06:22 -0300, Wolfgang Forstmeier
escribió:
On 02.04.2009 11:34, Gabriel Genellina wrote:
En Wed, 01 Apr 2009 17:51:52 -0300, Wolfgang Forstmeier
escribió:
what kind of error do I have with getting this error at starting my
En Thu, 02 Apr 2009 08:06:22 -0300, Wolfgang Forstmeier
escribió:
On 02.04.2009 11:34, Gabriel Genellina wrote:
En Wed, 01 Apr 2009 17:51:52 -0300, Wolfgang Forstmeier
escribió:
what kind of error do I have with getting this error at starting my
app.
Im am not using IdleConf.GetOption rig
En Thu, 02 Apr 2009 08:06:22 -0300, Wolfgang Forstmeier
escribió:
On 02.04.2009 11:34, Gabriel Genellina wrote:
En Wed, 01 Apr 2009 17:51:52 -0300, Wolfgang Forstmeier
escribió:
what kind of error do I have with getting this error at starting my
app.
Im am not using IdleConf.GetOption rig
On 02.04.2009 11:34, Gabriel Genellina wrote:
En Wed, 01 Apr 2009 17:51:52 -0300, Wolfgang Forstmeier
escribió:
what kind of error do I have with getting this error at starting my app.
Im am not using IdleConf.GetOption right now.
Warning: configHandler.py - IdleConf.GetOption -
problem retri
En Wed, 01 Apr 2009 17:51:52 -0300, Wolfgang Forstmeier
escribió:
what kind of error do I have with getting this error at starting my app.
Im am not using IdleConf.GetOption right now.
Warning: configHandler.py - IdleConf.GetOption -
problem retrieving configration option 'name'
from s
En Wed, 01 Apr 2009 01:30:39 -0300, prakash jp
escribió:
On --> python setup.py py2exe
the dist folder is created but the exe creted is not working it throws an
error "pythons ps.popen function"
Please copy & paste the actual error message and the stack trace.
setup.py:
#python setup.py
On 26/03/2009 2:19 AM, Christopher Panici wrote:
Has anyone solved the GetGeneratePath Error?
I am getting this when I use
win32com.client.DispatchWithEvents('iTunes.Application',
customEventHandler). I have drilled down to the file and found it in
that path.
Does anyone have any ideas?
HERE I
So it sounds like the options are PyInstaller, cx_freeze, and
bbfreeze. Has anyone used any of these, and knows which one works best
on linux?
--
http://mail.python.org/mailman/listinfo/python-list
> platform. AFAICT there are RHEL4 rpms for these, and RHEL4 already comes
> with its own version of Python so it seems you are attempting to make
> things much more difficult than need be.
There are no rpm's in our repository for the third party modules I
need... If it was that easy I wouldn't be
On Fri, 2009-03-20 at 12:59 -0700, Brendan Miller wrote:
> I have a python application that I want to package up and deploy to
> various people using RHEL 4.
>
> I'm using python 2.6 to develop the app. The RHEL 4 machines have an
> older version of python I'd rather not code against (although tha
On Mar 20, 2:59 pm, Brendan Miller wrote:
> I have a python application that I want to package up and deploy to
> various people using RHEL 4.
>
> I'm using python 2.6 to develop the app. The RHEL 4 machines have an
> older version of python I'd rather not code against (although that's
> an option
On Mon, Mar 2, 2009 at 6:56 PM, Maxim Khitrov wrote:
> - Show quoted text -
> On Mon, Mar 2, 2009 at 9:18 PM, William Heath wrote:
>> Hi All,
>> I am using py2exe to create a windows executable. I am curious if anyone
>> knows a way to automatically upgrade a py2exe windows executable while it i
On Mon, Mar 2, 2009 at 9:18 PM, William Heath wrote:
> Hi All,
> I am using py2exe to create a windows executable. I am curious if anyone
> knows a way to automatically upgrade a py2exe windows executable while it is
> running. Is that possible? If so how? If it isn't possible, what is the
> n
Gabriel Genellina schrieb:
En Sat, 07 Feb 2009 18:39:19 -0200, Thomas Heller
escribió:
Maxim Demenko schrieb:
Hi,
i have installed Python 2.5.4 on WinXP, setuptools-0.6c9 and py2exe
0.6.9
Now i can't list installed modules, here is the stacktrace:
[...]
Any suggestion, how to fix this is
En Sat, 07 Feb 2009 18:39:19 -0200, Thomas Heller
escribió:
Maxim Demenko schrieb:
Hi,
i have installed Python 2.5.4 on WinXP, setuptools-0.6c9 and py2exe
0.6.9
Now i can't list installed modules, here is the stacktrace:
[...]
Any suggestion, how to fix this issue?
Thomas Heller schr
Thomas Heller schrieb:
Maxim Demenko schrieb:
Hi,
i have installed Python 2.5.4 on WinXP, setuptools-0.6c9 and py2exe 0.6.9
Now i can't list installed modules, here is the stacktrace:
[...]
Any suggestion, how to fix this issue?
Thomas Heller schrieb:
Looks like a setuptools problem to me.
> Maxim Demenko schrieb:
>> Hi,
>> i have installed Python 2.5.4 on WinXP, setuptools-0.6c9 and py2exe 0.6.9
>> Now i can't list installed modules, here is the stacktrace:
[...]
>> Any suggestion, how to fix this issue?
>
Thomas Heller schrieb:
> Looks like a setuptools problem to me. Here's the
Maxim Demenko schrieb:
> Hi,
> i have installed Python 2.5.4 on WinXP, setuptools-0.6c9 and py2exe 0.6.9
> Now i can't list installed modules, here is the stacktrace:
>
>
>
> help> modules
>
> Please wait a moment while I gather a list of all available modules...
>
> Traceback (most recent cal
Hello,
Thanks to all ... it's working now !
Google isn't always your friend :) I found in the net a lot but wrong
examples for specification of "data_files". Now I have the correct one.
Best Regards
--Armin
Gabriel Genellina wrote:
En Sat, 31 Jan 2009 11:51:16 -0200, Armin escribió:
G
En Sat, 31 Jan 2009 11:51:16 -0200, Armin escribió:
Gabriel Genellina wrote:
En Fri, 30 Jan 2009 09:50:08 -0200, Armin escribió:
Right at the end: "To install data files directly in the target
directory, an empty string should be given as the directory."
setup(...,
data_files=[
Armin schrieb:
> As posted before ... set's my script (python 2.3):
>
> from distutils.core import setup
> import py2exe
>
> setup(windows=['dpconf.py'],
> data_files=[ "", ["proj_db","gsd_db","dachs2.xbm"]]
> )
>
> When I create the distribution I got the following err msg:
>
> *** c
Gabriel Genellina wrote:
En Fri, 30 Jan 2009 09:50:08 -0200, Armin escribió:
Right at the end: "To install data files directly in the target
directory, an empty string should be given as the directory."
setup(...,
data_files=[
('', ['list/of/file/names',
'perhaps/includi
En Fri, 30 Jan 2009 09:50:08 -0200, Armin escribió:
Gabriel Genellina wrote:
En Thu, 29 Jan 2009 13:05:11 -0200, Armin escribió:
Did you solve this problem? As you posted 4 related messages and the
last one might imply a solution to this first one...
Yes, the distutil option 'data_files'
Gabriel Genellina wrote:
En Thu, 29 Jan 2009 13:05:11 -0200, Armin escribió:
I have frozen a running application which is using SQLite with py2exe.
When I start the exe file I see in the log file of the exe:
Traceback (most recent call last):
File "dpconf.py", line 666, in ?
File "dpconf
En Thu, 29 Jan 2009 13:05:11 -0200, Armin escribió:
I have frozen a running application which is using SQLite with py2exe.
When I start the exe file I see in the log file of the exe:
Traceback (most recent call last):
File "dpconf.py", line 666, in ?
File "dpconf.py", line 251, in __init_
On Jan 2, 3:08 pm, rcmn wrote:
> I just tried to compile with gui2exe. And i ran the exe. it faile the
> same way but at least generate a log.
> Exception in thread Thread-1:
> Traceback (most recent call last):
> File "threading.pyc", line 522, in __bootstrap_inner
> File "pingable.py", line
I just tried to compile with gui2exe. And i ran the exe. it faile the
same way but at least generate a log.
Exception in thread Thread-1:
Traceback (most recent call last):
File "threading.pyc", line 522, in __bootstrap_inner
File "pingable.py", line 35, in run
File "subprocess.pyc", line 588
I'm using py2exe-0.6.9.win32-py2.6.exe
i used option 3.
On a list of 500 i get the same error than previous.
On a list of 250 once it just quit leaving the open file at 0k and on
the second attempt it failed with the same error and a note about
"TypeError: 'NoneType' object is not callable".
Basic
On Jan 2, 10:19 am, rcmn wrote:
> I'm using 2.6 (the issue was the same with 2.5)
>
> script.py:
>
> [code]import re
>
> from optparse import OptionParser
> parser = OptionParser()
> parser.add_option("-f", "--file", action="store", type="string",
> dest="filename")
> parser.add_option("-o", "--ou
On Mon, 08 Dec 2008 14:47:13 +, Pascal wrote:
> On Mon, 17 Nov 2008 12:39:36 +, Pascal wrote:
>
>> On Sun, 16 Nov 2008 21:23:59 -0500, Chris Spencer wrote:
>>
>>> After I "compile" my program with py2exe 0.6.9 with Python 2.6, I'm
>>> still getting the "Application Did Not Initialize Pro
1 - 100 of 381 matches
Mail list logo