Open GoogleCodeExporter opened 9 years ago
I'm using Python 2.7.3 on Arch Linux and unixodbc.
Original comment by b...@bendmorris.com
on 18 Feb 2013 at 10:41
I'm able to use pyodbc sometimes without it segfaulting, but I haven't been
able to figure out what's making the difference.
Running this file:
https://raw.github.com/bendmorris/rdf-treestore/master/treestore.py
works fine, and afterward I can create a pyodbc connection with no problem.
Otherwise, running the same connection line from the creation of the Treestore
class in that file gives me a segfault.
Original comment by b...@bendmorris.com
on 18 Feb 2013 at 10:51
I'm still doing some detective work. Importing part of BioPython with the line
"import Bio.Phylo" prevents the segfault for some reason.
Original comment by b...@bendmorris.com
on 18 Feb 2013 at 10:59
Can you reproduce this in a script with just pyodbc? I'm not suggesting it
isn't pyodbc, but it would greatly simplify researching this.
Original comment by mkleehammer
on 28 Mar 2013 at 10:21
The problem occurs in a script with just two lines:
import pyodbc
con = pyodbc.connect("DSN=Virtuoso;UID=dba;PWD=dba")
For some reason adding a BioPython import first prevents the segfault, but
otherwise it happens. I wasn't able to figure out why this is.
Original comment by b...@bendmorris.com
on 28 Mar 2013 at 10:36
Original issue reported on code.google.com by
b...@bendmorris.com
on 18 Feb 2013 at 10:29