Skip to content

Tag: python-2.7

Unable to import paramiko

I wrote a Python script on my laptop(written in 2.7.14) which makes use of paramiko module. It runs just fine on my laptop. I moved this script to a linux box & while running it, I get an error saying paraniko not found which is of course because the linux machine where I moved the script to doesn’t…

[ Python 2.7 ]Package program with Pynsist

I am packaging a Python 2.7 program with the lastest version of Pynsist. I’ve created an installer.cfg file following this example. But when I try to package my application running into the application folder it comes up with So the problem I think is with Pygame. On Google there in nothing about this, …