[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] ___ Python-w

[python-win32] Problems with XML COM server

2005-07-06 Thread Stephen Dicks
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 (recent) versions of py2exe, python itself and

Re: [python-win32] COM server AddIn

2005-07-06 Thread Johannes Brunen
Hi Mark, unfortunately I do not make any progress. The trace collector gives me the following output. Object with win32trace dispatcher created (object=None) pythoncom error: Failed to call the universal dispatcher Traceback (most recent call last): File "C:\Programme\Python\Lib\site-packages

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 se

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

2005-07-06 Thread Amit Upadhyay
Using python 2.3 and py2exe 0.4.2, a standalone EXE builds and worksfine, but the COM server fails the --register command line with 'Cannot locate Python module win32com.server.localserver' while executingUseCommandLine() Hi, I am new to this too, but I tried using py2exe for packaging a COM serv

[python-win32] polling values from physical sensors

2005-07-06 Thread Reenaers, Ludovic
Hello,   I’m 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.   I’m currently trying to write service in python (prototyping), this service will, i

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 pytho

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 hardw

[python-win32] polling values from physical sensors

2005-07-06 Thread Tim Roberts
On Wed, 6 Jul 2005 13:01:55 +0200, "Reenaers, Ludovic" <[EMAIL PROTECTED]> wrote: > >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

Re: [python-win32] COM server AddIn

2005-07-06 Thread Mark Hammond
> unfortunately I do not make any progress. The trace collector > gives me the > following output. > > Object with win32trace dispatcher created (object=None) > pythoncom error: Failed to call the universal dispatcher > > Traceback (most recent call last): > File > "C:\Programme\Python\Lib\site-p