Python libraries portable?

Corey Richardson corey at octayn.net
Thu Jun 7 20:52:16 EDT 2012


On Thu, 7 Jun 2012 16:43:26 -0800
Tim Johnson <tim at akwebsoft.com> <tim at akwebsoft.com> wrote:

>   So what to do if I can't install from the command line?
>   I could use python's external command tools like
>   subprocess.call(), but am not sure what the implications would be
>   since privileges might be limited.
> 

https://github.com/petehunt/PyMySQL/ is your best option, when it comes
to using mysql without C extensions. I don't even know if it works, but
it's the only one I could fine.

-- 
Corey Richardson



More information about the Python-list mailing list