[Python-bugs-list] [Bug #128965] Windows package does not seem to be compiled with thread sup

noreply@sourceforge.net noreply@sourceforge.net
Mon, 15 Jan 2001 18:33:15 -0800


Bug #128965, was updated on 2001-Jan-15 18:33
Here is a current snapshot of the bug.

Project: Python
Category: Windows
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: nobody
Assigned to : nobody
Summary: Windows package does not seem to be compiled with thread sup

Details: Occurs when attempting to use gadly:

> Python 2.0 (#8, Oct 16 2000, 17:27:58) [MSC 32 bit (Intel)] on win32
> Type "copyright", "credits" or "license" for more information.
> >>> import sys
> >>> gadflydir=r"c:\program files\python20\lib\gadfly"
> >>> sys.path.append(gadflydir)
> >>> from gadfly import gadfly
> >>> connection=gadfly()
> >>> connection.startup("mydatabase", r"c:\data")
> >>> cursor = connection.cursor()
> >>> cursor.execute("create table ph(nm varchar, ph varchar)")
> Fatal Python error: PyThreadState_Get: no current thread
>
> abnormal program termination
>

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=128965&group_id=5470