ch64 Guru
Joined: 09 Jun 2010 Posts: 412
|
Posted: Sat Dec 27, 2014 3:50 am Post subject: getting hsoconnect (gui) to start.And installing via portage |
|
|
After years of using hsoconnect as source code i found it in the portage tree.
Look for the error of portage, when trying to install hsoconnect below:
Also i have a question when using hsoconnect from compiled sourcecode.
i get:
Code: | # python /usr/share/hsoconnect/hsoc/HSOconnect.py
File "/usr/share/hsoconnect/hsoc/HSOconnect.py", line 46
except os.error, args:
^
SyntaxError: invalid syntax
|
Here the output of portage/hsoconnect:
Code: | # eix -s hsoconnect
* net-dialup/hsoconnect [1]
Available versions: (~)1.2.18
Homepage: http://www.pharscape.org/
Description: HSO UMTS PyGTK Connection Manager
[1] /usr/local/portage
|
Code: |
free hsoconnect # emerge -av hsoconnect
setlocale: unsupported locale setting
!!! Repository 'x-portage' is missing masters attribute in '/usr/local/portage/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility
* IMPORTANT: 38 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
These are the packages that would be merged, in order:
Calculating dependencies... done!
emerge: there are no ebuilds to satisfy "=dev-lang/python-2.5*".
(dependency required by "net-dialup/hsoconnect-1.2.18::x-portage" [ebuild])
(dependency required by "hsoconnect" [argument])
|
Code: |
free hsoconnect # eselect python list
Available Python interpreters:
[1] python2.7
[2] python3.2
[3] python3.3
[4] python3.4 *
|
|
|