The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
IoPython v1.1 is here

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
rodney ramdas

Posts: 66
Nickname: pinupgeek
Registered: Jun, 2006

Rodney Ramdas is a de-enterprised Ruby on Rails developer from the Netherlands.
IoPython v1.1 is here Posted: Aug 7, 2006 8:26 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by rodney ramdas.
Original Post: IoPython v1.1 is here
Feed Title: pinupgeek.com
Feed URL: http://feeds.feedburner.com/pinupgeek
Feed Description: A personal take on Ruby and Rails
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by rodney ramdas
Latest Posts From pinupgeek.com

Advertisement

Hardworking Aslak has released a new version of IoPython, every programmers best friend that allows you to run python modules from Io. If you have something like wxPython installed you should be able to do something like this:


wxpy := Python import("wxPython.wx")
wx := Python import("wx")

app := wx PySimpleApp new

MainWindow := wxpy wxFrame new(nil, -1, "Small editor") do(
        control := wxpy wxTextCtrl new(self, 1)
)

MainWindow Show(1)
app MainLoop

Furthermore IoPython should now compile without a hitch on linux. If not drop by on Freenode, #io or post here.

Download this release: IoPython 1.1

Read: IoPython v1.1 is here

Topic: Dialogue-Driven Development is about rounded corners Previous Topic   Next Topic Topic: It's all about the dialogue

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use