Comments for TreeLine
05 Dec 2004 07:25
Re: Segmentation Fault
> This looks like a very interesiting application.
> It seems to install fine on my SUSE Linux system
> but I get a "segmentation fault" error
> when I try to run it from the command line. Any
> ideas on how to get it working?
I'm not sure what the problem is - this problem has
not been reported before. Please reply with the
versions of Python, Qt, PyQt and sip that are installed
on your system.
Doug.
04 Dec 2004 21:19
Segmentation Fault
This looks like a very interesiting application.
It seems to install fine on my SUSE Linux system
but I get a "sgementation fault" error when I try
to run it from the command line. Any ideas on how to get it working?
07 Dec 2003 11:22
Re: python install.py --> error on line 37: how to solve?
> File "install.py", line 37
> versionList = [int(val) for val in
> versionStr.split('.')]
> ^
> SyntaxError: invalid syntax
>
> HELP!
It appears that the install script is being run with a very old version of Python (1.5.x?). TreeLine requires Python >= 2.1.
Either a proper version of Python is not installed or it is not the default (common on versions of RedHat before 8.0). If a newer version of Python is not installed, it can usually be installed alongside the old version to avoid breaking too many dependancies. If two versions are installed, you may need to run the install script with the full path to the newer version, such as:
"/usr/bin/python2 install.py"
Let me know if this doesn't work.
Doug.
06 Dec 2003 23:34
python install.py --> error on line 37: how to solve?
File "install.py", line 37
versionList = [int(val) for val in versionStr.split('.')]
^
SyntaxError: invalid syntax
HELP!
Re: Segmentation Fault
System is:
SUSE 8.2
AMD Athon 1.4ghz 512mbRAM
treeline 0.10.2
Python 2.2.1
PyQt 3.3.2-49
qt 2.3.2-286
qt3 3.0.5-64
sip 3.3.2-59
It fails when it gets to the point of loading the plugininterface.
Thanks,
Steve
> I'm not sure what the problem is - this
> problem has
> not been reported before. Please reply
> with the
> versions of Python, Qt, PyQt and sip
> that are installed
> on your system.
>
> Doug.
>
>