Question involving a Python app...

2007-12-04 Thread Nick Watton
hi not a direct answer to your question, but fixes the issue. full details of a work-around at this link: http://www.sephiroth.it/phpBB/showthread.php?t=9244 cheers Nick -- http://mail.python.org/mailman/listinfo/python-list

Re: Question involving a Python app...

2007-08-31 Thread Wildemar Wildenburger
Simon Brunning wrote: > On 8/31/07, sberry <[EMAIL PROTECTED]> wrote: >> So, how do I create an executable (on Windows) >> to install the program so it will run without the aforementioned >> framework being installed? > > Check out py2exe. > Uhm, just an idea ... Can't we (that is, someone else)

Re: Question involving a Python app...

2007-08-31 Thread sberry
On Aug 31, 8:43 am, sberry <[EMAIL PROTECTED]> wrote: > On Aug 31, 8:25 am, [EMAIL PROTECTED] wrote: > > > > > On Aug 31, 9:52 am, sberry <[EMAIL PROTECTED]> wrote: > > > > I am a Flash developer (also a Python dev) and I use an editor called > > > SEPY Actionscript Editor. The latest release vers

Re: Question involving a Python app...

2007-08-31 Thread sberry
On Aug 31, 8:25 am, [EMAIL PROTECTED] wrote: > On Aug 31, 9:52 am, sberry <[EMAIL PROTECTED]> wrote: > > > > > I am a Flash developer (also a Python dev) and I use an editor called > > SEPY Actionscript Editor. The latest release version does not support > > Flash CS3, so I downloaded the source f

Re: Question involving a Python app...

2007-08-31 Thread kyosohma
On Aug 31, 9:52 am, sberry <[EMAIL PROTECTED]> wrote: > I am a Flash developer (also a Python dev) and I use an editor called > SEPY Actionscript Editor. The latest release version does not support > Flash CS3, so I downloaded the source from subversion, edited it, and > recompiled to get a versio

Re: Question involving a Python app...

2007-08-31 Thread Simon Brunning
On 8/31/07, sberry <[EMAIL PROTECTED]> wrote: > So, how do I create an executable (on Windows) > to install the program so it will run without the aforementioned > framework being installed? Check out py2exe. -- Cheers, Simon B. [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/pytho

Question involving a Python app...

2007-08-31 Thread sberry
I am a Flash developer (also a Python dev) and I use an editor called SEPY Actionscript Editor. The latest release version does not support Flash CS3, so I downloaded the source from subversion, edited it, and recompiled to get a version that worked with CS3. Right now, in order to run the progra