Page 1 of 1

Python made easy?

Posted: Thu May 25, 2006 10:52 pm
by jm302
Greetings,

Found this python script creation tool on the apple site:

http://www.apple.com/downloads/macosx/d ... bot10.html

Boris and Yves, does this look like it would of any use/ease to module creation?

Cheers,
J.

Re: Python made easy?

Posted: Fri May 26, 2006 8:09 am
by yves@garagecube
Well, it seems that you can do basically the same directly inside Modul8. Write your script in the module, open the output window (to see the prints) and that's it.

Also the Modul8 API won't be accessible from this tool. So you won't be able to really test a module in this context.

It could be a nice way for beginners to experiment Python though.