[Tinyos-help] PySerial problem in Deluge T2

2008-06-10 Thread Dan
Hi, there,

Following the deluge T2 tutorial, I tried to test Quick Start on Iris.
When the command "./burn /dev/ttyUSB0 iris" was executed, an error
occured as follows:

Please install PySerial first.

I've installed the latest CVS and the python scripts following the
Tools Installation section. Any ideas? Thanks in advance.

Dan
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] PySerial problem in Deluge T2

2008-06-10 Thread Janos Sallai
Dan,

The error message is correct: you have to install PySerial separately.
You can get it from http://pyserial.sourceforge.net/

Janos

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dan
Sent: Tuesday, June 10, 2008 6:07 PM
To: tinyos-help@millennium.berkeley.edu
Subject: [Tinyos-help] PySerial problem in Deluge T2

Hi, there,

Following the deluge T2 tutorial, I tried to test Quick Start on Iris.
When the command "./burn /dev/ttyUSB0 iris" was executed, an error
occured as follows:

Please install PySerial first.

I've installed the latest CVS and the python scripts following the
Tools Installation section. Any ideas? Thanks in advance.

Dan
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] PySerial problem in Deluge T2

2008-06-10 Thread Dan
Janos,

Thank you so much. It went through. PySerial is not shipped with Xubuntos.

Dan


On 6/10/08, Janos Sallai <[EMAIL PROTECTED]> wrote:
> Dan,
>
> The error message is correct: you have to install PySerial separately.
> You can get it from http://pyserial.sourceforge.net/
>
> Janos
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Dan
> Sent: Tuesday, June 10, 2008 6:07 PM
> To: tinyos-help@millennium.berkeley.edu
> Subject: [Tinyos-help] PySerial problem in Deluge T2
>
> Hi, there,
>
> Following the deluge T2 tutorial, I tried to test Quick Start on Iris.
> When the command "./burn /dev/ttyUSB0 iris" was executed, an error
> occured as follows:
>
> Please install PySerial first.
>
> I've installed the latest CVS and the python scripts following the
> Tools Installation section. Any ideas? Thanks in advance.
>
> Dan
> ___
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] PySerial problem in Deluge T2

2008-06-11 Thread Antonio Prados Vilchez
Did you install it in the default directory? I'm using Cygwin for WinXP, should 
I install Python and PySerial in a Cygwin directory? I've installed PySerial 
2.2 but I keep on getting the same error 
 
Please install PySerial first.




De: [EMAIL PROTECTED] en nombre de Dan
Enviado el: mié 11/06/2008 6:37
Para: Janos Sallai; tinyos-help@millennium.berkeley.edu
Asunto: Re: [Tinyos-help] PySerial problem in Deluge T2



Janos,

Thank you so much. It went through. PySerial is not shipped with Xubuntos.

Dan


On 6/10/08, Janos Sallai <[EMAIL PROTECTED]> wrote:
> Dan,
>
> The error message is correct: you have to install PySerial separately.
> You can get it from http://pyserial.sourceforge.net/
>
> Janos
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Dan
> Sent: Tuesday, June 10, 2008 6:07 PM
> To: tinyos-help@millennium.berkeley.edu
> Subject: [Tinyos-help] PySerial problem in Deluge T2
>
> Hi, there,
>
> Following the deluge T2 tutorial, I tried to test Quick Start on Iris.
> When the command "./burn /dev/ttyUSB0 iris" was executed, an error
> occured as follows:
>
> Please install PySerial first.
>
> I've installed the latest CVS and the python scripts following the
> Tools Installation section. Any ideas? Thanks in advance.
>
> Dan
> ___
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help



