Ethereal-dev: Re: [Ethereal-dev] [WIN32] Python {} line too long

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Mon, 22 Jan 2001 08:41:29 -0600
On Mon, 22 Jan 2001 11:00:29 +0100
andreas.sikkema@xxxxxxxxxxx wrote:

> Hi
> 
> I am experiencing some problems with creating the register.c file. When 
> Python is called, the commandline complains that the line is "too long".
> 
> So far I have been able to solve this by using the sh script, but does 
> anyone else have a better solution?
> 

Are you running "nmake" from a CMD shell or from a bash shell?
It works for me when running nmake from a bash shell.
The only solution would be to pass the filenames to python in a
different way, like in a file (but the "echo * > file" would be too long
of a command-line, huh? :-) We'd have to do it in chunks....

--gilbert