To follow up on this too, it might be a better option, in your particular situation, to just install Python+numpy+scipy+matplotlib on the server, into some area that is writable by you; you should not need admin privileges to do so.
It's painful I know, but I don't think there will be any other way to run your code on the server that you are wanting to. Personally, I use Virtualbox, and have a SuSe 11.1 distribution that I build my app (via pyinstaller) on. If you have the ability to do something similar, that would most likely work for you as well. Building in this way gets me an executable that is free from GLIBC ABI problems on all current platforms. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
