[Csnd] Re: Re: Re: Re: csnd tutorials/helpfiles
Date | 2007-11-09 21:47 |
From | Michael Gogins |
Subject | [Csnd] Re: Re: Re: Re: csnd tutorials/helpfiles |
That's funny, I run Csound in Idle a lot and it works. The main problem is that if I kill a Csound process before it completes, often there is a zombie that I have to kill from the operating system. I would like to have a solution to this because Idle has a Python debugger that can useful for complex scripts. I do not get strange error messages. What kind? I assume you are talking about Windows?... Regards, Mike -----Original Message----- >From: Oeyvind Brandtsegg |
Date | 2007-11-09 22:50 |
From | "Oeyvind Brandtsegg" |
Subject | [Csnd] Re: Re: Re: Re: Re: csnd tutorials/helpfiles |
Attachments | None |
Date | 2007-11-09 22:54 |
From | Andrea Valle |
Subject | [Csnd] Re: csnd tutorials/helpfiles |
(Sorry Michael for my previous private email, I send the message again to the list. I was fooled by the reply mechanism. Has it changed?) ---- I had many problem in accessing from IDLE the environment stuff while trying to use a python module (PyX) which communicates with my TeX installation. After a long discussion on the list we understood it was IDLE and I solve using bash directly If I am correct, more, IDLE does not access to stdin so it behaves differently to bash But I am an UNIX ignorant. Best -a- On 9 Nov 2007, at 22:47, Michael Gogins wrote:
-------------------------------------------------- Andrea Valle -------------------------------------------------- CIRMA - DAMS Università degli Studi di Torino -------------------------------------------------- I did this interview where I just mentioned that I read Foucault. Who doesn't in university, right? I was in this strip club giving this guy a lap dance and all he wanted to do was to discuss Foucault with me. Well, I can stand naked and do my little dance, or I can discuss Foucault, but not at the same time; too much information. (Annabel Chong) |
Date | 2007-11-09 23:26 |
From | David Worrall |
Subject | [Csnd] Re: csnd tutorials/helpfiles |
Yes, I can confirm that. To isolate the problem, start by turning off all graphics and run python from the command-line. Then try with IDLE, again with graphics turned off. David (BTW, For the record, I'm tossing all but the first of the "Re"'s from the Subject in replying) On 10/11/2007, at 9:50 AM, Oeyvind Brandtsegg wrote: > The IDLE issue might be related to python apps/scripts with a GUI. > Sorry not to be more specific, I can't seem to recall where I got > the info from. > I've only run my apps from the terminal ever since I read this, an I > recall that a lot of weird problems did disappear when *not* running > in IDLE. This was some two years ago, and it might have changed since > then. > > best > Oeyvind > > 2007/11/9, Michael Gogins |