Anyone have a VM with Python tools ready to go?
Posted: Sat Jun 06, 2009 7:08 am
I was going ot build a VM, using VMware Wks, but I figured I'd ask here first to see if anyone had one they could share?
Support Forum
http://www.eventghost.net:80/forum/
Fair enough, but that sounds like a PITA!Livin wrote:I should have clarified... it could be on Linux. Plugins for EG can be built on Linux (in a VM) and tested in the Windows enviro.
How does that help? You need to install a license when the VM is built, it can't be replaced by the end user, right? I've never had nor looked into MSDN licenses, so I'm asking out of curiosity.Livin wrote:You have a point with Windows... but since I have my own legit MSDN license I'm not worried about Windows licensing.
I'm just using Notepad++ (make sure you set autoindent to spaces instead of tabs). I also use PyCrust from within EG to get at the command line and see what is configured and available to EG (PyCrust has access to the live eventghost install as the eg variable). Not very high tech, but it works.Livin wrote:What tools are you using to develop Python plugins for EG?
Agreed. I don't think you can use anything other than wxPython without rewriting EG. Unfortunately wxPython is a learning curve I need to tackle as well....Livin wrote:Funny enough I think the main issue I will have is not the logic portion of the Python code, which I wrote 3/06 as will need to try to figure out what I've done and how Python works again (not that I was any good at it then!) but the UI interface for the end user is something I've not dealt with before. you using wxPython?