Re: Accessing objects at runtime.

2009-09-11 Thread Gary Duzan
or other web framework pieces. When you move to different processes and/or machines, the access method can remain the same by varying the port and/or hostname in the URL. Good luck... Gary Duzan Motorola HNM

Re: Automate rsync w/ authentication

2009-07-11 Thread Gary Duzan
/bry/keys/brybackup.key' ] args = [rsyncExec, '-a', '-v', '--dry-run'] + rshArgs + [ source, dest] Gary Duzan Motorola HNM -- http://mail.python.org/mailman/listinfo/python-list

Re: Why doesn't this work in Eclipse ? (Simple pexpect code that works in bash)

2009-01-30 Thread Gary Duzan
. Gary Duzan -- http://mail.python.org/mailman/listinfo/python-list

Re: dynamically load from module import xxx

2008-07-02 Thread Gary Duzan
for it. Good luck. Gary Duzan Motorola HNM -- http://mail.python.org/mailman/listinfo/python-list

Re: passing *args recursively

2008-05-13 Thread Gary Duzan
]? def func1(*args): print args # (1, 2, 3) func2(args) func2(*args) # == func1(1,2,3) Gary Duzan Motorola HNM -- http://mail.python.org/mailman/listinfo/python-list

Re: Learning curve for new database program with Python?

2008-04-08 Thread Gary Duzan
efforts to integrate Hibernate haven't been terribly smooth. In this environment the hack seems to be to have Hibernate write to its own tables, then have stored procedures sync them with the old tables. Not pretty. Gary Duzan -- http://mail.python.org

Re: Why not a Python compiler?

2008-02-07 Thread Gary Duzan
/Kessel_Run Gary Duzan Motorola HNM -- http://mail.python.org/mailman/listinfo/python-list

Re: Python too slow?

2008-01-17 Thread Gary Duzan
-generic types, and casts are inserted as necessary. Practicality wins over Purity again. Gary Duzan Motorola HNM -- http://mail.python.org/mailman/listinfo/python-list

Re: JPype - passing to Java main

2007-08-15 Thread Gary Duzan
]). Gary Duzan Motorola HNM On Aug 14, 8:03 am, Laurent Pointal [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] a écrit : Try this: com.JPypeTest.main(arg) Ian Thanks for your suggestion, but it doesn't work (produces an error

Re: File handle not being released by close

2007-07-31 Thread Gary Duzan
f.close() Gary Duzan Motorola CHS -- http://mail.python.org/mailman/listinfo/python-list

Re: My newbie annoyances so far

2007-04-28 Thread Gary Duzan
In article [EMAIL PROTECTED], John Nagle [EMAIL PROTECTED] wrote: (P.S. PEP 3117 is a joke, right?) I expect so, especially given its creation date. Gary Duzan Motorola CHS -- http://mail.python.org/mailman

Re: distributing python software in jar like fashion

2007-03-17 Thread Gary Duzan
to be installed on the remote site, and just one file to copy. Gary Duzan Motorola CHS -- http://mail.python.org/mailman/listinfo/python-list

Re: distributing python software in jar like fashion

2007-03-16 Thread Gary Duzan
://groups.google.com/groups/search?q=group%3Acomp.lang.python+squisherqt_s=Search Gary Duzan Motorola CHS -- http://mail.python.org/mailman/listinfo/python-list

Re: Python taught in schools?

2006-06-26 Thread Gary Duzan
for a moment, I think exposing new students to a combination of Scheme and Python might work well, providing different views of how to build programs, and leaving the students with both theoretical and practical foundations on which to build. Gary Duzan

Re: simultaneous assignment

2006-05-02 Thread Gary Duzan
. :-) Gary Duzan Motorola CHS -- http://mail.python.org/mailman/listinfo/python-list

Re: Uncompressing TIFF files directly in Python

2006-01-18 Thread Gary Duzan
, including Windows. http://www.pythonware.com/products/pil/ Gary Duzan Motorola CHS -- http://mail.python.org/mailman/listinfo/python-list

Re: Newcomer question wrt variable scope/namespaces

2006-01-17 Thread Gary Duzan
] = It is easy to think that the scoping rules give you read-only behavior, but with mutable objects it just isn't correct. Gary Duzan Motorola

Re: Newcomer question wrt variable scope/namespaces

2006-01-13 Thread Gary Duzan
, not the modification of the objects to which they refer. Gary Duzan Motorola CHS -- http://mail.python.org/mailman/listinfo/python-list

Re: how to improve this simple block of code

2006-01-11 Thread Gary Duzan
') Gary Duzan Motorola CHS -- http://mail.python.org/mailman/listinfo/python-list