==
Este mensaje se dirige exclusivamente a su destinatario, y puede contener 
información confidencial sometida a secreto profesional, o cuya divulgación 
esté legalmente prohibida.Cualquier opinión en él contenida es exclusiva de su 
autor y no representa necesariamente la opinión de la empresa. Si ha recibido 
este mensaje por error, le rogamos nos lo comunique de forma inmediata por esta 
misma vía y proceda a su eliminación, así como a la de cualquier documento 
adjunto al mismo. El correo electrónico vía Internet no es seguro y no se puede 
garantizar que no haya errores ya que puede ser interceptado, modificado, 
perdido o destruido, o contener virus. Cualquier persona que se ponga en 
contacto con nosotros por correo electrónico se considerará que asume estos 
riesgos.

This e-mail is addressed exclusively to the recipient and may contain 
privileged information under a professional confidential agreement or it may be 
against the law to disclose its contents. Any opinion contained in it belongs 
exclusively to his/her author and does not necessarily reflect the company's 
view. If you receive this e-mail in error, please let us know immediately (by 
return e-mail) and proceed to its destruction, as well as any document attached 
to it. The sending of e-mails through the Internet is not safe and, therefore, 
error-free communications cannot be guaranteed, as they can be intercepted, 
changed, misled or destroyed or they might contain a virus. Any user contacting 
us through e-mails shall be understood to be assuming these risks.
==___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] PySerial problem in Deluge T2

2008-06-11 Thread Janos Sallai
Antonio:

 

I don’t know what you mean by default directory. I use the version of python 
that comes with the latest cygwin. PySerial installs fine. Just make sure that 
you run “python setup.py install” at the cygwin prompt.

 

Janos

 

 

From: Antonio Prados Vilchez [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 11, 2008 4:06 AM
To: Dan; Janos Sallai; tinyos-help@millennium.berkeley.edu
Subject: RE: [Tinyos-help] PySerial problem in Deluge T2

 

Did you install it in the default directory? I'm using Cygwin for WinXP, should 
I install Python and PySerial in a Cygwin directory? I've installed PySerial 
2.2 but I keep on getting the same error 

 

Please install PySerial first.

 



De: [EMAIL PROTECTED] en nombre de Dan
Enviado el: mié 11/06/2008 6:37
Para: Janos Sallai; tinyos-help@millennium.berkeley.edu
Asunto: Re: [Tinyos-help] PySerial problem in Deluge T2

Janos,

Thank you so much. It went through. PySerial is not shipped with Xubuntos.

Dan


On 6/10/08, Janos Sallai <[EMAIL PROTECTED]> wrote:
> Dan,
>
> The error message is correct: you have to install PySerial separately.
> You can get it from http://pyserial.sourceforge.net/
>
> Janos
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Dan
> Sent: Tuesday, June 10, 2008 6:07 PM
> To: tinyos-help@millennium.berkeley.edu
> Subject: [Tinyos-help] PySerial problem in Deluge T2
>
> Hi, there,
>
> Following the deluge T2 tutorial, I tried to test Quick Start on Iris.
> When the command "./burn /dev/ttyUSB0 iris" was executed, an error
> occured as follows:
>
> Please install PySerial first.
>
> I've installed the latest CVS and the python scripts following the
> Tools Installation section. Any ideas? Thanks in advance.
>
> Dan
> ___
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

 

 




Este mensaje se dirige exclusivamente a su destinatario, y puede contener 
información confidencial sometida a secreto profesional, o cuya divulgación 
esté legalmente prohibida.Cualquier opinión en él contenida es exclusiva de su 
autor y no representa necesariamente la opinión de la empresa. Si ha recibido 
este mensaje por error, le rogamos nos lo comunique de forma inmediata por esta 
misma vía y proceda a su eliminación, así como a la de cualquier documento 
adjunto al mismo. El correo electrónico vía Internet no es seguro y no se puede 
garantizar que no haya errores ya que puede ser interceptado, modificado, 
perdido o destruido, o contener virus. Cualquier persona que se ponga en 
contacto con nosotros por correo electrónico se considerará que asume estos 
riesgos.

This e-mail is addressed exclusively to the recipient and may contain 
privileged information under a professional confidential agreement or it may be 
against the law to disclose its contents. Any opinion contained in it belongs 
exclusively to his/her author and does not necessarily reflect the company's 
view. If you receive this e-mail in error, please let us know immediately (by 
return e-mail) and proceed to its destruction, as well as any document attached 
to it. The sending of e-mails through the Internet is not safe and, therefore, 
error-free communications cannot be guaranteed, as they can be intercepted, 
changed, misled or destroyed or they might contain a virus. Any user contacting 
us through e-mails shall be understood to be assuming these risks.



 

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] PySerial problem in Deluge T2

