Re: Help needed to freeze a script.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • LB

    Re: Help needed to freeze a script.

    Did you try py2exe instead offreeze? On the page
    >

    >
    there is only one brief mention of numpy packaging troubles,
    suggesting that it might work better. I have used py2exe in the past
    without much trouble.
    Unfortunately, I'm working under Linux and py2exe works only for
    windows as far as I know.
    Do you know if py2exe executable embedding a lot of C extensions -
    like numpy and scipy - can ben executed on another computer, with a
    different architecture (64bits vs 32 bits) and a different OS ?

    --
    LB
  • Gabriel Genellina

    #2
    Re: Help needed to freeze a script.

    En Thu, 04 Sep 2008 14:11:45 -0300, LB <berthe.loic@gm ail.comescribiï ¿½:
    Do you know if py2exe executable embedding a lot of C extensions -
    like numpy and scipy - can ben executed on another computer, with a
    different architecture (64bits vs 32 bits) and a different OS ?
    Forget it, Jake.

    --
    Gabriel Genellina

    Comment

    Working...