---------- Forwarded message ----------
From: Peter Jessop <[EMAIL PROTECTED]>
Date: Aug 7, 2005 6:12 PM
Subject: Re: [python-win32] Ugh...native Windows interactive Python 2.4 in Cygwin terminal
To: Matthew Bogosian <[EMAIL PROTECTED]>

I have Cygwin installed here although I confess that I don't use it much and can probably be of little help and apologise if this is the case.
However I tried the following

bash-2.05b$ d:/Python24/python.exe
Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] on win3
Type "help", "copyright", "credits" or "license" for more information.
>>> print "Works here2
  File "<stdin>", line 1
    print "Works here2
                     ^
SyntaxError: EOL while scanning single-quoted string
>>> print "Works here"
Works here
>>>

I don't know if this is of any help to you but it may just be a problem of your installation.

Regards

Peter Jessop
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to