Micropython or minimal python installation
        Posted  
        
            by reshefm
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by reshefm
        
        
        
        Published on 2010-06-14T07:25:14Z
        Indexed on 
            2010/06/14
            7:42 UTC
        
        
        Read the original article
        Hit count: 209
        
python
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
© Stack Overflow or respective owner