How to access an absolute address through Python?

volcano Mark.Geyzer at gmail.com
Sun Feb 11 09:10:56 EST 2007


On Feb 11, 3:46 pm, Steve Holden <s... at holdenweb.com> wrote:
> volcano wrote:
> > On Feb 11, 2:46 pm, Marc 'BlackJack' Rintsch <bj_... at gmx.net> wrote:
> [...]
> >> What's your goal?  What do you expect at the memory address you want to
> >> access?
>
> >> Ciao,
> >>         Marc 'BlackJack' Rintsch
>
> > My goal is to sync program with external equipment through a register
> > defined as an absolute physical address. I know how to do it from C -
> > was curious if it may be done from Python. Can it be done?
>
> No. You'd have to use a compiled extension.
>
> regards
>   Steve
> --
> Steve Holden       +44 150 684 7255  +1 800 494 3119
> Holden Web LLC/Ltd          http://www.holdenweb.com
> Skype: holdenweb    http://del.icio.us/steve.holden
> Blog of Note:          http://holdenweb.blogspot.com
> See you at PyCon?        http://us.pycon.org/TX2007


Steve, Fred, thank you. This is exactly what I have done, though I did
hope for shortcut. Life is tough:)!




More information about the Python-list mailing list