Re: [pygtk] Silent installation

2010-09-20 Thread Dieter Verfaillie
Hi, Quoting John Stowers john.stowers.li...@gmail.com: On Sun, 2010-09-19 at 20:07 +0200, Tim Lebedkov wrote: The installers are generated by the python distutils machinery, so I am not sure if they support /S. I think the .msi installers generated by bdist_msi support a silent flag... I

Re: [pygtk] Silent installation

2010-09-20 Thread Tim Lebedkov
Hello Dieter, it seems to be a rather difficult case so I would probably come back later after support for dependencies in my program is released. Thank you and all the others who answered. --Tim On Mon, Sep 20, 2010 at 8:00 AM, Dieter Verfaillie diet...@optionexplicit.be wrote: Hi, Quoting

Re: [pygtk] Silent installation

2010-09-19 Thread Tim Lebedkov
Hello Saeed, I actually try to write one. All the dependencies can be installed (see for example Pango: http://code.google.com/p/windows-package-manager/source/detail?r=156e02dda84782d83105c24756e3daa8707fa422). How can I install PyGTK now? Regards --Tim On Sun, Sep 19, 2010 at 6:58 AM, Saeed

Re: [pygtk] Silent installation

2010-09-19 Thread John Stowers
On Sun, 2010-09-19 at 09:28 +0430, Saeed Rasooli wrote: I think there is lake of a Package Manager (like apt-get) in windows to contoll complex dependency structure of libraries and their needing versions. Thats because fully installation of PyGTK (including python, python-gtk, libgtk,

Re: [pygtk] Silent installation

2010-09-19 Thread Tim Lebedkov
Hello John, do the installers support a command line parameter for silent installation? Something like /S? If no, is there a ZIP-download? What does the installer do? Can it be expressed in a batch file? Regards --Tim On Sun, Sep 19, 2010 at 11:57 AM, John Stowers john.stowers.li...@gmail.com

Re: [pygtk] Silent installation

2010-09-19 Thread John Stowers
On Sun, 2010-09-19 at 20:07 +0200, Tim Lebedkov wrote: Hello John, do the installers support a command line parameter for silent installation? Something like /S? If no, is there a ZIP-download? What does the installer do? Can it be expressed in a batch file? The installers are generated

[pygtk] Silent installation

2010-09-18 Thread Tim Lebedkov
Hello, is there a way to install PyGTK silently (without user interaction)? Regards --Tim ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

Re: [pygtk] Silent installation

2010-09-18 Thread Saeed Rasooli
I think there is lake of a Package Manager (like apt-get) in windows to contoll complex dependency structure of libraries and their needing versions. Thats because fully installation of PyGTK (including python, python-gtk, libgtk, libcairo, lib* ...) was ALYAWS A PROBLEM. I usually use Linux, but