Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.018 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'stuff,': 0.07; 'version?': 0.07; 'release,': 0.09; 'throw': 0.09; 'wxpython': 0.09; 'linux': 0.11; 'am,': 0.14; 'gui': 0.14; 'wrote:': 0.14; '"import"': 0.16; 'tarball': 0.16; 'unpack': 0.16; 'thanks,': 0.17; 'gaming': 0.19; 'cc:no real name:2**0': 0.20; 'cc:2**0': 0.20; 'header:In-Reply- To:1': 0.22; 'cc:addr:python-list': 0.22; 'releasing': 0.23; 'version.': 0.23; '\xa0so': 0.23; 'version': 0.25; 'windows': 0.26; "i'm": 0.26; "i'll": 0.26; 'url:mailman': 0.27; 'message- id:@mail.gmail.com': 0.28; 'fri,': 0.29; 'like,': 0.29; 'cc:addr:python.org': 0.31; 'installer': 0.31; '...': 0.32; 'url:listinfo': 0.33; 'things': 0.33; 'break': 0.33; "isn't": 0.34; 'using': 0.34; 'file.': 0.34; 'plans': 0.35; 'usually': 0.36; 'two': 0.37; 'some': 0.37; 'received:209.85': 0.37; 'url:python': 0.37; 'apr': 0.38; 'received:google.com': 0.38; 'url:org': 0.38; 'app': 0.39; 'received:209': 0.39; 'takes': 0.40; 'header:Received:5': 0.40; 'might': 0.40; 'rendering': 0.60; 'fact,': 0.60; '2011': 0.62; 'fan': 0.67; 'taylor': 0.68; 'unnecessary': 0.73; 'hardcore': 0.84; 'packed': 0.84; 'received:209.85.210.174': 0.84; 'received:mail- iy0-f174.google.com': 0.84; "\xa0i'm": 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=H6Rviw1dDZjVcmDq8ytI8jkKiy95rL+8sIMnQkNcLNM=; b=DFGA6KyPj0VqzFIYFNXxSaGg2MSmCfR5B2xf2MFWnY6eXHPXOCgFPRmKGIhH1BMAjQ Ou7GUAECb7+OprGiB5+cNsXNTqC4uAbB5gNnRaYmAJQKUzWj1a4YUkmUabboNPIZ13fH tyxWOaN88ICb2LT0XYmTFqBoDQ9bhBe56UO9U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=UrAipMnGMNEzKLtSlEAEjnKw7fkk9jVCz/MNw010OdUUi7fFptqpKJGq8y9BaWu075 S1Y6oNl4rDiFKXrV/F2YPZlLQP6CKwiCRKklCo8lDRO0h3JitUc9Is102xWsAQl2jiGj ocgU43iMKwmNIUcgCYP188tFmzW+6WiTKW9eE= MIME-Version: 1.0 In-Reply-To: <75a7cd73-50c9-4dc0-a88d-68051f1e3795@k22g2000yqh.googlegroups.com> References: <74a2f743-aa0a-4beb-8c62-3e32b6ac7489@k22g2000yqh.googlegroups.com> <75a7cd73-50c9-4dc0-a88d-68051f1e3795@k22g2000yqh.googlegroups.com> Date: Sat, 30 Apr 2011 03:16:08 +1000 Subject: Re: Deditor From: Alec Taylor To: Kruptein Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 31 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1304097373 news.xs4all.nl 81473 [::ffff:82.94.164.166]:54696 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:4314 I'll create an installer or two (an NSIS or InnoSetup .exe and an MSI) if you like, once you've released the windows version. On Fri, Apr 29, 2011 at 6:16 AM, Kruptein wrote: > On 28 apr, 07:46, jmfauth wrote: >> On 27 avr, 19:22, Alec Taylor wrote: >> >> > Thanks, any plans for a Windows version? >> >> - Download the deb >> - Unpack it with a utility like 7zip >> - Throw away the unnecessary stuff, (keep the "deditor part") >> - Depending on your libs, adatpt the "import" >> - Launch deditor.py >> - Then ... >> >> [5 minutes] >> >> In fact, this kind of app can be simply packed in a zip file. >> >> jmf > > It isn't that easy as you might have hoped ;) =A0I'm using wxpython for > rendering the GUI =A0somehow some things that work in the linux version > break in the windows version =A0so I need to do some small > modifications =A0and as I'm a hardcore linux fan I ony use windows for > gaming it usually takes a little longer for a windows release, =A0I'm > releasing a tarball now btw :D > -- > http://mail.python.org/mailman/listinfo/python-list >