Csound Csound-dev Csound-tekno Search About

[Csnd] QuteCsound code graph not working...

Date2009-12-15 16:35
FromAnthony Palomba
Subject[Csnd] QuteCsound code graph not working...
I downloaded the latest version of QuteCsound for windows.
I must say it has come a long way since list time I tried it.
I may actually be able to use it now. My hats off to all those
involved in the development work.

I have been trying to use the code graph function. I installed
Graphviz 2.26 but every time I bring it up, I get the following error.

---------------------------
QuteCsound
---------------------------
Dot executable not found.
Please install graphviz from
www.graphviz.org
---------------------------
OK  
---------------------------

I made sure that in my QuteCsound config settings, the path for
dot.exe is set. I also added the path "C:\Program Files\Graphviz2.26\bin"
to my PATH environment variable.

Is there something I am missing? My setup is bellow.


Windows XP (SP2)
csound 5.10
QuteCsound 0.4.5
Graphviz 2.26



Thanks,
Anthony

Date2009-12-16 19:09
Fromandy fillebrown
Subject[Csnd] Re: QuteCsound code graph not working...
Hello Anthony,

That error message means the command "dot.exe -V" is not succeeding.
Can you try opening a command line window and executing that command?

Also note that if "dot.exe -V" does succeed in QuteCsound then you
will run into another bug (which I just fixed today), but it's not the
one you are currently running into.

Cheers,
~ andy.f



On Tue, Dec 15, 2009 at 11:35 AM, Anthony Palomba
 wrote:
> I downloaded the latest version of QuteCsound for windows.
> I must say it has come a long way since list time I tried it.
> I may actually be able to use it now. My hats off to all those
> involved in the development work.
>
> I have been trying to use the code graph function. I installed
> Graphviz 2.26 but every time I bring it up, I get the following error.
>
> ---------------------------
> QuteCsound
> ---------------------------
> Dot executable not found.
> Please install graphviz from
> www.graphviz.org
> ---------------------------
> OK
> ---------------------------
>
> I made sure that in my QuteCsound config settings, the path for
> dot.exe is set. I also added the path "C:\Program Files\Graphviz2.26\bin"
> to my PATH environment variable.
>
> Is there something I am missing? My setup is bellow.
>
>
> Windows XP (SP2)
> csound 5.10
> QuteCsound 0.4.5
> Graphviz 2.26
>
>
>
> Thanks,
> Anthony
>


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-12-16 19:41
FromAnthony Palomba
Subject[Csnd] Re: Re: QuteCsound code graph not working...
I opened a command prompt and ran "dot.exe -V", it seems
work fine. Output is the following...

dot - graphviz version 2.26.0 (20091210.2329)


When I try to execute it from QuteCsound, I can see that it
is starting a command prompt but exiting. Are you sure that
it is making the call to dot.exe synchronously?



-ap




On Wed, Dec 16, 2009 at 1:09 PM, andy fillebrown <andy.fillebrown@gmail.com> wrote:
Hello Anthony,

That error message means the command "dot.exe -V" is not succeeding.
Can you try opening a command line window and executing that command?

Also note that if "dot.exe -V" does succeed in QuteCsound then you
will run into another bug (which I just fixed today), but it's not the
one you are currently running into.

Cheers,
~ andy.f



On Tue, Dec 15, 2009 at 11:35 AM, Anthony Palomba
<apalomba@austin.rr.com> wrote:
> I downloaded the latest version of QuteCsound for windows.
> I must say it has come a long way since list time I tried it.
> I may actually be able to use it now. My hats off to all those
> involved in the development work.
>
> I have been trying to use the code graph function. I installed
> Graphviz 2.26 but every time I bring it up, I get the following error.
>
> ---------------------------
> QuteCsound
> ---------------------------
> Dot executable not found.
> Please install graphviz from
> www.graphviz.org
> ---------------------------
> OK
> ---------------------------
>
> I made sure that in my QuteCsound config settings, the path for
> dot.exe is set. I also added the path "C:\Program Files\Graphviz2.26\bin"
> to my PATH environment variable.
>
> Is there something I am missing? My setup is bellow.
>
>
> Windows XP (SP2)
> csound 5.10
> QuteCsound 0.4.5
> Graphviz 2.26
>
>
>
> Thanks,
> Anthony
>


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2009-12-16 21:06
Fromandy fillebrown
Subject[Csnd] Re: Re: Re: QuteCsound code graph not working...
I am sure the call is synchronous.  Try setting the QuteCsound
environment variable to just "dot.exe" instead of the full path to see
if the error message changes.

