I am porting a simple code from Perl, the website asks for usr/pwd and
the server's side Perl script makes atemp ftp dir for file upload.
The original Perl script connects okay, does its job. The same URL
stuffed into FF3 performs the same way.
My Python script I am sweating out for past four days
knowledge, and having to tackle the language as I progress.
Enjoyable frustration :)
--
Rog
http://www.rog.pynguins.com
--
http://mail.python.org/mailman/listinfo/python-list
On Tue, 28 Sep 2010 11:59:08 -0700, geremy condra wrote:
> On Tue, Sep 28, 2010 at 11:44 AM, Rog wrote:
>> Hi all,
>> Have been grappling with a list problem for hours... a = [2, 3, 4,
>> 5,.]
>> b = [4, 8, 2, 6,.]
>> Basicly I am trying to place a[0], b[
On Wed, 29 Sep 2010 05:52:32 -0700, bruno.desthuilli...@gmail.com wrote:
> On 29 sep, 14:17, Steven D'Aprano
> wrote:
>> On Tue, 28 Sep 2010 20:11:51 +0100, Rog wrote:
>> > On Tue, 28 Sep 2010 11:59:08 -0700, geremy condra wrote:
>>
>> >> On Tue, Sep