#Python has tools to bundle everything up (py2exe) into an exe file #so you can even create an installer just like a regular windows program. #(Of course, the resulting executable, even for a small program, will be larger than #normal because it will bundle the python libraries). The point is you can #create apps that behave just like regular GUI programs and the user won't #even be aware you're using Python. #
Another option is to use either Java's AWT or Swing GUI libraries.. With the correct tool, you can also build a native version of your application, taking away the need for a separately instead JVM. stay cool. jeff -- -- Jeff Gutierrez Mapua Online! http://www.mapua.org http://www.mapua.com http://www.mapua.net Pinoy Ako! May reklamo? _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