~ af



On Wed, Dec 16, 2009 at 2:41 PM, Anthony Palomba  wrote:
> I opened a command prompt and ran "dot.exe -V", it seems
> work fine. Output is the following...
>
> dot - graphviz version 2.26.0 (20091210.2329)
>
>
> When I try to execute it from QuteCsound, I can see that it
> is starting a command prompt but exiting. Are you sure that
> it is making the call to dot.exe synchronously?
>
>
>
> -ap
>
>
>
>
> On Wed, Dec 16, 2009 at 1:09 PM, andy fillebrown 
> wrote:
>>
>> Hello Anthony,
>>
>> That error message means the command "dot.exe -V" is not succeeding.
>> Can you try opening a command line window and executing that command?
>>
>> Also note that if "dot.exe -V" does succeed in QuteCsound then you
>> will run into another bug (which I just fixed today), but it's not the
>> one you are currently running into.
>>
>> Cheers,
>> ~ andy.f
>>
>>
>>
>> On Tue, Dec 15, 2009 at 11:35 AM, Anthony Palomba
>>  wrote:
>> > I downloaded the latest version of QuteCsound for windows.
>> > I must say it has come a long way since list time I tried it.
>> > I may actually be able to use it now. My hats off to all those
>> > involved in the development work.
>> >
>> > I have been trying to use the code graph function. I installed
>> > Graphviz 2.26 but every time I bring it up, I get the following error.
>> >
>> > ---------------------------
>> > QuteCsound
>> > ---------------------------
>> > Dot executable not found.
>> > Please install graphviz from
>> > www.graphviz.org
>> > ---------------------------
>> > OK
>> > ---------------------------
>> >
>> > I made sure that in my QuteCsound config settings, the path for
>> > dot.exe is set. I also added the path "C:\Program
>> > Files\Graphviz2.26\bin"
>> > to my PATH environment variable.
>> >
>> > Is there something I am missing? My setup is bellow.
>> >
>> >
>> > Windows XP (SP2)
>> > csound 5.10
>> > QuteCsound 0.4.5
>> > Graphviz 2.26
>> >
>> >
>> >
>> > Thanks,
>> > Anthony
>> >
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>
>


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-12-16 21:12
FromAnthony Palomba
Subject[Csnd] Re: Re: Re: Re: QuteCsound code graph not working...
Ahh that is better, this time I get a different error...

---------------------------
Image Viewer
---------------------------
Cannot load C:/DOCUME~1/ANTHON~1.PAL/LOCALS~1/Temp/QuteCsound-GraphYa5656.png.
---------------------------
OK  
---------------------------





On Wed, Dec 16, 2009 at 3:06 PM, andy fillebrown <andy.fillebrown@gmail.com> wrote:
I am sure the call is synchronous.  Try setting the QuteCsound
environment variable to just "dot.exe" instead of the full path to see
if the error message changes.

~ af



