On Sun, Feb 01, 2009 at 08:53:08PM CET, Eric Hedekar wrote: > On Sun, Feb 1, 2009 at 10:44 AM, sandie <[email protected]> wrote: > > > I have been looking at Python and Glade the last few days, and have made > > my first program, a Wineasio Installer for UbuntuStudio. > > > > If anyone is interested, you can get it here : > > http://www.sandgreen.dk/xt2/files/wineasioinstaller-0.7.4-2.tar.gz > > just unpack and run the executable. > > > > I have tested it on UbuntuStudio 7.04, UbuntuStudio 8.04 and Ubuntu 8.10 > > (both 32bit) and it actualy works :-) > > > > /Sandie > > > Cool! But I've got a couple questions: > 1) On line 69 of wineasioinstaller, wget is used but you've made no attempt > to install wget on line 57 - that's not really a question, just a > correction.
It would in fact be better to use an http module/library for python, and download the file that way. There is often no need to call a program externally from python, because you can find a python module that you can use to do the work for you. Luke
signature.asc
Description: Digital signature
-- Ubuntu-Studio-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users
