From: Uwe Klein on
CKL wrote:
> Uwe,
>
> There is perhaps another solution to me to use freewrap and expect
> The only thing that I need is a compiled version of expect:
> Respectively following files.
> /Tcl/lib/expect/expect.tap
> /Tcl/lib/expect/expect.tcl
> /Tcl/lib/expect/injector.dll
> /Tcl/lib/expect/pkgIndex.tcl
> /Tcl/lib/expect/expect543.dll
>
> I tried to find these files, but I didn't find them
>
> Have you perhaps a way how to recover these files

Sorry Linux only and I never used tcl wrappers.
Lets see what others have access to.

uwe

From: hae on
On 11 Dez., 10:49, CKL <christian.klugesh...(a)gmail.com> wrote:
> On 10 déc, 21:40, CKL <christian.klugesh...(a)gmail.com> wrote:
>
>
>
> > On 10 déc, 18:01, Uwe Klein <uwe_klein_habertw...(a)t-online.de> wrote:
>
> > > CKL wrote:
> > > > On 10 déc, 10:40, Uwe Klein <uwe_klein_habertw...(a)t-online.de> wrote:
>
> > > >>CKL wrote:
>
> > > >>>Uwe, I will perhaps change my opinion in some days, but for now,
> > > >>>please let me the "hope" to find another solution
>
> > > >>>Again, I really really appreciate your help
>
> > > >>If you want to stay in pure tcl you would have to
> > > >>emulate [exp_background] with [filevent].
> > > >>(i.e. assembling an input stream from successive reads
> > > >>    and interpret the content )
>
> > > >>uwe
>
> > > > I think that in all the cases, it will be a hard job.
> > > > * Pass to expect --> compile the source code, learn the language,
>
> > > expect is a tcl extension.
>
> > > > adapt it to my requirements, hope that it will work with freewrap,
>
> > > does freewrap work in the ActiveState installation? ( never used tcl2bin wrappers)
>
> > > > hope that it will do what I want, and hope that I will find the
> > > > solution
> > > > * Stay in tcl, rearrange completely my code, and expect a solution
>
> > > > It's damage that my code that I have written cannot be easily re-
> > > > arranged
> > > > I hopped, that relative to my code, there were only a little
> > > > adaptation to full fill my requirements..
>
> > > > Nevertheless I think it is not the case, and I'm little disappointed
> > > > to trash all my work :-(
>
> > > My "driver" for a Precisa (http://www.precisa.ch/) Scale
> > > is about 800lines/ 5kbyte tcl code.
>
> > > uwe
>
> > I use tcl in the mingw environment:http://wiki.tcl.tk/14828soI have
> > to compile also expect.
> > Then, there will be  no problem to wrap it with freewrapper
>
> > An overview of my project:http://papsi.origo.ethz.ch/wiki/screenshots
>
> > IS-Papsi is written in tcl, and will only be used to configure the
> > dspic, and to move the stepper in case CNC controller is not used.
>
> > Christian
>
> Uwe,
>
> There is perhaps another solution to me to use freewrap and expect
> The only thing that I need is a compiled version of expect:
> Respectively following files.
> /Tcl/lib/expect/expect.tap
> /Tcl/lib/expect/expect.tcl
> /Tcl/lib/expect/injector.dll
> /Tcl/lib/expect/pkgIndex.tcl
> /Tcl/lib/expect/expect543.dll
>
> I tried to find these files, but I didn't find them
>
> Have you perhaps a way how to recover these files
>
> Thanks
>
> Christian
>
> to get expect:
> I find that

ActiveTcl has a recent version. Though you have to install it with
teacup.

http://community.activestate.com/faq/where-is-expect

Ruediger
From: CKL on
On 11 déc, 13:38, hae <r_haer...(a)gmx.de> wrote:
> On 11 Dez., 10:49, CKL <christian.klugesh...(a)gmail.com> wrote:
>
>
>
> > On 10 déc, 21:40, CKL <christian.klugesh...(a)gmail.com> wrote:
>
> > > On 10 déc, 18:01, Uwe Klein <uwe_klein_habertw...(a)t-online.de> wrote:
>
> > > > CKL wrote:
> > > > > On 10 déc, 10:40, Uwe Klein <uwe_klein_habertw...(a)t-online.de> wrote:
>
> > > > >>CKL wrote:
>
> > > > >>>Uwe, I will perhaps change my opinion in some days, but for now,
> > > > >>>please let me the "hope" to find another solution
>
> > > > >>>Again, I really really appreciate your help
>
> > > > >>If you want to stay in pure tcl you would have to
> > > > >>emulate [exp_background] with [filevent].
> > > > >>(i.e. assembling an input stream from successive reads
> > > > >>    and interpret the content )
>
> > > > >>uwe
>
> > > > > I think that in all the cases, it will be a hard job.
> > > > > * Pass to expect --> compile the source code, learn the language,
>
> > > > expect is a tcl extension.
>
> > > > > adapt it to my requirements, hope that it will work with freewrap,
>
> > > > does freewrap work in the ActiveState installation? ( never used tcl2bin wrappers)
>
> > > > > hope that it will do what I want, and hope that I will find the
> > > > > solution
> > > > > * Stay in tcl, rearrange completely my code, and expect a solution
>
> > > > > It's damage that my code that I have written cannot be easily re-
> > > > > arranged
> > > > > I hopped, that relative to my code, there were only a little
> > > > > adaptation to full fill my requirements..
>
> > > > > Nevertheless I think it is not the case, and I'm little disappointed
> > > > > to trash all my work :-(
>
> > > > My "driver" for a Precisa (http://www.precisa.ch/) Scale
> > > > is about 800lines/ 5kbyte tcl code.
>
> > > > uwe
>
> > > I use tcl in the mingw environment:http://wiki.tcl.tk/14828soIhave
> > > to compile also expect.
> > > Then, there will be  no problem to wrap it with freewrapper
>
> > > An overview of my project:http://papsi.origo.ethz.ch/wiki/screenshots
>
> > > IS-Papsi is written in tcl, and will only be used to configure the
> > > dspic, and to move the stepper in case CNC controller is not used.
>
> > > Christian
>
> > Uwe,
>
> > There is perhaps another solution to me to use freewrap and expect
> > The only thing that I need is a compiled version of expect:
> > Respectively following files.
> > /Tcl/lib/expect/expect.tap
> > /Tcl/lib/expect/expect.tcl
> > /Tcl/lib/expect/injector.dll
> > /Tcl/lib/expect/pkgIndex.tcl
> > /Tcl/lib/expect/expect543.dll
>
> > I tried to find these files, but I didn't find them
>
> > Have you perhaps a way how to recover these files
>
> > Thanks
>
> > Christian
>
> > to get expect:
> > I find that
>
> ActiveTcl has a recent version. Though you have to install it with
> teacup.
>
> http://community.activestate.com/faq/where-is-expect
>
> Ruediger

Hi Ruediger,

I found effectively this information on Activetcl, but I didn't
understand how to recover this package...
This "Teacup", seems not to be easy to understand !
Will have to read how it works :-(

This is the risk when you meet an issue. In my case I was almost near
to release my version, and now, I have to dive back..
You start on the issue, but you don't know where you will land :-)


CKL
From: CKL on
On 11 déc, 16:22, CKL <christian.klugesh...(a)gmail.com> wrote:
> On 11 déc, 13:38, hae <r_haer...(a)gmx.de> wrote:
>
>
>
> > On 11 Dez., 10:49, CKL <christian.klugesh...(a)gmail.com> wrote:
>
> > > On 10 déc, 21:40, CKL <christian.klugesh...(a)gmail.com> wrote:
>
> > > > On 10 déc, 18:01, Uwe Klein <uwe_klein_habertw...(a)t-online.de> wrote:
>
> > > > > CKL wrote:
> > > > > > On 10 déc, 10:40, Uwe Klein <uwe_klein_habertw...(a)t-online.de> wrote:
>
> > > > > >>CKL wrote:
>
> > > > > >>>Uwe, I will perhaps change my opinion in some days, but for now,
> > > > > >>>please let me the "hope" to find another solution
>
> > > > > >>>Again, I really really appreciate your help
>
> > > > > >>If you want to stay in pure tcl you would have to
> > > > > >>emulate [exp_background] with [filevent].
> > > > > >>(i.e. assembling an input stream from successive reads
> > > > > >>    and interpret the content )
>
> > > > > >>uwe
>
> > > > > > I think that in all the cases, it will be a hard job.
> > > > > > * Pass to expect --> compile the source code, learn the language,
>
> > > > > expect is a tcl extension.
>
> > > > > > adapt it to my requirements, hope that it will work with freewrap,
>
> > > > > does freewrap work in the ActiveState installation? ( never used tcl2bin wrappers)
>
> > > > > > hope that it will do what I want, and hope that I will find the
> > > > > > solution
> > > > > > * Stay in tcl, rearrange completely my code, and expect a solution
>
> > > > > > It's damage that my code that I have written cannot be easily re-
> > > > > > arranged
> > > > > > I hopped, that relative to my code, there were only a little
> > > > > > adaptation to full fill my requirements..
>
> > > > > > Nevertheless I think it is not the case, and I'm little disappointed
> > > > > > to trash all my work :-(
>
> > > > > My "driver" for a Precisa (http://www.precisa.ch/) Scale
> > > > > is about 800lines/ 5kbyte tcl code.
>
> > > > > uwe
>
> > > > I use tcl in the mingw environment:http://wiki.tcl.tk/14828soIhave
> > > > to compile also expect.
> > > > Then, there will be  no problem to wrap it with freewrapper
>
> > > > An overview of my project:http://papsi.origo.ethz.ch/wiki/screenshots
>
> > > > IS-Papsi is written in tcl, and will only be used to configure the
> > > > dspic, and to move the stepper in case CNC controller is not used.
>
> > > > Christian
>
> > > Uwe,
>
> > > There is perhaps another solution to me to use freewrap and expect
> > > The only thing that I need is a compiled version of expect:
> > > Respectively following files.
> > > /Tcl/lib/expect/expect.tap
> > > /Tcl/lib/expect/expect.tcl
> > > /Tcl/lib/expect/injector.dll
> > > /Tcl/lib/expect/pkgIndex.tcl
> > > /Tcl/lib/expect/expect543.dll
>
> > > I tried to find these files, but I didn't find them
>
> > > Have you perhaps a way how to recover these files
>
> > > Thanks
>
> > > Christian
>
> > > to get expect:
> > > I find that
>
> > ActiveTcl has a recent version. Though you have to install it with
> > teacup.
>
> >http://community.activestate.com/faq/where-is-expect
>
> > Ruediger
>
> Hi Ruediger,
>
> I found effectively this information on Activetcl, but I didn't
> understand how to recover this package...
> This "Teacup", seems not to be easy to understand !
> Will have to read how it works :-(
>
> This is the risk when you meet an issue. In my case I was almost near
> to release my version, and now, I have to dive back..
> You start on the issue, but you don't know where you will land :-)
>
> CKL

I'm on the work for the moment, and there is proxy to cross.
Didn't work with teacup install Expect --http-proxy....

Will try this evening
From: CKL on
On 11 déc, 17:13, CKL <christian.klugesh...(a)gmail.com> wrote:
> On 11 déc, 16:22, CKL <christian.klugesh...(a)gmail.com> wrote:
>
>
>
>
>
> > On 11 déc, 13:38, hae <r_haer...(a)gmx.de> wrote:
>
> > > On 11 Dez., 10:49, CKL <christian.klugesh...(a)gmail.com> wrote:
>
> > > > On 10 déc, 21:40, CKL <christian.klugesh...(a)gmail.com> wrote:
>
> > > > > On 10 déc, 18:01, Uwe Klein <uwe_klein_habertw...(a)t-online.de> wrote:
>
> > > > > > CKL wrote:
> > > > > > > On 10 déc, 10:40, Uwe Klein <uwe_klein_habertw...(a)t-online.de> wrote:
>
> > > > > > >>CKL wrote:
>
> > > > > > >>>Uwe, I will perhaps change my opinion in some days, but for now,
> > > > > > >>>please let me the "hope" to find another solution
>
> > > > > > >>>Again, I really really appreciate your help
>
> > > > > > >>If you want to stay in pure tcl you would have to
> > > > > > >>emulate [exp_background] with [filevent].
> > > > > > >>(i.e. assembling an input stream from successive reads
> > > > > > >>    and interpret the content )
>
> > > > > > >>uwe
>
> > > > > > > I think that in all the cases, it will be a hard job.
> > > > > > > * Pass to expect --> compile the source code, learn the language,
>
> > > > > > expect is a tcl extension.
>
> > > > > > > adapt it to my requirements, hope that it will work with freewrap,
>
> > > > > > does freewrap work in the ActiveState installation? ( never used tcl2bin wrappers)
>
> > > > > > > hope that it will do what I want, and hope that I will find the
> > > > > > > solution
> > > > > > > * Stay in tcl, rearrange completely my code, and expect a solution
>
> > > > > > > It's damage that my code that I have written cannot be easily re-
> > > > > > > arranged
> > > > > > > I hopped, that relative to my code, there were only a little
> > > > > > > adaptation to full fill my requirements..
>
> > > > > > > Nevertheless I think it is not the case, and I'm little disappointed
> > > > > > > to trash all my work :-(
>
> > > > > > My "driver" for a Precisa (http://www.precisa.ch/) Scale
> > > > > > is about 800lines/ 5kbyte tcl code.
>
> > > > > > uwe
>
> > > > > I use tcl in the mingw environment:http://wiki.tcl.tk/14828soIhave
> > > > > to compile also expect.
> > > > > Then, there will be  no problem to wrap it with freewrapper
>
> > > > > An overview of my project:http://papsi.origo.ethz.ch/wiki/screenshots
>
> > > > > IS-Papsi is written in tcl, and will only be used to configure the
> > > > > dspic, and to move the stepper in case CNC controller is not used..
>
> > > > > Christian
>
> > > > Uwe,
>
> > > > There is perhaps another solution to me to use freewrap and expect
> > > > The only thing that I need is a compiled version of expect:
> > > > Respectively following files.
> > > > /Tcl/lib/expect/expect.tap
> > > > /Tcl/lib/expect/expect.tcl
> > > > /Tcl/lib/expect/injector.dll
> > > > /Tcl/lib/expect/pkgIndex.tcl
> > > > /Tcl/lib/expect/expect543.dll
>
> > > > I tried to find these files, but I didn't find them
>
> > > > Have you perhaps a way how to recover these files
>
> > > > Thanks
>
> > > > Christian
>
> > > > to get expect:
> > > > I find that
>
> > > ActiveTcl has a recent version. Though you have to install it with
> > > teacup.
>
> > >http://community.activestate.com/faq/where-is-expect
>
> > > Ruediger
>
> > Hi Ruediger,
>
> > I found effectively this information on Activetcl, but I didn't
> > understand how to recover this package...
> > This "Teacup", seems not to be easy to understand !
> > Will have to read how it works :-(
>
> > This is the risk when you meet an issue. In my case I was almost near
> > to release my version, and now, I have to dive back..
> > You start on the issue, but you don't know where you will land :-)
>
> > CKL
>
> I'm on the work for the moment, and there is  proxy to cross.
> Didn't work with teacup install Expect --http-proxy....
>
> Will try this evening- Masquer le texte des messages précédents -
>
> - Afficher le texte des messages précédents -

Just for information:
Work with:
teacup install Expect

I now will try to understand what is behind this expect, and relative
to your information, try to resolve my issue.
When I will find the solution, will come back

Christian
First  |  Prev  |  Next  |  Last
Pages: 1 2 3 4 5
Prev: ANNOUNCE: Jeszra ZERO-ONE
Next: PureTkGUI v0.9.0 is out