zaterdag 18 augustus 2012

Wat zijn python eggs

Python eggs

Python eggs zijn een soort installatie bestanden.
On python eggs te kunnen draaien moet je eerst de volgende file downloaden
http://peak.telecommunity.com/dist/ez_setup.py


python2.7 ez_setup.py


Nu is easy_setup geinstalleerd.


gebruik nu

python2.7 ez_setup.py -U setuptools-0.6c11-py2.7.egg


normale python installatie


python2.7 setup.py build      will build the package underneath 'build/'
python2.7  setup.py install    will install the package

zondag 12 augustus 2012

python web engine

Al een tijd gezocht naar een web provider waar ik python en django kan draaien. Vandaag kwam ik er achter dat het gratis bij python kan.

En natuurlijk mijn eerste eigen servertje gebouwd. gedonder.appspot.com.

Alle problemen waar ik tegen aan liep heb ik hieronder proberen te beschrijven.





links
https://developers.google.com/appengine/docs/python/gettingstartedpython27/
http://www-personal.umich.edu/~csev/books/gae/lectures/
http://code.google.com/p/google-app-engine-samples/source/browse/trunk/myhangouts/myhangouts.html