Greetings.
I am using a ConnectPort X4 gateway and programming with python.
To my disappointment, the python environment in X4 are lack of some useful module for me, such as httplib and json. Can I add these standard module to python.zip? How to do it?
I came up with an idea that I can download the source code of httplib, then compile it with Python 2.4 and put the compiled version into python.zip. Maybe it will work. However, httplib depends on many other library and perhaps I have to clean up the original code to make it work on the embedded python environment of X4 but there is a lot of work to get it done.
Is there any other effective way to do the job?