AUR web interface

Tasklist

FS#9351 - Pysol fails to start

Attached to Project: AUR web interface
Opened by Anonymous Submitter - Sunday, 27 January 2008, 02:11 GMT
Last edited by Simo Leone (neotuli) - Thursday, 31 January 2008, 18:19 GMT
Task Type Bug Report
Category Backend
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version 1.2.9
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Starting Pysol I get the following error. There wwere updates of tk and python yesterday.


bash: Pysol: command not found
[haawda@bertrand watsup]$ pysol
Traceback (most recent call last):
File "/usr/bin/pysol", line 26, in <module>
init()
File "/usr/lib/python2.5/site-packages/pysollib/init.py", line 117, in init
import Tkinter
File "/usr/lib/python2.5/lib-tk/Tkinter.py", line 38, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: libXss.so.1: cannot open shared object file: No such file or directory
[haawda@bertrand watsup]$ pysol
Traceback (most recent call last):
File "/usr/bin/pysol", line 26, in <module>
init()
File "/usr/lib/python2.5/site-packages/pysollib/init.py", line 117, in init
import Tkinter
File "/usr/lib/python2.5/lib-tk/Tkinter.py", line 38, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: libXss.so.1: cannot open shared object file: No such file or directory
[haawda@bertrand watsup]$
This task depends upon

Closed by  Simo Leone (neotuli)
Thursday, 31 January 2008, 18:19 GMT
Reason for closing:  None
Additional comments about closing:  Closed by request. Also wrong category.
Comment by Corrado Primier (bardo) - Sunday, 27 January 2008, 14:54 GMT
First, the category of this bug is wrong, it should go under community packages.

The package, pysolfc, still links against tcl/tk 8.4: it should be patched and recompiled, since 8.4 is hardcoded in quite a few files, "egrep -R '8\.4' PySolFC-1.1" helps =)

Loading...