tags:

views:

85

answers:

2

I once read about minimal python installation without a lot of the libraries that come with the python default installation but could not find it on the web...

What I want to do is to just pack a script with the python stuff required to execute it and make portable.

Does any one know about something like that?

Thanks

+2  A: 

Portable python might do what you want. It's a python installation for USB thumb drives.

blokeley
+2  A: 

Are you looking for tinypy?

Forest