Re: Compiling and transporting modules/libraries in python

2009-06-04 Thread Abe
alex23 - Thanks for the tips. I'm using portable python and it's working great so far. I'll come back and try virtualenv if I get stuck again. - Abe -- http://mail.python.org/mailman/listinfo/python-list

Re: Compiling and transporting modules/libraries in python

2009-05-31 Thread alex23
On May 31, 2:27 am, Abe wrote: >     I use python at a home office and in a university computer lab, > but I don't have the administrative rights to install libraries on the > lab computers.  It would be really nice if there were a way I could > put, say, all of numpy into a file "my_numpy.pyc" an

Compiling and transporting modules/libraries in python

2009-05-30 Thread Abe
Hi all - I hope this is a simple question, but I've been running in circles trying to figure it out myself. Is there a good way to wrap up a library (e.g. numpy or matplotlib) so that I can use it on another machine without actually installing it? I use python at a home office and in a univ