Issue tracker moved to https://gitlab.archlinux.org/archlinux/aurweb/-/issues
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
Opened by Anonymous Submitter - Sunday, 27 January 2008, 02:11 GMT
Last edited by Simo Leone (neotuli) - Thursday, 31 January 2008, 18:19 GMT
|
DetailsStarting 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.
Thursday, 31 January 2008, 18:19 GMT
Reason for closing: None
Additional comments about closing: Closed by request. Also wrong category.
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 =)