[python-nl] upgrading naar 2.7

Floris van Manen vm at klankschap.nl
Fri Jul 16 12:24:26 CEST 2010


On Jul 16, 2010, at 12:09, Roel Bruggink wrote:

> ls /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages|grep egg
>  
> Dit lijkt me toch wel een redelijke basis activiteit.
> (Niet erg eind-gebruikers-vriendelijk om alles zelf opnieuw te moeten gaan afstoffen :-)
> 
> Met een beetje shell-fu kom je een heel eind :)

Hoort dit dan niet bij de python install basics ?
Een stukje klanten-binding-beleving ? :-)

overigens na het installeren van de 2.7 easy_install wordt het allemaal nog een stuk bonter:
Een poging om het PIL package opnieuw aan te maken:




$ easy_install Image
/usr/bin/easy_install-2.6:7: UserWarning: Module pkg_resources was already imported from /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.pyc, but /Library/Python/2.6/site-packages is being added to sys.path
  from pkg_resources import load_entry_point
/usr/bin/easy_install-2.6:7: UserWarning: Module site was already imported from /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site.pyc, but /Library/Python/2.6/site-packages is being added to sys.path
  from pkg_resources import load_entry_point
Searching for Image
Reading http://pypi.python.org/simple/Image/
Couldn't find index page for 'Image' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
No local packages or download links found for Image
error: Could not find suitable distribution for Requirement.parse('Image')




More information about the Python-nl mailing list