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
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
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
---
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
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
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 --