Changes

From Gramps

Getting started with Gramps development

228 bytes added, 16:30, 4 May 2014
Eclipse + pydev
The following is in alphabetic order. Choose the one you like.
=== Eclipse + pydev PyDev ===[http://www.eclipse.org/downloads/ Eclipse ] with [http://pydev .org/manual_101_install.html PyDev] brings an integrated IDE for Python. To run it, you have to do a few steps configuration.:
* First, you have to set the path to your python interpreter. :** Go in the menu "'''Window"->"Preferences...", then ''';** Then choose "Pydev"-'''PyDev > Interpreters >"Python Interpreter - Python"'''.** Click '''New... With "new", you can ''' to create a link to "your Python executable (for example ''/usr/bin/python2.5". there you are6'').
* Next, you have to set up a pydev PyDev project. :** Go in the menu "'''File" -> "New" -> "Project", and choose a Pydev projet. ..''';** Choose '''PyDev Project'''** Project name could be "''Gramps trunk", uncheck "''** Uncheck '''Use defaults" ''' and choose "'''~/gramps-trunk" ''' as the project directory. ** Project type is "'''Python 2.6", and '''** Interpreter is the one you created at the first step above** And then you can press "'''Finish"'''.  You are now ready to start coding !
=== pycharm ===
23
edits

Navigation menu