[issue24749] Which fastest python-mysql connector?

2015-07-29 Thread nivin
New submission from nivin: Please suggest the fastest python-mysql connector. Our aim is to call procedures and resturn data. -- messages: 247576 nosy: nivin priority: normal severity: normal status: open title: Which fastest python-mysql connector? type: performance versions: Python

[issue24409] PythonPROD abrt

2015-06-08 Thread nivin
New submission from nivin: There is a cronjob running in every 3 minutes.For One or two days this works properly. After that Mysql service get crashed.Bulk data is inserted into database using the service . Following errors found in /var/log/messages (OS : RHEL 6) Jun 6 13:27:02

[issue24050] Segmentation fault (core dumped)

2015-04-24 Thread nivin
New submission from nivin: Got an error as Segmentation fault (core dumped) when executed a python script . Error getting only for a specific python script only -- components: Interpreter Core messages: 241940 nosy: nivin priority: normal severity: normal status: open title

[issue23386] snmp - mib error

2015-02-03 Thread nivin
nivin added the comment: I have fixed the issue that i reported by creating my mib file into py by the command 'build-pysnmp-mib -o MY-MIB.py MY-MIB' and copy it into the path '/usr/local/lib/python2.7/dist-packages/pysnmp/smi/mibs' But my doubts are : Is there any other

[issue23386] snmp - mib error

2015-02-03 Thread nivin
nivin added the comment: I have attached mib file also -- ___ Python tracker <http://bugs.python.org/issue23386> ___ ___ Python-bugs-list mailing list Unsub

[issue23386] snmp - mib error

2015-02-03 Thread nivin
Changes by nivin : Added file: http://bugs.python.org/file38000/MY-MIB.txt ___ Python tracker <http://bugs.python.org/issue23386> ___ ___ Python-bugs-list mailin

[issue23386] snmp - mib error

2015-02-03 Thread nivin
New submission from nivin: Hi , I have created one snmp mib , and tried to send a sample trap using a script written in python using pysnmp. but i got error as follows ,'pysnmp.smi.error.SmiError: MIB file "mymib.py[co]" not found in search path'. Can any one help me p

[issue23385] snmp - mib error

2015-02-03 Thread nivin
New submission from nivin: Hi , I have created one snmp mib , and tried to send a sample trap using a script written in python using pysnmp. but i got error as follows ,'pysnmp.smi.error.SmiError: MIB file "mymib.py[co]" not found in search path'. Can any one help me p