Some time ago, when I was playing with Qt and PyQt libraries, I had to
recompile the PyQt modules under stackless because the precompiled ones
didn't work.
Maybe it's the same problem.
Carlos
On Thu, Nov 25, 2010 at 9:59 PM, Jerome Rose wrote:
> I didn't try recompiling the module. I'll likely
I didn't try recompiling the module. I'll likely revisit it in a few months,
my project isn't at the point where I'm too worried about performance.
Thanks. -Jerome
___
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinf
Hi,
Did you use the pre-compiled C-Module as-is? Then I'd like to know if that
works after re-compilation.
But as said before, I really regret these incompatibilities, and I wish to get
rid of that.
Cheers -chris
Sent from my iPhone
On 10.11.2010, at 17:53, Jerome Rose wrote:
> I was able
I was able to get in contact with the author of the py-postgresql module,
while he dosn't use SIP it appears he does have an optimized driver in a C
module that is probably causing the conflict with stackless. Removing the C
module and using the pure python alternative seems to do the trick. Thanks
I did a clean install of stackless python 3.1.2, the py-postgresql package.
Below is the windbg console output and call stack dump at crash time. In the
mean time, I'll check into the possibility that py-postgresql is using SIP.
-Jerome
ModLoad: 1d00 1d00a000 C:\Python31\python.exe
ModLoad:
On Wed, Nov 10, 2010 at 12:50 PM, Jerome Rose wrote:
> Stackless is crashing when attempting to open a connection with
> py-postgresql (1.0.2) http://pypi.python.org/pypi/py-postgresql
> Python 3.1.2 Stackless 3.1b3 060516 (release31-maint, May 25 2010, 08:34:17)
> [MSC v.1500 32 bit (Intel)] on w
Stackless is crashing when attempting to open a connection with
py-postgresql (1.0.2) http://pypi.python.org/pypi/py-postgresql
Python 3.1.2 Stackless 3.1b3 060516 (release31-maint, May 25 2010, 08:34:17)
[MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for mor