Package pyplusplus :: Package gui

Source Code for Package pyplusplus.gui

 1  # Copyright 2004-2008 Roman Yakovenko. 
 2  # Distributed under the Boost Software License, Version 1.0. (See 
 3  # accompanying file LICENSE_1_0.txt or copy at 
 4  # http://www.boost.org/LICENSE_1_0.txt) 
 5   
 6  """ 
 7  This package provide simple GUI interface. If you have installed Py++ and  
 8  pygccxml you can invoke GUI from shell using pyplusplus_gui command on Linux. 
 9  On Windows you can run pyplusplus_gui.pyw file. 
10  """ 
11   
12  from ui import show_demo 
13