Kodi Community Forum
Python Development with Eclipse IDE? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+--- Thread: Python Development with Eclipse IDE? (/showthread.php?tid=27040)



Python Development with Eclipse IDE? - realjobe - 2007-06-27

Hi there.
Threre just must be an easy way to develop Pythons to XBMC than with notepad via XBMC_PC.

In general Eclipse is the most common and the best IDE there is.
http://www.eclipse.org/downloads/
OnTop of Eclipse user can install PlugIns like J2EE environments, Symbian devs etc.
I found PyDEV plugin for Eclipse http://pydev.sourceforge.net/index.html
and I was wondering has anyone tested Python dev with these settings?

The question is HOW to make XBMC runnable (WinXML?) Pythons with Eclipse & PyDEV?


- Nuka1195 - 2007-06-27

if it's XBMC specific, your best bet is to use any good text editor (I use scite) and XBMC_PC.

I can make available the modded files for XBMC that highlights xbmc and xbmcgui keywords if you choose scite.


- jmarshall - 2007-06-28

If you're on linux, use the linux port for the same thing.


- houman - 2007-06-28

I used vim on Unix Wink