Re: [Tutor] Python ASTM Implementation

2015-11-13 Thread Albert-Jan Roskam
> To: mokshavi...@gmail.com > CC: alan.ga...@btinternet.com; tutor@python.org; sjeik_ap...@hotmail.com; > l...@openend.se > From: l...@openend.se > Subject: Re: [Tutor] Python ASTM Implementation > Date: Fri, 13 Nov 2015 12:04:27 +0100 > > In a message of Fri, 13 Nov

Re: [Tutor] Python ASTM Implementation

2015-11-13 Thread Laura Creighton
In a message of Fri, 13 Nov 2015 12:03:41 +0530, "Br. Sayan" writes: >Well, doing > >$ python setup.py install > >did the installation. It can now import astm. > >Should I try with PySerial first, as the communication is through RS232 >serial cable? > >Sayan Are you on ubuntu? Be warned about this

Re: [Tutor] Python ASTM Implementation

2015-11-13 Thread Laura Creighton
In a message of Fri, 13 Nov 2015 10:07:49 +0530, "Br. Sayan" writes: >Maybe it's setuptools that is too old? Or perhaps pip? >> sudo apt-get update >> sudo apt-get install --only-upgrade python-setuptools python-pip >> >> I believe it's safer to install Python packages via apt-get if you are >> us

Re: [Tutor] Python ASTM Implementation

2015-11-13 Thread Br. Sayan
Well, doing $ python setup.py install did the installation. It can now import astm. Should I try with PySerial first, as the communication is through RS232 serial cable? Sayan On 13 November 2015 at 10:07, Br. Sayan wrote: > *Alan* > > ​I note that the most recent release of ASTM (Mar 16 201

Re: [Tutor] Python ASTM Implementation

2015-11-13 Thread Br. Sayan
*Alan* ​I note that the most recent release of ASTM (Mar 16 2013) > pre-dates 2.7.4 (Apr 6th 2013) by a week or two. > There is a slight chance that it is incompatible. I can't > ​see any notes about which Python versions it works with. > In the Chnagelog for Ver. 0.4 it says "Set minimal Python

Re: [Tutor] Python ASTM Implementation

2015-11-12 Thread Albert-Jan Roskam
> Date: Thu, 12 Nov 2015 16:53:20 +0530 > From: mokshavi...@gmail.com > To: tutor@python.org > Subject: [Tutor] Python ASTM Implementation > > Dear All, > > We have a Lab Analyzer(Cobas C311), which we want to interface with Pyhton. > As you might be knowing that

Re: [Tutor] Python ASTM Implementation

2015-11-12 Thread Alan Gauld
On 12/11/15 11:23, Br. Sayan wrote: As you might be knowing that clinical lab analyzers use ASTM protocol. Nope, never heard of ASTM. Python has a an ASTM module , but I need help in its implementation. In the first place, to my embarrassment I could

[Tutor] Python ASTM Implementation

2015-11-12 Thread Br. Sayan
Dear All, We have a Lab Analyzer(Cobas C311), which we want to interface with Pyhton. As you might be knowing that clinical lab analyzers use ASTM protocol. Python has a an ASTM module , but I need help in its implementation. In the first place, to my emba