Kodi Community Forum

Full Version: Python Development with Eclipse IDE?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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.
If you're on linux, use the linux port for the same thing.
I used vim on Unix Wink