First  |  Prev |  Next  |  Last
Pages: 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220
Data exchange between Delphi and Python (Win)
En Thu, 28 Jan 2010 05:07:00 -0300, Durumdara <durumdara(a)gmail.com> escribi�: I have an exotic db, with exotic drivers, and it have buggy ODBC driver. But I have native driver - under Delphi. I need to access this DB under Pylons (or mod_python). [...] I think to COM/OLE, because it is access... 2 Feb 2010 15:01
python for net manager
En Wed, 27 Jan 2010 00:11:10 -0300, moon sky <pydota(a)gmail.com> escribi�: i just want to write a small tool to manage the network, including detect the ip addr,netmask, and send the arp request to find out locale's ip-mac turtple, is there any way to succeed this exlude 'subprocess call'? Try sca... 2 Feb 2010 15:01
come and join www.pakdub.com where u can find friends, classifieds, games, music albums, events, blogs, chatrooms, video songs and lot more.... for free
come and join ((((( www.pakdub.com ))))) where u can find friends, classifieds, games, music albums, events, blogs, chatrooms, video songs and lot more.... for free ... 2 Feb 2010 15:00
Processing XML File
I need to take a XML web resource and split it up into smaller XML files. I am able to retrieve the web resource but I can't find any good XML examples. I am just learning Python so forgive me if this question has been answered many times in the past. My resource is like: <document> ... ... </do... 2 Feb 2010 15:04
get PyObject* knowing its string name
I think this sounds like a stupid question, but I searched the C/Api doc and google but I wasn't able to find any hint: how can I retrive PyObject pointer if I only know it's name? What I'd like to do is something like this: [code] PyObject* obj = PyFindWhatImLookingFor("w.z.y.x"); [/code] Of course if ... 2 Feb 2010 15:00
SimpleXMLRPCServer daemon
I have a script that runs an instance of SimpleXMLRPCServer and in general it works as expected. In its __del__, it is supposed to clean up its PID file (written on boot). I have two problems with this server instance: The first is that tt doesn't always clean up its PID file; is there a more reliable way to do thi... 2 Feb 2010 15:03
Some C-API functions clear the error indicator?
I've noticed that several (many?) python functions seem to clear the error/exception indicators when they're called from a C/C++ program. For example, both PyImport_ImportModule and traceback.extract_tb() (called via the function call methods) do this: if error indicators are set prior to their call (as indicated b... 2 Feb 2010 15:01
Killing a Thread
Hello, which Method is better to kill a Thread? Using Thread Events, or a raising a Exception? Maybe someone has a small example for me? Kind Regards, Richi ... 2 Feb 2010 15:01
Sorting a list with entries of unequal types
Howdy all, Python 2.6 tells me that, in Python 3, sorting a list with entries of incompatible types is not allowed: ===== $ python2.5 -c "foo = [1, True, 'green', 4, -27, 15.3]; foo.sort(); print foo;" [-27, 1, True, 4, 15.300000000000001, 'green'] $ python2.6 -c "foo = [1, True, 'green', 4, -27, 15.3]; foo... 2 Feb 2010 15:00
Great example of a python module/package following up to date conventions.
Big Stu <stu.doherty(a)gmail.com> writes: I'm hoping someone on here can point me to an example of a python package that is a great example of how to put it all together. I'm hoping for example code that demonstrates [good adherence to style and practice conventions] I find the code base for Bazaar to b... 2 Feb 2010 14:59
First  |  Prev |  Next  |  Last
Pages: 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220