Skip to content

Tag: centos6

Enable a linux service to show popup window

I developed an IP messenger using C language and I wish to share some of it’s implementation details to make completely understand my problem. Used GTK+-2.0 library for showing GUI windows. It has a listening socket and whenever a new connection arrives then it will create a new process to serve the con…

import cv2 on centos 64 bit

I already copy the cv2 and complete the procedure installing opencv and python and I also think the default python installation is usr/lib64/python2.7 and there is also usr/lib/python2.7 and I also move the cv2 using copy -r usr/lib/python2.7/site-packages/cv2.so to usr/lib64/python2.7/site-packages/ it succe…