python gtk based file manager

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Fabian Braennstroem

    #1

    python gtk based file manager

    Hi,

    I am looking for a file manager based on pygtk. It seems
    that there does not exist any!? Maybe, someone has a hint or
    already some starting code lines for such a 'thing'!?

    Greetings!
    Fabian

  • faulkner

    #2
    Re: python gtk based file manager


    awesome file manager written in C using gtk.
    i've been meaning to write something like emelfm in pygtk, but emelfm
    already exists...

    Fabian Braennstroem wrote:
    Hi,
    >
    I am looking for a file manager based on pygtk. It seems
    that there does not exist any!? Maybe, someone has a hint or
    already some starting code lines for such a 'thing'!?
    >
    Greetings!
    Fabian

    Comment

    • Fabian Braennstroem

      #3
      Re: python gtk based file manager

      Hi,

      * faulkner <faulkner612@co mcast.netwrote:

      awesome file manager written in C using gtk.
      i've been meaning to write something like emelfm in pygtk, but emelfm
      already exists...
      Thanks! I found it too, but I am looking for a python
      version ... python seems to me a lot easier than C, esp. for
      adjusting and adding some functions for my daily use. I
      found wxPyAtol, which could be a good base, but
      unfortunately there is no wx installed at my office machine
      :-(
      >
      Fabian Braennstroem wrote:
      >Hi,
      >>
      >I am looking for a file manager based on pygtk. It seems
      >that there does not exist any!? Maybe, someone has a hint or
      >already some starting code lines for such a 'thing'!?
      >>
      >Greetings!
      > Fabian
      >
      --

      >
      Greetings!
      Fabian

      Comment

      Working...