Python is an interpreted, general-purpose high-level programming language whose design philosophy emphasizes code readability.
0
votes
0answers
80 views
Python MySQLdb compatible with which versions of Python? [closed]
I was reading on MySQLdb Python page and cannot seem to find any version information.
Currently I am developing with this MySQLdb module using python 2.5, 2.6 but was wondering if it is compatible ...
0
votes
1answer
38 views
Accidentally deleted python, python2, python2.7 files from /usr/bin/. Is it possible to recover them? [closed]
I accidentally deleted python, python2, python2.7 files from /usr/bin/. Now yum is also not working.
Is it possible to recover them?
-1
votes
1answer
44 views
Convert SVG to PDF in python [closed]
I am trying to convert an SVG file to PDF in python using the svglib and reportlab packages. Here is the SVG file.
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG ...
-1
votes
1answer
45 views
Doing regex in python [closed]
I had a directory "/pcap_test" which contains several log files. Each file has a pattern like:
Pkt: 1 (358 bytes), LIFE: 1, App: itunes (INTO), State: TERMINATED, Stack: /ETH/IP/UDP/itunes, Error: ...
