sadly you didn't take into account Linux users
On 12/3/10, Eddie wrote:
> I've finally finished my currency exchange program thanks to help from this
> list and another list. It updates the exchange rates via an xml feed etc.
>
> Feedback on it would be appreciated please:
> http://www.dinksoftw
Hi,
I really badly need any start of explanation ..
Please help me !
I have got a list of 64 generators from which I generate files.
58 give what I expected
1 is getting me mad, not the first, not the last the fifth...
I simplify it to
v = u'\u0eb4'
X = (1,)
gen = ((v ,v) for x in X for y in X)
probably it is not the same issue but ...
I've got a problem with BeautifulSoup that I've never encounter before
( I've got a new computer and a brand new installation Python 2.5
(r25:51908, Sep, 09:52:17) [MSC v.1310 32 bit (Intel)] on win32 )
When I run BeautifulSoupTests.py ( If I am not mistak