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 have used py2exe many times with success.
My current program is completing as expected but the
exe file fails to open.
The output file states that _imaging_gif is missing. I
can run the program ok with IDLE but after converting
with py2exe, the exe file just sits there.
I'm using 2.6 on wi
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 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
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 Properly" error
>> dialog whenever I run my code. What am I d
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 Properly" error dialog
> whenever I run my code. What am I doing wrong?
I have exactly the same problem.
I have tried
> After I "compile" my program with py2exe 0.6.9 with Python 2.6, I'm
> still getting the "Application Did Not Initialize Properly" error
> dialog whenever I run my code. What am I doing wrong?
This probably means the Microsoft VC90 binaries aren't installed globally on
your machine - which would
After I "compile" my program with py2exe 0.6.9 with Python 2.6, I'm
still getting the "Application Did Not Initialize Properly" error
dialog whenever I run my code. What am I doing wrong?
Note that py2exe 0.6.9 with Python 2.5 works just fine.
Help!
Chris.
On Sat, 15 Nov 2008 23:21:15 -0800,
On Sep 20, 2005, at 5:44 PM, Steve Holden wrote:
> Thomas Heller wrote:
>
>> I'm slowly getting tired maintaining py2exe. It is far from perfect,
>> although it has interesting features (I would say).
>> The problem, apart from the work, is that it is good enough for me
>> - I
>> can do everyt
Ray Schumacher <[EMAIL PROTECTED]> writes:
> First, Thanks again for the update.
>
> At 08:55 AM 9/7/2005, Thomas Heller wrote:
>
>> This part of the code is distributed under the MPL 1.1, so this
>> license is now pulled in by py2exe.
>
> As I read it, it seems that I need to include an
First, Thanks again for the update.
At 08:55 AM 9/7/2005, Thomas Heller wrote:
> This part of the code is distributed under the MPL 1.1, so this
> license is now pulled in by py2exe.
As I read it, it seems that I need to include an Exibit A
http://www.mozilla.org/MPL/MPL-1.1.html#exhib
16 matches
Mail list logo