> -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
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
> -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
>
> -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
> -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
> -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,
>
> -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
> -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
> -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
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
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"]
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
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
13 matches
Mail list logo