Hello,

 

I'm trying to write a script that simply execute a command line like:

C:\...(path)..\Devenv solution /build "Debug|Win32"

 

However, in Python the "|" symbol is reserved thus I just can't make the
command line above working once I added the "|" sign in it.

 

How can I put the "original" vertical bar in a string?

 

Thanks!

 

Shawn

 

 

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to