On Wed, Dec 16, 2009 at 2:41 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
> I opened a command prompt and ran "dot.exe -V", it seems
> work fine. Output is the following...
>
> dot - graphviz version 2.26.0 (20091210.2329)
>
>
> When I try to execute it from QuteCsound, I can see that it
> is starting a command prompt but exiting. Are you sure that
> it is making the call to dot.exe synchronously?
>
>
>
> -ap
>
>
>
>
> On Wed, Dec 16, 2009 at 1:09 PM, andy fillebrown <andy.fillebrown@gmail.com>
> wrote:
>>
>> Hello Anthony,
>>
>> That error message means the command "dot.exe -V" is not succeeding.
>> Can you try opening a command line window and executing that command?
>>
>> Also note that if "dot.exe -V" does succeed in QuteCsound then you
>> will run into another bug (which I just fixed today), but it's not the
>> one you are currently running into.
>>
>> Cheers,
>> ~ andy.f
>>
>>
>>
>> On Tue, Dec 15, 2009 at 11:35 AM, Anthony Palomba
>> <apalomba@austin.rr.com> wrote:
>> > I downloaded the latest version of QuteCsound for windows.
>> > I must say it has come a long way since list time I tried it.
>> > I may actually be able to use it now. My hats off to all those
>> > involved in the development work.
>> >
>> > I have been trying to use the code graph function. I installed
>> > Graphviz 2.26 but every time I bring it up, I get the following error.
>> >
>> > ---------------------------
>> > QuteCsound
>> > ---------------------------
>> > Dot executable not found.
>> > Please install graphviz from
>> > www.graphviz.org
>> > ---------------------------
>> > OK
>> > ---------------------------
>> >
>> > I made sure that in my QuteCsound config settings, the path for
>> > dot.exe is set. I also added the path "C:\Program
>> > Files\Graphviz2.26\bin"
>> > to my PATH environment variable.
>> >
>> > Is there something I am missing? My setup is bellow.
>> >
>> >
>> > Windows XP (SP2)
>> > csound 5.10
>> > QuteCsound 0.4.5
>> > Graphviz 2.26
>> >
>> >
>> >
>> > Thanks,
>> > Anthony
>> >
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>
>


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2009-12-16 21:28
Fromandy fillebrown
Subject[Csnd] Re: Re: Re: Re: Re: QuteCsound code graph not working...
Oh good.  I was able to reproduce the bug with the full path name in
the QuteCsound environment and I have just committed a fix in svn so
it can handle both, now.  Thank you for reporting this.

Cheers,
~ andy.f



On Wed, Dec 16, 2009 at 4:12 PM, Anthony Palomba  wrote:
> Ahh that is better, this time I get a different error...
>
> ---------------------------
> Image Viewer
> ---------------------------
> Cannot load
> C:/DOCUME~1/ANTHON~1.PAL/LOCALS~1/Temp/QuteCsound-GraphYa5656.png.
> ---------------------------
> OK
> ---------------------------
>
>
>
>
>
> On Wed, Dec 16, 2009 at 3:06 PM, andy fillebrown 
> wrote:
>>
>> I am sure the call is synchronous.  Try setting the QuteCsound
>> environment variable to just "dot.exe" instead of the full path to see
>> if the error message changes.
>>
>> ~ af
>>
>>
>>
>> On Wed, Dec 16, 2009 at 2:41 PM, Anthony Palomba 
>> wrote:
>> > I opened a command prompt and ran "dot.exe -V", it seems
>> > work fine. Output is the following...
>> >
>> > dot - graphviz version 2.26.0 (20091210.2329)
>> >
>> >
>> > When I try to execute it from QuteCsound, I can see that it
>> > is starting a command prompt but exiting. Are you sure that
>> > it is making the call to dot.exe synchronously?
>> >
>> >
>> >
>> > -ap
>> >
>> >
>> >
>> >
>> > On Wed, Dec 16, 2009 at 1:09 PM, andy fillebrown
>> > 
>> > wrote:
>> >>
>> >> Hello Anthony,
>> >>
>> >> That error message means the command "dot.exe -V" is not succeeding.
>> >> Can you try opening a command line window and executing that command?
>> >>
>> >> Also note that if "dot.exe -V" does succeed in QuteCsound then you
>> >> will run into another bug (which I just fixed today), but it's not the
>> >> one you are currently running into.
>> >>
>> >> Cheers,
>> >> ~ andy.f
>> >>
>> >>
>> >>
>> >> On Tue, Dec 15, 2009 at 11:35 AM, Anthony Palomba
>> >>  wrote:
>> >> > I downloaded the latest version of QuteCsound for windows.
>> >> > I must say it has come a long way since list time I tried it.
>> >> > I may actually be able to use it now. My hats off to all those
>> >> > involved in the development work.
>> >> >
>> >> > I have been trying to use the code graph function. I installed
>> >> > Graphviz 2.26 but every time I bring it up, I get the following
>> >> > error.
>> >> >
>> >> > ---------------------------
>> >> > QuteCsound
>> >> > ---------------------------
>> >> > Dot executable not found.
>> >> > Please install graphviz from
>> >> > www.graphviz.org
>> >> > ---------------------------
>> >> > OK
>> >> > ---------------------------
>> >> >
>> >> > I made sure that in my QuteCsound config settings, the path for
>> >> > dot.exe is set. I also added the path "C:\Program
>> >> > Files\Graphviz2.26\bin"
>> >> > to my PATH environment variable.
>> >> >
>> >> > Is there something I am missing? My setup is bellow.
>> >> >
>> >> >
>> >> > Windows XP (SP2)
>> >> > csound 5.10
>> >> > QuteCsound 0.4.5
>> >> > Graphviz 2.26
>> >> >
>> >> >
>> >> >
>> >> > Thanks,
>> >> > Anthony
>> >> >
>> >>
>> >>
>> >> Send bugs reports to this list.
>> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> "unsubscribe
>> >> csound"
>> >
>> >
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>
>


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-12-16 21:37
Fromandy fillebrown
Subject[Csnd] Re: Re: Re: Re: Re: QuteCsound code graph not working...
...and just in case you missed it, that 2nd error was fixed in svn earlier, too.

