Re: [Pyparsing] pyparsing svg - noob
Brought to you by:
ptmcg
From: Donn I. <don...@gm...> - 2007-11-08 13:46:04
|
Yeah, related to prev post, still no wiser. I'm having trouble getting a float out of a variable: It contains: Combine:({["-"] W:(0123...) "." W:(0123...)}) And it's type is: <class 'pyparsing.Combine'> But float(v) does not return 123.456 it returns the above. /d |