Alessandro Dentella wrote: > > Hi, > > i'd like to install pygtk on win via a batch. Is there anybody that can > tell me if there are options/switches to determin via command line all the > variables (PATH mainly) so that pygtk install will not open any popup and > install quitely? > > It seems (I'm really ignorant on the matter) it is made with distutils, > would that be any usefull to guess options?
In that case there is no need to guess. You can run 'python setup.py --help' to get online help, and there is a 'installation with distutils' manual in the Python documentation (library reference, distutils library) that should provide the answers you are looking for. Good luck, Albert _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
