installing python-BeautifulSoup via console - some errors show up

hello dear community,

while trying to install the python-BeautifulSoup - i do the following:

.
suse-linux:~ # sudo zypper install python-BeautifulSoup
Loading repository data...
Reading installed packages...
Package 'python' not found.
Resolving package dependencies...

Nothing to do.

well - what goes wrong here?

i guess that the installation failed!

The package python-BeautifulSoup was not found, per the error message you got. If you used YaST / Software Management instead and did a search on python-BeautifulSoup, you would see that it was not found. The package was installed on my PC from Packman and I think the problem is it is called python-beautifulsoup, no capital letters. I did find a site on this program here:

Beautiful Soup: We called him Tortoise because he taught us.

Thank You,

Hello James

you re right! To use no capitals was it - that was the trick!

suse-linux:~ # sudo zypper install python-beautifulsoup
Retrieving repository 'Packman Repository' metadata [done]
Building repository 'Packman Repository' cache [done]
Loading repository data...
Reading installed packages...
There is an update candidate for 'python-beautifulsoup', but it is from different vendor. Use 'zypper install python-beautifulsoup-3.0.8.1-8.2.noarch' to install this candidate.
There is an update candidate for 'python-beautifulsoup', but it comes from repository with lower priority. Use 'zypper install python-beautifulsoup-3.0.8.1-8.2.noarch' to install this candidate.
Resolving package dependencies...

Nothing to do.
suse-linux:~ # ^C
suse-linux:~ # zypper install python-beautifulsoup-3.0.8.1-8.2.noarch
Loading repository data...
Reading installed packages...
Resolving package dependencies...

The following package is going to be upgraded:
  python-beautifulsoup 

The following package is going to change vendor:
  python-beautifulsoup  openSUSE -> obs://build.opensuse.org/devel:languages:python


1 package to upgrade, 1 to change vendor.
Overall download size: 57.0 KiB. No additional space will be used or freed after the operation.
Continue? [y/n/?] (y): y
Retrieving package python-beautifulsoup-3.0.8.1-8.2.noarch (1/1), 57.0 KiB (224.0 KiB unpacked)
Retrieving: python-beautifulsoup-3.0.8.1-8.2.noarch.rpm [done]
Installing: python-beautifulsoup-3.0.8.1-8.2 [done]
suse-linux:~ # 

many thanks

greetings

db1

You are very welcome dilbertone. Please let us know if we can be of any other assistance to you.

Thank You,