~ af



On Wed, Dec 16, 2009 at 4:28 PM, andy fillebrown
 wrote:
> Oh good.  I was able to reproduce the bug with the full path name in
> the QuteCsound environment and I have just committed a fix in svn so
> it can handle both, now.  Thank you for reporting this.
>
> Cheers,
> ~ andy.f
>
>
>
> On Wed, Dec 16, 2009 at 4:12 PM, Anthony Palomba  wrote:
>> Ahh that is better, this time I get a different error...
>>
>> ---------------------------
>> Image Viewer
>> ---------------------------
>> Cannot load
>> C:/DOCUME~1/ANTHON~1.PAL/LOCALS~1/Temp/QuteCsound-GraphYa5656.png.
>> ---------------------------
>> OK
>> ---------------------------
>>
>>
>>
>>
>>
>> On Wed, Dec 16, 2009 at 3:06 PM, andy fillebrown 
>> wrote:
>>>
>>> I am sure the call is synchronous.  Try setting the QuteCsound
>>> environment variable to just "dot.exe" instead of the full path to see
>>> if the error message changes.
>>>
>>> ~ af
>>>
>>>
>>>
>>> On Wed, Dec 16, 2009 at 2:41 PM, Anthony Palomba 
>>> wrote:
>>> > I opened a command prompt and ran "dot.exe -V", it seems
>>> > work fine. Output is the following...
>>> >
>>> > dot - graphviz version 2.26.0 (20091210.2329)
>>> >
>>> >
>>> > When I try to execute it from QuteCsound, I can see that it
>>> > is starting a command prompt but exiting. Are you sure that
>>> > it is making the call to dot.exe synchronously?
>>> >
>>> >
>>> >
>>> > -ap
>>> >
>>> >
>>> >
>>> >
>>> > On Wed, Dec 16, 2009 at 1:09 PM, andy fillebrown
>>> > 
>>> > wrote:
>>> >>
>>> >> Hello Anthony,
>>> >>
>>> >> That error message means the command "dot.exe -V" is not succeeding.
>>> >> Can you try opening a command line window and executing that command?
>>> >>
>>> >> Also note that if "dot.exe -V" does succeed in QuteCsound then you
>>> >> will run into another bug (which I just fixed today), but it's not the
>>> >> one you are currently running into.
>>> >>
>>> >> Cheers,
>>> >> ~ andy.f
>>> >>
>>> >>
>>> >>
>>> >> On Tue, Dec 15, 2009 at 11:35 AM, Anthony Palomba
>>> >>  wrote:
>>> >> > I downloaded the latest version of QuteCsound for windows.
>>> >> > I must say it has come a long way since list time I tried it.
>>> >> > I may actually be able to use it now. My hats off to all those
>>> >> > involved in the development work.
>>> >> >
>>> >> > I have been trying to use the code graph function. I installed
>>> >> > Graphviz 2.26 but every time I bring it up, I get the following
>>> >> > error.
>>> >> >
>>> >> > ---------------------------
>>> >> > QuteCsound
>>> >> > ---------------------------
>>> >> > Dot executable not found.
>>> >> > Please install graphviz from
>>> >> > www.graphviz.org
>>> >> > ---------------------------
>>> >> > OK
>>> >> > ---------------------------
>>> >> >
>>> >> > I made sure that in my QuteCsound config settings, the path for
>>> >> > dot.exe is set. I also added the path "C:\Program
>>> >> > Files\Graphviz2.26\bin"
>>> >> > to my PATH environment variable.
>>> >> >
>>> >> > Is there something I am missing? My setup is bellow.
>>> >> >
>>> >> >
>>> >> > Windows XP (SP2)
>>> >> > csound 5.10
>>> >> > QuteCsound 0.4.5
>>> >> > Graphviz 2.26
>>> >> >
>>> >> >
>>> >> >
>>> >> > Thanks,
>>> >> > Anthony
>>> >> >
>>> >>
>>> >>
>>> >> Send bugs reports to this list.
>>> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>> >> "unsubscribe
>>> >> csound"
>>> >
>>> >
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>
>>
>


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-12-16 21:42
FromAnthony Palomba
Subject[Csnd] Re: Re: Re: Re: Re: Re: QuteCsound code graph not working...
Excellent, I look forward to trying it out. Is there any word on when
the next build will be?



