Unix Change Passwd Python CGI

2009-02-24 Thread Derek Tracy
general direction to start looking, and I do not have expect installed on the system. Any ideas would be wonderful! R/S -- - Derek Tracy trac...@gmail.com - -- http://mail.python.org/mailman/listinfo/python-list

Re: Python CGI Upload from Server Status

2008-06-06 Thread Derek Tracy
On Fri, Jun 6, 2008 at 9:16 AM, John Dohn <[EMAIL PROTECTED]> wrote: > On Sat, Jun 7, 2008 at 12:50 AM, Derek Tracy <[EMAIL PROTECTED]> wrote: > >> I am trying to create a simple python cgi app that allows the user to kick >> off an ftp from the server the cgi is on

Re: Manipulate Large Binary Files

2008-04-03 Thread Derek Tracy
On Apr 3, 2008, at 3:03 AM, Paul Rubin <"http:// phr.cx"@NOSPAM.invalid> wrote: > Derek Martin <[EMAIL PROTECTED]> writes: >>> Both are clocking in at the same time (1m 5sec for 2.6Gb), are there >>> any ways I can optimize either solution? > > Getting 40+ MB/sec through a file system is pretty

Re: Manipulate Large Binary Files

2008-04-03 Thread Derek Tracy
--- Derek Tracy [EMAIL PROTECTED] --- On Apr 3, 2008, at 3:03 AM, Paul Rubin <"http:// phr.cx"@NOSPAM.invalid> wrote: > Derek Martin <[EMAIL PROTECTED]> writes: >>> Both are clocking in at the same time (1m

Re: Manipulate Large Binary Files

2008-04-02 Thread Derek Tracy
On Wed, Apr 2, 2008 at 10:59 AM, Derek Tracy <[EMAIL PROTECTED]> wrote: > I am trying to write a script that reads in a large binary file (over 2Gb) > saves the header file (169088 bytes) into one file then take the rest of the > data and dump it into anther file. I generated

Manipulate Large Binary Files

2008-04-02 Thread Derek Tracy
to use the above on files over 2Gb I get: OverflowError: requested number of bytes is more than a Python string can hold Does anybody have an idea as to how I can get by this hurdle? I am working in an environment that does not allow me to freely download modules to use. Python version 2.5.1 R/S --