Re: C#3.0 and lambdas

2005-09-19 Thread Wolfgang Langner
Hello, > "Is anyone truly attached to nested tuple function parameters; 'def > fxn((a,b)): print a,b'? /.../ > > Would anyone really throw a huge fit if they went away? I am willing > to write a PEP for their removal in 2.6 with a deprecation in 2.5 if > people are up for it

Re: VC++ linking problem

2005-07-07 Thread Wolfgang Langner
Hello Jochen, > I started embedding python into a 3D graphics App and I came > across this linking problem. > > > SO.lib(ScnGlobal.obj) : error LNK2001: unresolved external symbol > __imp__Py_InitModule4TraceRefs > SO.lib(ScnNode.obj) : error LNK2001: unresolved external symbol > __imp___Py_RefT

Re: Python in debug version?

2004-12-07 Thread Wolfgang Langner
Hello, Hi, There is a columen named "Debug" for python.exe and python23.dll."Yes" is there. And if you open python.exe or python23.dll, you'll see: C:\sf\python\dist23\src\PCbuild\python.pdb at the tail of file.That means a debug version? No, that means to this file are debug symbols available