473,385 Members | 1,856 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

PySol --> SuSE 10.0

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

Nov 10 '05 #1
0 1129

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: MikeM | last post by:
hi, i need to update my webserver (apache2 w/ php4.3.4, suse 9.1 pro) to php4.3.10. can i do this update with the rpm from ftp://ftp.suse.com/pub/projects/apache/php4/9.1-i386/ and what is...
1
by: Eric Scharff | last post by:
As a stress-test for tkinter of Python 2.3 on the Mac (yeah, that's it) I wanted to see if I could compile and run pysol. (Porting the sound server to Mac OS X would be nice too.) When I tried...
10
by: Lynn | last post by:
I have a SuSe 9.1 linux box (although this isn't a new issue) with reasonably up to date everything. When I run PySol, it grabs the sound system in a rude and complete way. I don't listen to...
1
by: qwweeeit | last post by:
PySol uses TKinter as GUI system. Wanting to learn python I am studying PySol, but having choosed Qt as my GUI, I am asking if someone can comment on my choice both on pysol as as an application...
2
by: Ivan Van Laningham | last post by:
Hi All-- I've been using PySol-4.40 for years, because that was the last Windows installer version I could find. My wife's been using it for almost the same length of time. That version's worked...
23
by: raj | last post by:
I used to remember why c++ needed both ? Could somebody help me here ? For example class A{ f(); }; A* aa;
2
by: Gellert, Andre | last post by:
Hi everybody, currenty we use Suse Linux 9 and the rpms with 7.4.0 downloaded from ftp://ftp.gmd.de/mirrors2/suse/ftp.suse.com/people/max/postgresql-7.4/ . I don't know how to contact the person...
2
by: SmoothJazz | last post by:
Hi All! I am wanting to setup/run PostgreSQL on my server (a SuSE Linux 9.2 distro) but I'm not quite sure which way to go. I have a few books on PostgreSQL but they don't seem to match the...
0
by: Tshepang Lekhonkhobe | last post by:
Hi, On Python docs, on faq/installed.html, it's mentioned that PySol is the most common Python application. Is this a platform-specific fact?
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.