On Tue, 2004-06-08 at 11:16, Alex Mega wrote: > what is system requirements to install Python and pyGTK on Windows box, how > many disk > space its required?
On my winxp box du -s -k /mnt/winxp/Python23 61948 /mnt/winxp/Python23 This includes the win32all library from Mark Hammond and the Numeric package du -s -k /mnt/winxp/Python23/Lib/site-packages/gtk-2.0 1048 /mnt/winxp/Python23/Lib/site-packages/gtk-2.0 Then, there is also the GTK+ runtime du -s -k /mnt/winxp/GTK/bin 9820 /mnt/winxp/GTK/bin _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
