Re: [Tutor] Finally finished my currency exchange program

2010-12-03 Thread danielle davout
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

[Tutor] unicode nightmare

2010-11-10 Thread danielle davout
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)

Re: [Tutor] trouble understanding the python environment in OSX

2007-03-07 Thread danielle davout
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