Profile_bird

Hey there! tarek_ziade is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving tarek_ziade's tweets.

Already using Twitter
from your phone? Click here.

tarek_ziade

  1. Waiting for PEP 386 to be accepted/rejected. Then I'll propose PEP 345. (then PEP 376). If everything is done before Pycon, it'll be great
  2. @maddingue looks good. how much it costs on the store ?
  3. bad laptop positions - a working url - http://bit.ly/8V7X1A
  4. @noufalibrahim strange... that's the latest article on lifehacker.com
  5. bad laptop positions. I am all wrong... http://tr.im/I0vA
  6. yes. it is snowing hard http://twitgoo.com/a2fpz
  7. RT @gbonhommeau: [vidéo] La dure vie des développeurs web http://a.pwal.fr/fureur #humour #python #php
  8. @ianbicking I've reorganized a bit distutils Doc lately : http://bit.ly/5Ny5ms
  9. @carljm is contributing for the HItchhiker guide to packaging - the project contents starts to grow - http://bit.ly/5SbE1U
  10. ouch ! RT @sfermigier: Don't use PayPal for your micro-ISV business: http://bit.ly/4vVV8Z
  11. (not having bullets in your laptop - but seeing it confiscated)
  12. I always backup before I take a plane.This could happen in other places -MacbookPro shot http://bit.ly/8IWRyv (via @yenzenz)
  13. @reinoutvanrees congrats
  14. RT @MacYET: Advice to all #PyPI users: 'sdist' upload is good enough when your package contains Python code only - no need for bdist_eggs
  15. Sandbox violations may occur when upgrading from Setuptools to Distribute. installing via distribute_setup.py is the way to go in that case.
  16. gpu programming is scary http://bit.ly/5iQCOj
  17. @keimlink applied, thx for the tips :)
  18. http://guide.python-distribute.org is now synchronizing with the HitchHicker's Guide to Packaging. (beware: almost empty ;) )
  19. @elpargo maybe because you had that environ or you didn't reach that part of the test :)
  20. @elpargo os.environ['VIRTUALENV_USE_DISTRIBUTE'] will break, use os.environ.get('VIRTUALENV_USE_DISTRIBUTE') is not None instead