Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Python Version?

If you have a question or need help, this is the place to be.
Post Reply
jwka
Posts: 24
Joined: Sun Nov 28, 2010 8:45 pm

Python Version?

Post by jwka »

Hi all,

I am a novice to Python. Seems a bad time to start with it as the change from 2.x to 3.x is ongoing and - as for a novice's angle of sight - some truly significant libraries (GUI etc) are not yet "on 3".

Now, the Question is:

If I would like to start programming Python in EventHost AND more, what version should I use?

Will (and when) EventGhost go to Python Version 3? As far as I understand, EventGhost in relying in wxPython, which is still 2.x ...

So, very tough questions for a novice.

Thanks for any help!
jwka
stottle
Plugin Developer
Posts: 636
Joined: Sun Apr 26, 2009 10:59 pm

Re: Python Version?

Post by stottle »

EventGhost is using Python 2.6, and since Bitmonster is no longer updating EG I doubt it will be changed to Python 3. Python 2 will be maintained for something like 5 more years, so I would recommend using Python 2 for now.

I've created a fork of EG called SatoriHub, which uses the PyQt framework instead of wxPython. Not sure if that is of interest or not - it is alpha status right now, but hopefully will be ready for beta testing soon. It's also using Python 2.6.

Brett
jwka
Posts: 24
Joined: Sun Nov 28, 2010 8:45 pm

Re: Python Version?

Post by jwka »

Thanks for the quick reply, Brett.

So, I will go for V2.7 first ...

Regards
jwka
Post Reply