How to access an absolute address through Python?

Steve Holden steve at holdenweb.com
Sun Feb 11 08:46:11 EST 2007


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




More information about the Python-list mailing list