Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #4366

Re: Deditor

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!goblin2!goblin1!goblin.stu.neva.ru!postnews.google.com!f2g2000yqf.googlegroups.com!not-for-mail
From Kruptein <darragh.ssa@gmail.com>
Newsgroups comp.lang.python
Subject Re: Deditor
Date Sat, 30 Apr 2011 13:40:05 -0700 (PDT)
Organization http://groups.google.com
Lines 99
Message-ID <c74c4b3b-fa09-4ba1-a93c-9cdde226490c@f2g2000yqf.googlegroups.com> (permalink)
References <74a2f743-aa0a-4beb-8c62-3e32b6ac7489@k22g2000yqh.googlegroups.com> <mailman.899.1303924966.9059.python-list@python.org> <ea52bdbe-00c4-4ec2-8da3-8f69ee2d3868@28g2000yqu.googlegroups.com> <75a7cd73-50c9-4dc0-a88d-68051f1e3795@k22g2000yqh.googlegroups.com> <761080e3-bbda-4c3b-a38b-f9e0b1e4dcad@a10g2000vbz.googlegroups.com> <2cc05cc3-2c8a-42ba-bb7b-348206546378@k11g2000yqc.googlegroups.com> <35348319-4042-4929-a81c-2e1cec7de3f3@b19g2000yqg.googlegroups.com>
NNTP-Posting-Host 81.82.124.250
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
X-Trace posting.google.com 1304196006 22820 127.0.0.1 (30 Apr 2011 20:40:06 GMT)
X-Complaints-To groups-abuse@google.com
NNTP-Posting-Date Sat, 30 Apr 2011 20:40:06 +0000 (UTC)
Complaints-To groups-abuse@google.com
Injection-Info f2g2000yqf.googlegroups.com; posting-host=81.82.124.250; posting-account=9-In_woAAACDnDFyCeZyZytl1ttJ-5Gp
User-Agent G2/1.0
X-HTTP-UserAgent Opera/9.80 (Windows NT 6.1; U; nl) Presto/2.8.131 Version/11.10,gzip(gfe)
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:4366

Show key headers only | View raw


On 30 apr, 10:30, jmfauth <wxjmfa...@gmail.com> wrote:
> On 29 avr, 23:01, Kruptein <darragh....@gmail.com> wrote:
>
>
>
>
>
> > On 29 apr, 20:25, jmfauth <wxjmfa...@gmail.com> wrote:
>
> > > On 28 avr, 22:16, Kruptein <darragh....@gmail.com> wrote:
>
> > > > On 28 apr, 07:46, jmfauth <wxjmfa...@gmail.com> wrote:
>
> > > > > On 27 avr, 19:22, Alec Taylor <alec.tayl...@gmail.com> 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 "deditorpart")
> > > > > - Depending on your libs, adatpt the "import"
> > > > > - Launchdeditor.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 ;)  I'm using wxpython for
> > > > rendering the GUI  somehow some things that work in the linux version
> > > > break in the windows version  so I need to do some small
> > > > modifications  and as I'm a hardcore linux fan I ony use windows for
> > > > gaming it usually takes a little longer for a windows release,  I'm
> > > > releasing a tarball now btw :D
>
> > > Sure, it is doable. I have done it (I only tweak the
> > > import in such a way, that it does not import modules
> > > not installed in my machine, like not importing paramiko).
>
> > > Your application is just a normal application which uses
> > > a Python environment, independently from the platform.
>
> > > wxPython does not play something special. Exemple, the
> > > wxPython demo can be installed in any dir, even on external
> > > drive.
>
> > > PS I have no special interest indeditor, except I like
> > > to see what is done with wxPython.
>
> > > jmf
>
> > The problem had to do with the configuration panel which displayed
> > wrong in windows but right in linux.  I fixed it and it should now
> > actually work on both :p
> > (and the paramiko import error was because I had forgooten to do a try/
> > except block somewhere in my plugin management..)
>
> > the windows source zip file is online,   Alec can make an installer if
> > he wants :)
>
> Quick tips, hints, "pedagogical" advices:
>
> - Distributing a zip or a tarball does not matter. By
> not distributing a deb and distributing the Py scripts,
> you just make your app available for everybody (eg.
> the wxPython demo)
> - The main problem in your app is not the os. wxPython
> runs quite smoothly on all platforms.
> - Critical: I can not enter text and the text is not
> displayed correctly in the editing part of your app.
> Once again, this is not an os issue. The
> wx.stc.StyledTextCtrl is not a simple widget to master.
> -http://groups.google.com/group/wxpython-users/topics
> - Best wishes for your project.
>
> jmf

Jmf,

thanks for the advice,  however I do want to know on which os you are
and which python version you use.
As I have never had any problems with not being able to enter text.

And about the os problem:
I always code on linux, my first version of this release worked
perfectly on linux, then I tried it on windows and I found out that
there was some bug that linux ignored but windows complained about
now it is fixed and is indeed cross-platform.

And I chat on #python and #wxpython almost every day/week so I do know
who to contact in case of problems ;)
and styledtextctrl is indeed a pain in the ass some times :p

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Deditor Kruptein <darragh.ssa@gmail.com> - 2011-04-27 08:53 -0700
  Re: Deditor Alec Taylor <alec.taylor6@gmail.com> - 2011-04-28 03:22 +1000
    Re: Deditor Kruptein <darragh.ssa@gmail.com> - 2011-04-27 11:15 -0700
    Re: Deditor jmfauth <wxjmfauth@gmail.com> - 2011-04-30 01:30 -0700
      Re: Deditor Kruptein <darragh.ssa@gmail.com> - 2011-04-30 13:40 -0700
        Re: Deditor Alec Taylor <alec.taylor6@gmail.com> - 2011-05-01 18:59 +1000
          Re: Deditor Kruptein <darragh.ssa@gmail.com> - 2011-05-01 07:33 -0700
            Re: Deditor Alec Taylor <alec.taylor6@gmail.com> - 2011-05-02 01:50 +1000
              Re: Deditor Kruptein <darragh.ssa@gmail.com> - 2011-05-01 09:12 -0700
                Re: Deditor Alec Taylor <alec.taylor6@gmail.com> - 2011-05-02 19:33 +1000
    Re: Deditor jmfauth <wxjmfauth@gmail.com> - 2011-04-27 22:46 -0700
      Re: Deditor Kruptein <darragh.ssa@gmail.com> - 2011-04-28 13:16 -0700
        Re: Deditor Alec Taylor <alec.taylor6@gmail.com> - 2011-04-30 03:16 +1000
        Re: Deditor jmfauth <wxjmfauth@gmail.com> - 2011-04-29 11:25 -0700
          Re: Deditor Kruptein <darragh.ssa@gmail.com> - 2011-04-29 14:01 -0700
  Re: Deditor Algis Kabaila <akabaila@pcug.org.au> - 2011-04-28 05:46 +1000
    Re: Deditor Kruptein <darragh.ssa@gmail.com> - 2011-04-27 13:01 -0700
  Re: Deditor geremy condra <debatem1@gmail.com> - 2011-04-27 13:49 -0700
  Re: Deditor Alec Taylor <alec.taylor6@gmail.com> - 2011-04-28 14:01 +1000

csiph-web