-ap



On Wed, Dec 16, 2009 at 3:37 PM, andy fillebrown <andy.fillebrown@gmail.com> wrote:
...and just in case you missed it, that 2nd error was fixed in svn earlier, too.

~ af



On Wed, Dec 16, 2009 at 4:28 PM, andy fillebrown
<andy.fillebrown@gmail.com> wrote:
> Oh good.  I was able to reproduce the bug with the full path name in
> the QuteCsound environment and I have just committed a fix in svn so
> it can handle both, now.  Thank you for reporting this.
>
> Cheers,
> ~ andy.f
>
>
>
> On Wed, Dec 16, 2009 at 4:12 PM, Anthony Palomba <apalomba@austin.rr.com> wrote:
>> Ahh that is better, this time I get a different error...
>>
>> ---------------------------
>> Image Viewer
>> ---------------------------
>> Cannot load
>> C:/DOCUME~1/ANTHON~1.PAL/LOCALS~1/Temp/QuteCsound-GraphYa5656.png.
>> ---------------------------
>> OK
>> ---------------------------
>>
>>
>>
>>
>>
>> On Wed, Dec 16, 2009 at 3:06 PM, andy fillebrown <andy.fillebrown@gmail.com>
>> wrote:
>>>
>>> I am sure the call is synchronous.  Try setting the QuteCsound
>>> environment variable to just "dot.exe" instead of the full path to see
>>> if the error message changes.
>>>
>>> ~ af
>>>
>>>
>>>
>>> On Wed, Dec 16, 2009 at 2:41 PM, Anthony Palomba <apalomba@austin.rr.com>
>>> wrote:
>>> > I opened a command prompt and ran "dot.exe -V", it seems
>>> > work fine. Output is the following...
>>> >
>>> > dot - graphviz version 2.26.0 (20091210.2329)
>>> >
>>> >
>>> > When I try to execute it from QuteCsound, I can see that it
>>> > is starting a command prompt but exiting. Are you sure that
>>> > it is making the call to dot.exe synchronously?
>>> >
>>> >
>>> >
>>> > -ap
>>> >
>>> >
>>> >
>>> >
>>> > On Wed, Dec 16, 2009 at 1:09 PM, andy fillebrown
>>> > <andy.fillebrown@gmail.com>
>>> > wrote:
>>> >>
>>> >> Hello Anthony,
>>> >>
>>> >> That error message means the command "dot.exe -V" is not succeeding.
>>> >> Can you try opening a command line window and executing that command?
>>> >>
>>> >> Also note that if "dot.exe -V" does succeed in QuteCsound then you
>>> >> will run into another bug (which I just fixed today), but it's not the
>>> >> one you are currently running into.
>>> >>
>>> >> Cheers,
>>> >> ~ andy.f
>>> >>
>>> >>
>>> >>
>>> >> On Tue, Dec 15, 2009 at 11:35 AM, Anthony Palomba
>>> >> <apalomba@austin.rr.com> wrote:
>>> >> > I downloaded the latest version of QuteCsound for windows.
>>> >> > I must say it has come a long way since list time I tried it.
>>> >> > I may actually be able to use it now. My hats off to all those
>>> >> > involved in the development work.
>>> >> >
>>> >> > I have been trying to use the code graph function. I installed
>>> >> > Graphviz 2.26 but every time I bring it up, I get the following
>>> >> > error.
>>> >> >
>>> >> > ---------------------------
>>> >> > QuteCsound
>>> >> > ---------------------------
>>> >> > Dot executable not found.
>>> >> > Please install graphviz from
>>> >> > www.graphviz.org
>>> >> > ---------------------------
>>> >> > OK
>>> >> > ---------------------------
>>> >> >
>>> >> > I made sure that in my QuteCsound config settings, the path for
>>> >> > dot.exe is set. I also added the path "C:\Program
>>> >> > Files\Graphviz2.26\bin"
>>> >> > to my PATH environment variable.
>>> >> >
>>> >> > Is there something I am missing? My setup is bellow.
>>> >> >
>>> >> >
>>> >> > Windows XP (SP2)
>>> >> > csound 5.10
>>> >> > QuteCsound 0.4.5
>>> >> > Graphviz 2.26
>>> >> >
>>> >> >
>>> >> >
>>> >> > Thanks,
>>> >> > Anthony
>>> >> >
>>> >>
>>> >>
>>> >> Send bugs reports to this list.
>>> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>> >> "unsubscribe
>>> >> csound"
>>> >
>>> >
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>
>>
>


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2009-12-16 21:58
Fromandy fillebrown
Subject[Csnd] Re: Re: Re: Re: Re: Re: Re: QuteCsound code graph not working...
Soon, hopefully.  I'm waiting for the green-light from Andres on
putting together a bug-fix release for Windows.

