Does anyone know of a tool that can compile a python script (that relies on a 
few sage packages) into a standalone executable for Linux?
I've heard of py2exe (for windows) but there are a couple of reasons why this 
is not likely to work for me:

. I actually want a linux executable - not a windows executable.
. Apparently, with all the sage dependencies, py2exe probably wouldn't be able 
to compile the script successfully anyhow.

My question is this: despite the latter point, does the fact that I need only a 
linux executable (rather than a windows exe) help in any way?
The reason I need to do this is that need to run a sage/python script on the 
university lab machines for benchmarking - and they don't have sage installed.
I have not got su privileges in order to install sage, but I may be able to 
have permission to run an executable...

Honestly, the easiest way to do this is to just have them install sage for me, 
and I'm told they are working on it... only thing is I have no idea if this 
will eventuate before the culmination of my research period.

Another option is to port my script into magma/gap or something. I'm not using 
super sophisticated sage modules, I really only need addition and 
multiplication in arbitrary groups/rings... if anyone could recommend a way to 
go about porting the code, that would be awesome too!

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to