Re: [cspace-users] new to cspace and have a linux problem
Les Nagy wrote: > python: Modules/gcmodule.c:275: visit_decref: Assertion `gc->gc.gc_refs > != 0' failed. > Aborted I got a very similar error on windows when i tried to use recent versions of PyQt4. In fact, i was trying to test with pyhton 2.5 and qt4.2 when i ran into this. I reverted to using python 2.4, and the bug was still present. So my conclusion is, this is probably a bug introduced in recent versions of PyQt4. PyQt4-4.0.1 with Qt-4.1.x and Python 2.4 is a known good combination (atleast on win32) :) [sreeram;] signature.asc Description: OpenPGP digital signature ___ cspace-users mailing list [email protected] http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users
Re: [cspace-users] new to cspace and have a linux problem
Les Nagy wrote: Jeethu Rao wrote: What version of PyQt are you using ? I'm running the darcs trunk with Python2.4 and pyqt 4.0.1. H. I compiled ans installed pyqt 4.1.1, but when I look in my package manager (Pirut), I see 3.16 instead. 3.16 is the supplied version with Fedora. This could be the issue then and I will try to get pyqt4 working. I re-compiled and re-installed SIP and PyQT v4. I see no errors that I can understand as being errors in both but my package manager still shows 3.16 for PyQt. CSpace still dies with the error: python: Modules/gcmodule.c:275: visit_decref: Assertion `gc->gc.gc_refs != 0' failed. Aborted It looks definitely like I am not getting PyQt v4 to install but I do not know why or how to fix it. Les Nagy ___ cspace-users mailing list [email protected] http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users
Re: [cspace-users] new to cspace and have a linux problem
Jeethu Rao wrote: What version of PyQt are you using ? I'm running the darcs trunk with Python2.4 and pyqt 4.0.1. H. I compiled ans installed pyqt 4.1.1, but when I look in my package manager (Pirut), I see 3.16 instead. 3.16 is the supplied version with Fedora. This could be the issue then and I will try to get pyqt4 working. Les Nagy ___ cspace-users mailing list [email protected] http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users
Re: [cspace-users] new to cspace and have a linux problem
Les Nagy wrote: Ahmed Abdalla wrote: I've not upgraded to 1.26, so I'll take a look at it this weekend if I can get around to it. If I make enough time we might even see an updated release :). However it looks as if it may be an upstream issue. Ahmed I should mention that I am able to use CSpace by running the windows version in WINE. So I am able to use it, but would really like it to run natively and properly. Les Nagy What version of PyQt are you using ? I'm running the darcs trunk with Python2.4 and pyqt 4.0.1. [jeethu;] ___ cspace-users mailing list [email protected] http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users
Re: [cspace-users] new to cspace and have a linux problem
Ahmed Abdalla wrote: I've not upgraded to 1.26, so I'll take a look at it this weekend if I can get around to it. If I make enough time we might even see an updated release :). However it looks as if it may be an upstream issue. Ahmed I should mention that I am able to use CSpace by running the windows version in WINE. So I am able to use it, but would really like it to run natively and properly. Les Nagy ___ cspace-users mailing list [email protected] http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users
Re: [cspace-users] new to cspace and have a linux problem
I've not upgraded to 1.26, so I'll take a look at it this weekend if I can get around to it. If I make enough time we might even see an updated release :). However it looks as if it may be an upstream issue. Ahmed On 1/26/07, K.S.Sreeram <[EMAIL PROTECTED]> wrote: Les Nagy wrote: >>> >>> I am very interested in seeing this project succeed and for Linux >>> especially. I would like to offer a full blown forums for discussion >>> and development, a server to host all the required dependencies and >>> hopefully linux binaries and rpms/debs and whatever other packages >>> people can help provide. > Would tachyon support my idea for an open forum and development? Yes indeed. I can ensure that cspace continues to work on windows, but I don't have the time to get the linux version working. Please let me know more details about what you are proposing. cheers, [sreeram;] ___ cspace-users mailing list [email protected] http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users ___ cspace-users mailing list [email protected] http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users
Re: [cspace-users] new to cspace and have a linux problem
Les Nagy wrote: >>> >>> I am very interested in seeing this project succeed and for Linux >>> especially. I would like to offer a full blown forums for discussion >>> and development, a server to host all the required dependencies and >>> hopefully linux binaries and rpms/debs and whatever other packages >>> people can help provide. > Would tachyon support my idea for an open forum and development? Yes indeed. I can ensure that cspace continues to work on windows, but I don't have the time to get the linux version working. Please let me know more details about what you are proposing. cheers, [sreeram;] signature.asc Description: OpenPGP digital signature ___ cspace-users mailing list [email protected] http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users
Re: [cspace-users] new to cspace and have a linux problem
Jeethu Rao wrote: Hi, Les Nagy wrote: Hello all: I have just compiled all the required dependencies for cspace and it seems to run, for a bit. It loads up, generates a key, and can add contacts and connect to them. I can receive text, but the person on the other end cannot see my messages. The other person is using the windows client. It also randomly crashes with errors like: python: Objects/funcobject.c:442: func_dealloc: Assertion `g->gc.gc_refs != (-2)' failed. Aborted and python: Modules/gcmodule.c:275: visit_decref: Assertion `gc->gc.gc_refs != 0' failed. Aborted Are you using Python 2.5 by any chance ? Sreeram recently tried to use CSpace with Python 2.5 on a windows box and had very similar gc assertion failures. I've been running CSpace on Ubuntu Edgy with Python 2.4 for quite some time now. I am running Python 2.4.4 and Traceback (most recent call last): File "/home/les/CSpace/cspace/test/cspace_testapplet.py", line 4, in ? from nitro.qtreactor import QtReactor ImportError: No module named qtreactor That seems to be a typo in cspace_testapplet.py (Or rather a relic from the Qt3 days :-) ) changing that line to "from nitro.qt4reactor import Qt4Reactor as QtReactor" should help, but a cursory look at the file reveals many more things that need to be changed. btw, cspace_testapplet is just a small little applet to test the applet system in CSpace, none really uses it, so its suffered from some bitrot. I made your suggested change, but I still get this type of error: python: Objects/funcobject.c:442: func_dealloc: Assertion `g->gc.gc_refs != (-2)' failed. Aborted Any ideas? I am very interested in seeing this project succeed and for Linux especially. I would like to offer a full blown forums for discussion and development, a server to host all the required dependencies and hopefully linux binaries and rpms/debs and whatever other packages people can help provide. Would tachyon support my idea for an open forum and development? Les ___ cspace-users mailing list [email protected] http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users
Re: [cspace-users] new to cspace and have a linux problem
Ahmed Abdalla wrote: Are you using the same versions of cspace on both the Windows and Linux boxes? Yes, 1.26 What version of python are you using on each system? 2.4.4 on the Linux system. The windows users are just using the default windows installable executable. What distribution of linux are you using? Fedora Core 6, latest updates Lastly, what install method did you use? I compiled the required dependencies, and ran the app by "python CSpace.pyw". I also tried running from the 1.24 rpm with same type of failures. If I were to guess what the issue is with, it would probably have to do with QT and the PyQt4 compile that was needed. Les These should help narrow down the problem. Ahmed On 1/25/07, Les Nagy <[EMAIL PROTECTED]> wrote: Hello all: I have just compiled all the required dependencies for cspace and it seems to run, for a bit. It loads up, generates a key, and can add contacts and connect to them. I can receive text, but the person on the other end cannot see my messages. The other person is using the windows client. It also randomly crashes with errors like: python: Objects/funcobject.c:442: func_dealloc: Assertion `g->gc.gc_refs != (-2)' failed. Aborted and python: Modules/gcmodule.c:275: visit_decref: Assertion `gc->gc.gc_refs != 0' failed. Aborted and Traceback (most recent call last): File "/home/les/CSpace/cspace/test/cspace_testapplet.py", line 4, in ? from nitro.qtreactor import QtReactor ImportError: No module named qtreactor Any ideas? I am very interested in seeing this project succeed and for Linux especially. I would like to offer a full blown forums for discussion and development, a server to host all the required dependencies and hopefully linux binaries and rpms/debs and whatever other packages people can help provide. Thanks for any help, and I am really serious about providing these services for free to get this project further ahead. Les Nagy ___ cspace-users mailing list [email protected] http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users ___ cspace-users mailing list [email protected] http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users ___ cspace-users mailing list [email protected] http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users
Re: [cspace-users] new to cspace and have a linux problem
Hi, Les Nagy wrote: Hello all: I have just compiled all the required dependencies for cspace and it seems to run, for a bit. It loads up, generates a key, and can add contacts and connect to them. I can receive text, but the person on the other end cannot see my messages. The other person is using the windows client. It also randomly crashes with errors like: python: Objects/funcobject.c:442: func_dealloc: Assertion `g->gc.gc_refs != (-2)' failed. Aborted and python: Modules/gcmodule.c:275: visit_decref: Assertion `gc->gc.gc_refs != 0' failed. Aborted Are you using Python 2.5 by any chance ? Sreeram recently tried to use CSpace with Python 2.5 on a windows box and had very similar gc assertion failures. I've been running CSpace on Ubuntu Edgy with Python 2.4 for quite some time now. and Traceback (most recent call last): File "/home/les/CSpace/cspace/test/cspace_testapplet.py", line 4, in ? from nitro.qtreactor import QtReactor ImportError: No module named qtreactor That seems to be a typo in cspace_testapplet.py (Or rather a relic from the Qt3 days :-) ) changing that line to "from nitro.qt4reactor import Qt4Reactor as QtReactor" should help, but a cursory look at the file reveals many more things that need to be changed. btw, cspace_testapplet is just a small little applet to test the applet system in CSpace, none really uses it, so its suffered from some bitrot. Any ideas? I am very interested in seeing this project succeed and for Linux especially. I would like to offer a full blown forums for discussion and development, a server to host all the required dependencies and hopefully linux binaries and rpms/debs and whatever other packages people can help provide. Thanks for any help, and I am really serious about providing these services for free to get this project further ahead. Les Nagy [jeethu;] ___ cspace-users mailing list [email protected] http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users
Re: [cspace-users] new to cspace and have a linux problem
Are you using the same versions of cspace on both the Windows and Linux boxes? What version of python are you using on each system? What distribution of linux are you using? Lastly, what install method did you use? These should help narrow down the problem. Ahmed On 1/25/07, Les Nagy <[EMAIL PROTECTED]> wrote: Hello all: I have just compiled all the required dependencies for cspace and it seems to run, for a bit. It loads up, generates a key, and can add contacts and connect to them. I can receive text, but the person on the other end cannot see my messages. The other person is using the windows client. It also randomly crashes with errors like: python: Objects/funcobject.c:442: func_dealloc: Assertion `g->gc.gc_refs != (-2)' failed. Aborted and python: Modules/gcmodule.c:275: visit_decref: Assertion `gc->gc.gc_refs != 0' failed. Aborted and Traceback (most recent call last): File "/home/les/CSpace/cspace/test/cspace_testapplet.py", line 4, in ? from nitro.qtreactor import QtReactor ImportError: No module named qtreactor Any ideas? I am very interested in seeing this project succeed and for Linux especially. I would like to offer a full blown forums for discussion and development, a server to host all the required dependencies and hopefully linux binaries and rpms/debs and whatever other packages people can help provide. Thanks for any help, and I am really serious about providing these services for free to get this project further ahead. Les Nagy ___ cspace-users mailing list [email protected] http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users ___ cspace-users mailing list [email protected] http://tachyon.in/cgi-bin/mailman/listinfo/cspace-users
