Steven D'Aprano Wrote in message:
> On Mon, 13 Jan 2014 08:26:11 -0500, Dave Angel wrote:
>
>> norman.elli...@gmail.com Wrote in message:
>
>>> [code]
>>> #!/usr/bin/python
>>> from graphics import *
>>
>> First things first. what operating system are you using, and
>> where did you get the
On Mon, 13 Jan 2014 08:26:11 -0500, Dave Angel wrote:
> norman.elli...@gmail.com Wrote in message:
>> [code]
>> #!/usr/bin/python
>> from graphics import *
>
> First things first. what operating system are you using, and
> where did you get the mysterious graphics. py? Thanks for telling us
>
norman.elli...@gmail.com Wrote in message:
> First let me say I have not done much python programming!
> I am running Python 2.7.3.
> I am trying to use python as a front end to a simple oscilloscope.
> Ultimately I intend to use it with my micropython board.
>
> At the moment I am just developin