RE: dynamic library loading, missing symbols

2007-01-11 Thread Ames Andreas
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > g] On Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, January 10, 2007 8:52 PM > Subject: Re: dynamic library loading, missing symbols > > I suppose this means that any subsequent libraries dlopened will not > see

RE: dynamic library loading, missing symbols

2007-01-10 Thread Ames Andreas
Some random notes below ... > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > g] On Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, January 10, 2007 1:26 AM > Subject: dynamic library loading, missing symbols > > The reason for the complication is that I don't h

RE: Singleton Class Exception

2006-11-13 Thread Ames Andreas
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > g] On Behalf Of Dan Lenski > Sent: Monday, November 13, 2006 7:05 PM > Subject: Re: Singleton Class Exception > > dischdennis wrote: > > the line "raise Singleton.__single" invokes in my class the > following >

RE: Python and STL efficiency

2006-08-24 Thread Ames Andreas
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > g] On Behalf Of Ray > Sent: Wednesday, August 23, 2006 4:28 PM > Subject: Re: Python and STL efficiency > > > Tim N. van der Leeuw wrote: > > With the nr of loops corrected, Python on my laptop > performs worse

RE: How do you implement this Python idiom in C++

2006-07-27 Thread Ames Andreas
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] g] On Behalf Of [EMAIL PROTECTED] > Sent: Thursday, July 27, 2006 5:51 PM > Subject: How do you implement this Python idiom in C++ > > I am no C++ expert but i guess there might be some in the Python and > C++ news

RE: multi-threaded c++ callback problem

2006-05-12 Thread Ames Andreas
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > g] On Behalf Of pydev > Sent: Tuesday, April 11, 2006 9:23 PM > Subject: multi-threaded c++ callback problem > > void pyCallEventCallback( CALL hCall, > LINE hLine, >

RE: MinGW and Python

2006-04-28 Thread Ames Andreas
> -Original Message- > From: "Martin v. Löwis" [mailto:[EMAIL PROTECTED] > Sent: Friday, April 28, 2006 6:20 PM > Subject: Re: MinGW and Python > > It all depends on what CRT version you link Python with. If you > use mingw32 to link Python with msvcr71.dll, nothing would change > for pyw

RE: MinGW and Python

2006-04-28 Thread Ames Andreas
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > g] On Behalf Of Ross Ridge > Sent: Thursday, April 27, 2006 8:53 PM > Subject: Re: MinGW and Python > > > No one is working on removing MinGW's depency on MSVCRT.DLL. There is certainly work underway to ease th

RE: MinGW and Python

2006-04-25 Thread Ames Andreas
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > g] On Behalf Of sturlamolden > Sent: Tuesday, April 25, 2006 2:27 PM > Subject: Re: MinGW and Python > > > Robert Kern wrote: > > > - gcc does not optimize particularly well. > > That is beyond BS. The more re

How to get pyMinGW?

2006-04-04 Thread Ames Andreas
Hi all, the download link on http://jove.prohosting.com/iwave/ipython/pyMinGW.html seems to be broken. Can anybody provide another link? Is there a current version for python 2.4.3 available? TIA, aa -- Andreas Ames | Programmer | Comergo GmbH | Voice: +49 69 7505 3213 | ames AT avaya . c

RE: From Python to c++

2006-03-22 Thread Ames Andreas
Hello Marco, > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > g] On Behalf Of Marco Aschwanden > Sent: Tuesday, March 21, 2006 8:43 PM > Subject: From Python to c++ > > parsed = { > "name":["Mac", "Mike"], > "age":[25, 55], > "place":["Zurich", "Oslo"]

Re: Another source of time for the logging package?

2005-06-01 Thread Ames Andreas
Skip Montanaro wrote: > Before I get out my scalpel, has anyone found a non-invasive way to > do this (or already done the surgery and would be willing to share > it)? While I'm not sure you would call the following 'non-invasive' I've used it in a similar situation: class MyLogRecord(logging.Lo

Re: Second posting - Howto connect to MsSQL

2005-02-14 Thread Ames Andreas
Hello, John Fabiani wrote: > Are there others using Python to connect MsSQL? At the moment I'd > accept even a windows solution - although, I'm looking for a Linux > solution. You'll need to get one out of each category: 1) ODBC manager: unixOdbc or iOdbc 2) Python ODBC wrapper: mxOdbc (www.e