2008-06-11 Thread Dan
I'm using Xubuntos. Following the installation instructions of
PySerial, I also used "python setup.py install" and it works OK now.

Dan

On 6/11/08, Antonio Prados Vilchez <[EMAIL PROTECTED]> wrote:
>
>
>
> Did you install it in the default directory? I'm using Cygwin for WinXP, 
> should I install Python and PySerial in a Cygwin directory? I've installed 
> PySerial 2.2 but I keep on getting the same error
>
> Please install PySerial first.
>
>
> 
De: [EMAIL PROTECTED] en nombre de Dan
> Enviado el: mié 11/06/2008 6:37
> Para: Janos Sallai; tinyos-help@millennium.berkeley.edu
> Asunto: Re: [Tinyos-help] PySerial problem in Deluge T2
>
>
>
>
>
> Janos,
>
> Thank you so much. It went through. PySerial is not shipped with Xubuntos.
>
> Dan
>
>
> On 6/10/08, Janos Sallai <[EMAIL PROTECTED]> wrote:
> > Dan,
> >
> > The error message is correct: you have to install PySerial separately.
> > You can get it from http://pyserial.sourceforge.net/
> >
> > Janos
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Dan
> > Sent: Tuesday, June 10, 2008 6:07 PM
> > To: tinyos-help@millennium.berkeley.edu
> > Subject: [Tinyos-help] PySerial problem in Deluge T2
> >
> > Hi, there,
> >
> > Following the deluge T2 tutorial, I tried to test Quick Start on Iris.
> > When the command "./burn /dev/ttyUSB0 iris" was executed, an error
> > occured as follows:
> >
> > Please install PySerial first.
> >
> > I've installed the latest CVS and the python scripts following the
> > Tools Installation section. Any ideas? Thanks in advance.
> >
> > Dan
> > ___
> > Tinyos-help mailing list
> > Tinyos-help@millennium.berkeley.edu
> > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
> >
> ___
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
>
>
>
>
>
> 

> Este mensaje se dirige exclusivamente a su destinatario, y puede contener 
> información confidencial sometida a secreto profesional, o cuya divulgación 
> esté legalmente prohibida.Cualquier opinión en él contenida es exclusiva de 
> su autor y no representa necesariamente la opinión de la empresa. Si ha 
> recibido este mensaje por error, le rogamos nos lo comunique de forma 
> inmediata por esta misma vía y proceda a su eliminación, así como a la de 
> cualquier documento adjunto al mismo. El correo electrónico vía Internet no 
> es seguro y no se puede garantizar que no haya errores ya que puede ser 
> interceptado, modificado, perdido o destruido, o contener virus. Cualquier 
> persona que se ponga en contacto con nosotros por correo electrónico se 
> considerará que asume estos riesgos.
>
> This e-mail is addressed exclusively to the recipient and may contain 
> privileged information under a professional confidential agreement or it may 
> be against the law to disclose its contents. Any opinion contained in it 
> belongs exclusively to his/her author and does not necessarily reflect the 
> company's view. If you receive this e-mail in error, please let us know 
> immediately (by return e-mail) and proceed to its destruction, as well as any 
> document attached to it. The sending of e-mails through the Internet is not 
> safe and, therefore, error-free communications cannot be guaranteed, as they 
> can be intercepted, changed, misled or destroyed or they might contain a 
> virus. Any user contacting us through e-mails shall be understood to be 
> assuming these risks.
>
> 

>
>

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help