is there any Py2exe like tool in linux

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nirmalarasu
    New Member
    • Jun 2007
    • 7

    is there any Py2exe like tool in linux

    Hi,
    Iam look looking some standalone python package for both in windows and linux.

    In windows py2exe tool serving my purpose,is there any similar tool i can find in linux.?

    Though most of linux machine having python installation,bu t some customized linux machines are not having python.If some body suggest me py2exe like tool for linux,it would be helpful for me execute python script in linux machine which doesnt have python installation.



    thanks
  • bgeddy
    New Member
    • Aug 2007
    • 16

    #2
    Have you looked at freeze - it should come with Python. My version is in the python site-packages directory

    Comment

    Working...