On Tue, 20 Aug 2002 19:51:35 -0700, Keith Jackson <[EMAIL PROTECTED]> wrote:
>
>I'm using python 2.2.1, and a CVS check out of webware from this morning.

I apologize if this seems obvious.

The *args syntax you showed was introduced in Python 2.0.  Thus, it really 
looks like you are not running the version you think you are.

Red Hat 7.x installs the Python 1.5.2 executable as "python", and the Python 
2.2 executable as "python2".  The #! lines in WebKit all refer to "python", and 
will get the 1.5.2 version in that case.

It's worth double-checking.

--
- Tim Roberts, [EMAIL PROTECTED]
  Providenza & Boekelheide, Inc.




-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to