Hi, I'm trying to install PySol on 10.0. I've tried two routes: the RPM and building from source.
First, from RPM. I su'd to root and run the following: linuxdell:/home/mike # rpm -i pysol-4.82-1.noarch.rpm error: Failed dependencies: tkinter >= 2.2 is needed by pysol-4.82-1 Checking in Yast, it appears that tkinter is provided by python-tk (although I could be wrong): pyth_tk python_tkinter_lib pyth_tkl python-tkinter _tkinter.so _tkinter.so python-tk = 2.4.1-3 I also have python-devel and tk-devel installed. Trying from source, I was told I first needed to install pysol-sound-server3.01. I did that, and then attempted to install pysol: linuxdell:/home/mike/pysol-4.82/src # python pysol.py Traceback (most recent call last): File "pysol.py", line 121, in ? sys.exit(main(sys.argv)) File "/home/mike/pysol-4.82/src/main.py", line 424, in main r = pysol_main(args) File "/home/mike/pysol-4.82/src/main.py", line 367, in pysol_main r = pysol_init(app, args) File "/home/mike/pysol-4.82/src/main.py", line 91, in pysol_init app.dataloader = DataLoader(args[0], f) File "/home/mike/pysol-4.82/src/util.py", line 186, in __init__ raise os.error, str(argv0) + ": DataLoader could not find " + str(filenames) OSError: pysol.py: DataLoader could not find ('html/license.html',) Nowhere in the extracted files were there html files. I also downloaded pysol-4.80, which supposedly didn't need to be compiled. Checking these extracted files, html/license.html did indeed exist. So, attempting to install 4.80: linuxdell:/home/mike/pysol-4.80 # ll total 51 drwxrwxrwx 3 mike users 240 2001-11-28 03:36 . drwxr-xr-x 44 mike users 2360 2005-11-07 23:54 .. -rw-r--r-- 1 mike users 18094 1998-09-07 11:00 COPYING drwxr-xr-x 17 mike users 712 2001-11-28 03:36 data -rw-r--r-- 1 mike users 262 2000-08-02 21:23 INSTALL -rw-r--r-- 1 mike users 1276 2001-11-28 03:31 Makefile -rw-r--r-- 1 mike users 254 2000-08-02 21:23 NEWS -rwxr-xr-x 1 mike users 2624 2001-06-22 17:02 pysol -rw-r--r-- 1 mike users 6808 2001-11-28 03:36 pysol.6 -rw-r--r-- 1 mike users 1241 2001-09-10 12:07 README linuxdell:/home/mike/pysol-4.80 # ./pysol ./pysol: could not find the file 'pysol_24.pyc' ! Has anyone run across this sort of problem or could please advise me as to how I can get this to work? Thanks, Mike username=trozzo domain=arcor(dot)de -- http://mail.python.org/mailman/listinfo/python-list