j
k
j a
j l
Roland Schwarz wrote:
My user-config.jam contains the line: using python : 2.5 : "C:\Programme\Python25" ; What I am missing?
My user-config.jam contains the line:
using python : 2.5 : "C:\Programme\Python25" ;
What I am missing?
Arghh: Backslash does not work here. using python : 2.5 : "C:/Programme/Python25" ; worked. Roland
Back to the thread
Back to the list