Re: Snippets management

2008-11-11 Thread Edwin
On Nov 10, 3:14 pm, Stef Mientki [EMAIL PROTECTED] wrote: expora wrote: On Nov 6, 12:38 pm, Stef Mientki [EMAIL PROTECTED] wrote: Edwin wrote: Hi there, I've been looking for a snippet manager and found PySnippet but it requires PyGTK. Do you know any other option that doesn't need

Re: Snippets management

2008-11-10 Thread Stef Mientki
expora wrote: On Nov 6, 12:38 pm, Stef Mientki [EMAIL PROTECTED] wrote: Edwin wrote: Hi there, I've been looking for a snippet manager and found PySnippet but it requires PyGTK. Do you know any other option that doesn't need much? I'm sort of new to python and user

Re: Snippets management

2008-11-07 Thread Ricardo Aráoz
Edwin B. wrote: Robert Lehmann [EMAIL PROTECTED] writes: I don't think there is a one-size-fits-all solution. I definetly agree. Setting up a 'snippets' repository sounds good if you just want to be able to look back at what you've done and/or have a place to stash away quick tests.

Re: Snippets management

2008-11-07 Thread Stef Mientki
expora wrote: On Nov 6, 12:38 pm, Stef Mientki [EMAIL PROTECTED] wrote: Edwin wrote: Hi there, I've been looking for a snippet manager and found PySnippet but it requires PyGTK. Do you know any other option that doesn't need much? I'm sort of new to python and user

Re: Snippets management

2008-11-07 Thread Edwin
On Nov 7, 6:36 pm, Ricardo Aráoz [EMAIL PROTECTED] wrote: Since you are in Linux you should definitely check Basket. Go to it's website and you'll be hooked, just what you need. Actually I use Mac OS and Free BSD but I'll check it out mate. Thanks for the tip!! --

Re: Snippets management

2008-11-07 Thread Edwin
On Nov 7, 5:38 pm, Stef Mientki [EMAIL PROTECTED] wrote: I've to extract the right libs from the larger program, as I'm in an import crisis right now, it may take a couple of days. If it's not here by the end of next week, mail be directly, because I forget a lot :-) cheers, Stef

Re: Snippets management

2008-11-06 Thread Robert Lehmann
On Wed, 05 Nov 2008 19:55:51 -0600, Edwin wrote: Hi there, I've been looking for a snippet manager and found PySnippet but it requires PyGTK. Do you know any other option that doesn't need much? [snip] If you're looking for a snippet manager for actually *using* it (not educational

Re: Snippets management

2008-11-06 Thread Edwin
Robert Lehmann [EMAIL PROTECTED] writes: On Wed, 05 Nov 2008 19:55:51 -0600, Edwin wrote: Hi there, I've been looking for a snippet manager and found PySnippet but it requires PyGTK. Do you know any other option that doesn't need much? [snip] If you're looking for a snippet manager for

Re: Snippets management

2008-11-06 Thread Robert Lehmann
On Thu, 06 Nov 2008 05:23:25 -0600, Edwin wrote: [snip] As I'm learning Python sometimes I look for different approaches to the same problem so I use Git branches in order to save every try. It's just that I'm looking for a 'global' place in my system where I can save code ideas and useful

Re: Snippets management

2008-11-06 Thread Stef Mientki
Edwin wrote: Hi there, I've been looking for a snippet manager and found PySnippet but it requires PyGTK. Do you know any other option that doesn't need much? I'm sort of new to python and user interfaces seem a bit far for me right now, that's why I thought having to install PyGTK was

Re: Snippets management

2008-11-06 Thread Edwin B.
Robert Lehmann [EMAIL PROTECTED] writes: I don't think there is a one-size-fits-all solution. I definetly agree. Setting up a 'snippets' repository sounds good if you just want to be able to look back at what you've done and/or have a place to stash away quick tests. I have set up a

Re: Snippets management

2008-11-06 Thread expora
On Nov 6, 12:38 pm, Stef Mientki [EMAIL PROTECTED] wrote: Edwin wrote: Hi there, I've been looking for a snippet manager and found PySnippet but it requires PyGTK. Do you know any other option that doesn't need much? I'm sort of new to python and user interfaces seem a bit far for me

Snippets management

2008-11-05 Thread Edwin
Hi there, I've been looking for a snippet manager and found PySnippet but it requires PyGTK. Do you know any other option that doesn't need much? I'm sort of new to python and user interfaces seem a bit far for me right now, that's why I thought having to install PyGTK was unnecessary. Would

Re: Snippets management

2008-11-05 Thread r
On Nov 5, 7:55 pm, [EMAIL PROTECTED] (Edwin) wrote: Hi there, I've been looking for a snippet manager and found PySnippet but it requires PyGTK. Do you know any other option that doesn't need much? I'm sort of new to python and user interfaces seem a bit far for me right now, that's why I

Re: Snippets management

2008-11-05 Thread RP
I would be interested in something like that as well. Can you please post your links? I'm new to python. Well, I've been using it for a few months. GUI Application development would be a highly desire thing for some of my classes right now. I've done some PyGTK and wxPython tuts, but it's not

Re: Snippets management

2008-11-05 Thread Edwin B.
r [EMAIL PROTECTED] writes: On Nov 5, 7:55 pm, [EMAIL PROTECTED] (Edwin) wrote: Hi there, I've been looking for a snippet manager and found PySnippet but it requires PyGTK. Do you know any other option that doesn't need much? I'm sort of new to python and user interfaces seem a bit far for

Re: Snippets management

2008-11-05 Thread Glenn Linderman
On approximately 11/5/2008 8:23 PM, came the following characters from the keyboard of r: I don't use one, but why not take a stab at coding one yourself. Use Tkinter to start, its easy. well documented gotta learn GUI somehow Since you are recommending tkinter, maybe you know what is the