invalid syntax - problems with CR (0x0a)
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

invalid syntax - problems with CR (0x0a)

From: cesare <cesare__m@hotmail.com>
Date: Fri Mar 31 2006 - 14:42:38 CEST

hi,
i'm very new to python and am experiencing the following problem:

an identical program that runs on certain computers crashes on other
machines due to Carriage Returns (CR; 0x0a) that
now appear in the source code. I guess it's some kind of character encoding
issue, i.e. ways of saving the source files...
I spent a lot of time trying to fix the problem but wasn't successful until
now.

Can somebody help me?

Cheers,
Cesare

error message inside the log file:

Traceback (most recent call last):
  File
"S:\P037_Gewerbeverband\Programm\Testumgebung\meta_search_download_scheduler.py",
line 132, in instanceMP
    exec 'import %s' % mp
  File "<string>", line 1, in ?
  File "S:\P037_Gewerbeverband\Programm\Testumgebung\weisseseiten.py", line
87
     s = s.replace('.-', ' CHF')
    s = s.replace(';', ' ')
                                ^
 SyntaxError: invalid syntax

----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
Received on Sun Apr 30 21:46:23 2006