[python-win32] 'get__doc__' attribute

2005-07-06 Thread Bill Papadopoulos
Hi List, Running py2exe raises an AttributeError: DistributionMetadata instance has no attribute 'get__doc__' Anyone knows why this happens? Regards Bill Vax PAPADOPOULOS __[EMAIL PROTECTED][EMAIL PROTECTED] ___

Re: [python-win32] Problems with XML COM server

2005-07-06 Thread Thomas Heller
Stephen Dicks [EMAIL PROTECTED] writes: Hi, I have a simple COM server in python which parses an XML file via SAX, and I want to distribute it via py2exe as the target machines will not have python installed (and in some cases could not have it installed) However I have tried several

[python-win32] polling values from physical sensors

2005-07-06 Thread Reenaers, Ludovic
Hello, Im using python for years now, but it seems that going a bit too deep for my poor knowledge. I know this is may-be not best place for such a question, but I feel a bit disappointed right now. Im currently trying to write service in python (prototyping), this service will,

Re: [python-win32] polling values from physical sensors

2005-07-06 Thread Emlyn Jones
Have you had a look at the Python robotics toolkit? http://emergent.brynmawr.edu/~dblank/pyro/ I'm not sure of the windows support but someone there might be able to help you. Cheers, Emlyn. On 7/6/05, Reenaers, Ludovic [EMAIL PROTECTED] wrote: Hello, I'm using python for

Re: [python-win32] polling values from physical sensors

2005-07-06 Thread Mark Hammond
I'm currently trying to write service in python (prototyping), this service will, ideally, poll physical sensors (such as temperature sensor, light sensor,...) to get range of values. I want to write it on a Win32 platform. But, My problem is: I don't have any idea of the necessary hardware