Hy experts,
I have installed python on my rs/6000 (from bull).
But when I try to start a python script I get the following
messages:
Traceback (most recent call last):
File "./hkg_webshop_check.py", line 3, in ?
import urllib, urlparse, htmllib, formatter, string, re, sys, time
File "/usr/local/lib/python2.1/urllib.py", line 26, in ?
import socket
File "/usr/local/lib/python2.1/socket.py", line 41, in ?
from _socket import *
ImportError: from module
/usr/local/lib/python2.1/lib-dynload/_socket.so No such file or
directory
can't load library: /usr/local/lib/python2.1/lib-dynload/_socket.so
libssl.a libssl.so
can't load library: libssl.a libssl.so
2
can't load library: /usr/local/lib/python2.1/lib-dynload/_socket.so
/usr/local/lib/python2.1/lib-dynload/_socket.so
The problem seems to be that their is no libssl.so in my system.
I have tried to find, but their is none.
I have installed openssl (also from bull), but still no libssl.so.
I have AIX 4.3.3 ML 09 and PSSP 3.2
Any ideas?
I have installed python on my rs/6000 (from bull).
But when I try to start a python script I get the following
messages:
Traceback (most recent call last):
File "./hkg_webshop_check.py", line 3, in ?
import urllib, urlparse, htmllib, formatter, string, re, sys, time
File "/usr/local/lib/python2.1/urllib.py", line 26, in ?
import socket
File "/usr/local/lib/python2.1/socket.py", line 41, in ?
from _socket import *
ImportError: from module
/usr/local/lib/python2.1/lib-dynload/_socket.so No such file or
directory
can't load library: /usr/local/lib/python2.1/lib-dynload/_socket.so
libssl.a libssl.so
can't load library: libssl.a libssl.so
2
can't load library: /usr/local/lib/python2.1/lib-dynload/_socket.so
/usr/local/lib/python2.1/lib-dynload/_socket.so
The problem seems to be that their is no libssl.so in my system.
I have tried to find, but their is none.
I have installed openssl (also from bull), but still no libssl.so.
I have AIX 4.3.3 ML 09 and PSSP 3.2
Any ideas?