~ af



On Wed, Dec 16, 2009 at 4:42 PM, Anthony Palomba  wrote:
> Excellent, I look forward to trying it out. Is there any word on when
> the next build will be?
>
>
>
> -ap
>
>
>
> On Wed, Dec 16, 2009 at 3:37 PM, andy fillebrown 
> wrote:
>>
>> ...and just in case you missed it, that 2nd error was fixed in svn
>> earlier, too.
>>
>> ~ af
>>
>>
>>
>> On Wed, Dec 16, 2009 at 4:28 PM, andy fillebrown
>>  wrote:
>> > Oh good.  I was able to reproduce the bug with the full path name in
>> > the QuteCsound environment and I have just committed a fix in svn so
>> > it can handle both, now.  Thank you for reporting this.
>> >
>> > Cheers,
>> > ~ andy.f
>> >
>> >
>> >
>> > On Wed, Dec 16, 2009 at 4:12 PM, Anthony Palomba
>> >  wrote:
>> >> Ahh that is better, this time I get a different error...
>> >>
>> >> ---------------------------
>> >> Image Viewer
>> >> ---------------------------
>> >> Cannot load
>> >> C:/DOCUME~1/ANTHON~1.PAL/LOCALS~1/Temp/QuteCsound-GraphYa5656.png.
>> >> ---------------------------
>> >> OK
>> >> ---------------------------
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> On Wed, Dec 16, 2009 at 3:06 PM, andy fillebrown
>> >> 
>> >> wrote:
>> >>>
>> >>> I am sure the call is synchronous.  Try setting the QuteCsound
>> >>> environment variable to just "dot.exe" instead of the full path to see
>> >>> if the error message changes.
>> >>>
>> >>> ~ af
>> >>>
>> >>>
>> >>>
>> >>> On Wed, Dec 16, 2009 at 2:41 PM, Anthony Palomba
>> >>> 
>> >>> wrote:
>> >>> > I opened a command prompt and ran "dot.exe -V", it seems
>> >>> > work fine. Output is the following...
>> >>> >
>> >>> > dot - graphviz version 2.26.0 (20091210.2329)
>> >>> >
>> >>> >
>> >>> > When I try to execute it from QuteCsound, I can see that it
>> >>> > is starting a command prompt but exiting. Are you sure that
>> >>> > it is making the call to dot.exe synchronously?
>> >>> >
>> >>> >
>> >>> >
>> >>> > -ap
>> >>> >
>> >>> >
>> >>> >
>> >>> >
>> >>> > On Wed, Dec 16, 2009 at 1:09 PM, andy fillebrown
>> >>> > 
>> >>> > wrote:
>> >>> >>
>> >>> >> Hello Anthony,
>> >>> >>
>> >>> >> That error message means the command "dot.exe -V" is not
>> >>> >> succeeding.
>> >>> >> Can you try opening a command line window and executing that
>> >>> >> command?
>> >>> >>
>> >>> >> Also note that if "dot.exe -V" does succeed in QuteCsound then you
>> >>> >> will run into another bug (which I just fixed today), but it's not
>> >>> >> the
>> >>> >> one you are currently running into.
>> >>> >>
>> >>> >> Cheers,
>> >>> >> ~ andy.f
>> >>> >>
>> >>> >>
>> >>> >>
>> >>> >> On Tue, Dec 15, 2009 at 11:35 AM, Anthony Palomba
>> >>> >>  wrote:
>> >>> >> > I downloaded the latest version of QuteCsound for windows.
>> >>> >> > I must say it has come a long way since list time I tried it.
>> >>> >> > I may actually be able to use it now. My hats off to all those
>> >>> >> > involved in the development work.
>> >>> >> >
>> >>> >> > I have been trying to use the code graph function. I installed
>> >>> >> > Graphviz 2.26 but every time I bring it up, I get the following
>> >>> >> > error.
>> >>> >> >
>> >>> >> > ---------------------------
>> >>> >> > QuteCsound
>> >>> >> > ---------------------------
>> >>> >> > Dot executable not found.
>> >>> >> > Please install graphviz from
>> >>> >> > www.graphviz.org
>> >>> >> > ---------------------------
>> >>> >> > OK
>> >>> >> > ---------------------------
>> >>> >> >
>> >>> >> > I made sure that in my QuteCsound config settings, the path for
>> >>> >> > dot.exe is set. I also added the path "C:\Program
>> >>> >> > Files\Graphviz2.26\bin"
>> >>> >> > to my PATH environment variable.
>> >>> >> >
>> >>> >> > Is there something I am missing? My setup is bellow.
>> >>> >> >
>> >>> >> >
>> >>> >> > Windows XP (SP2)
>> >>> >> > csound 5.10
>> >>> >> > QuteCsound 0.4.5
>> >>> >> > Graphviz 2.26
>> >>> >> >
>> >>> >> >
>> >>> >> >
>> >>> >> > Thanks,
>> >>> >> > Anthony
>> >>> >> >
>> >>> >>
>> >>> >>
>> >>> >> Send bugs reports to this list.
>> >>> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >>> >> "unsubscribe
>> >>> >> csound"
>> >>> >
>> >>> >
>> >>>
>> >>>
>> >>> Send bugs reports to this list.
>> >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >>> "unsubscribe
>> >>> csound"
>> >>
>> >>
>> >
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"