Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Is there such package?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Sun Aug 31, 2014 8:19 pm    Post subject: Is there such package? Reply with quote

Hi, ALL,
1. I'm about to start python development and wondering if there is a GUI python debugger? On Windows I was using winpdb, but it depends on wxPython-2.8. I have wxPython-3.0.0.
2. Is there GUI interface to GitHub in Portage? I was using GitHub GUI on Windows and want to have something similar..

Thank you.
Back to top
View user's profile Send private message
fernan82
n00b
n00b


Joined: 24 Jul 2014
Posts: 70

PostPosted: Sun Aug 31, 2014 9:42 pm    Post subject: Reply with quote

https://wiki.python.org/moin/PythonDebuggingTools

http://stackoverflow.com/questions/1516720/git-gui-client-for-linux

Both of them are the 1st google results for those searches and all the ones I checked are in portage.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Tue Sep 09, 2014 12:10 am    Post subject: Reply with quote

Hi,
Code:

IgorDellGentoo igor # emerge -pv git

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] dev-vcs/git-1.8.5.5  USE="blksha1 curl gpg gtk iconv nls pcre perl python threads webdav -cgi -cvs -doc -emacs -gnome-keyring -highlight -mediawiki (-ppcsha1) -subversion {-test} -tk -xinetd" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7" 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB


Looks like Git was merged with GTK USE-flag and there should be a GIT GUI, but I don't see it.
Do I need something else?

Thank you.
Back to top
View user's profile Send private message
jburns
Veteran
Veteran


Joined: 18 Jan 2007
Posts: 1214
Location: Massachusetts USA

PostPosted: Tue Sep 09, 2014 5:51 am    Post subject: Reply with quote

It should have installed a gitview command.
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Tue Sep 09, 2014 6:31 am    Post subject: Reply with quote

jburns wrote:
It should have installed a gitview command.

TBH, gitview isn't much of an interface.
You should look for something that can do more than give you a GUI view of the log.
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Tue Sep 09, 2014 6:36 am    Post subject: Reply with quote

Hi,
Yup, apparently its just gitVIEW. ;-)

On my Windows box I was using GitHub GUI tool. Is there something similar/close to it on Gentoo Portage?

Thank you.
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Tue Sep 09, 2014 7:13 am    Post subject: Reply with quote

I don't know what that github tool looks like. You just could install some of them and use he one you like most. The link to stackoverflow shows some tools that are available through portage. For a first start try qgit, giggle and gitg ;)
AFAIR dev-util/eric ships a debugging tool. Furthermore it's a nice editor ;)
Back to top
View user's profile Send private message
ONEEYEMAN
Advocate
Advocate


Joined: 01 Mar 2005
Posts: 3610

PostPosted: Wed Sep 10, 2014 1:26 am    Post subject: Reply with quote

Hi,
I installed qgit, but it looks like I will not be able to use it. ;-)
I don't see where do I enter credentials in order to connect to GutHub.

About Windows: I was talking about this.

Also, I'm working off of GitHub and not Git. Don't know if its relevant - just want to mention it.

I will try to install other 2 products and check them out.

Thank you.
Back to top
View user's profile Send private message
HeissFuss
Guru
Guru


Joined: 11 Jan 2005
Posts: 414

PostPosted: Wed Sep 10, 2014 2:27 am    Post subject: Reply with quote

franzf wrote:

AFAIR dev-util/eric ships a debugging tool. Furthermore it's a nice editor ;)


Another vote for Eric. It's a nice configurable Python IDE and does have realtime python debugging.
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Wed Sep 10, 2014 7:56 am    Post subject: Reply with quote

ONEEYEMAN wrote:
Hi,
I installed qgit, but it looks like I will not be able to use it. ;-)
I don't see where do I enter credentials in order to connect to GutHub.


You will be asked for your github credentials when you want to push changes to your server.

Quote:
About Windows: I was talking about this.

Also, I'm working off of GitHub and not Git. Don't know if its relevant - just want to mention it.

It absolutely doesn't matter! Github is just a git hoster. There is much git besides github, that's why those tools are not tailered specifically to github or another "special" host. I even think github does not offer an API everyone can use (besides the generic git interface). So there won't be any "Linux github tool" until github itself releases one.
So if you want to use github features (bug tracking, forking, ...) from within linux just use their website ;)
Back to top
View user's profile Send private message
vaxbrat
l33t
l33t


Joined: 05 Oct 2005
Posts: 731
Location: DC Burbs

PostPosted: Wed Sep 10, 2014 8:10 pm    Post subject: There's probably something in eclipse Reply with quote

I use eclipse and pydev for all of my python work and QTCreater for all of the C++ and gui design when I write PyQt gui wrappers. I'm sure somebody has parked a github plugin out on the eclipse site by now, but I use git instead of github to keep all of my code out of the cloud.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum