next week jeffrey and i will be presenting on the chandler rearchitecture project at the 2008 nonprofit software development summit in oakland ca hosted by aspiration .
if you are in the area wed love to see you at the conference i will be updating this post with details as to which day we will be presenting.
update we will be presenting at 3pm on tuesday nov...... [Show More]
ive finished renaming pyinstall to its new name pip . the name pip is a acronym and declaration pip installs packages.
ive also added a small feature intended for google app engine users allowing you to zip and unzip packages in an environment. for instance
pip zip list
in .libpyth on2.5site packages
no zipped packages.
unzipped packages
paste 98 file...... [Show More]
last weekend i took some time to setup python and django on our hosting server which is bought from bluehost. i also bound a domain name to my working space afterwards. here is a walkthough for all work need to do.
install python
there is an old version of shared python on the server but even its not too old to be used id rather to install my own one. because i will use some...... [Show More]
vor kurzem erschien python 2.6 wie berichtet .
installation unter windows
fuer die installation von python unter windows gibt es msinstaller .msi die man im downloadbereich von python.org findet.
wenn man mit der neuen version eine alte ersetzt ist die installation ganz einfach. ein problem tritt nur auf wenn die verwendeten bibliotheken noch nicht fuer die neue...... [Show More]
py2app Post Source: pagenoare.pl Posted: Oct 18 2008 15:13:43
...aki czas zapomnae jak to siae robi napiszae kratkie howto.
instalacja
jeli posiadamy easy install w systemie
sudo easy install py2app
jeli nie
wget httppea k.telecomm unity.com distez se tup.py
su do python ez setup.py
oraz czynnoae z pierwszego puntku.
setup.py
stwarzmy plik setup.py w katalogu z aplikacjae oraz wypenijmy go poniszae zawartocia... [Show More]
a friend having issues installing pylons on windows xp with python 2.6 gave me the idea to do this quick write up. so here it is the 6 step method for running pylons on windows xp.
download python .
add python to your path and launch a command prompt.
download ez setup.py python ez setup.p y
download simplejson python setup.py wit houtspeed ups install
ea sy install pylons
easy inst..... [Show More]
...ll python equivalent of gems.
if you are installing panda locally on your machine i only tried on osx leopard
you may already have easy install so you can skip it.
curl o httppea k.telecomm unity.com distez se tup.py
python ez setup.py
installing web module
ea sy install web.py
downloading simpledbdev
wget httpsim pledbdev. googlecode .comfiles simpledb dev0.1.5. zip
un... [Show More]
remember the little cute jumbled words game i prepared in python more than 4 months had passed since i made it and now it was time it got some makeover. so featuring a host of new improvements here i am making the improved game available for download.
installing and playing is easy. just to remind the readers the game is made in python using the wxpython libraries for the graphical inter...... [Show More]
cython first trials Post Source: www.procoders.net Posted: Sep 22 2008 15:47:03
in order to speed up some text processing tasks i played with cython today. the website of cython says
cython is a language that makes writing c extensions for the python language as easy as python itself. cython is based on the wellknown pyrex but supports more cutting edge functionality and optimizations.
my first task was to lower all strings in a given list which i normall...... [Show More]
in addition to the fast fnmai algorithm i implemented an algorithm for sparse nonnegative matrix approximation called nnsc. both are included in the py nnma package which can be accessed
as a python egg. if you have easy install on your machine you can get the package by submitting
easy install py nnma
on your commandline.
from our public svn repository the address isa httppubli...... [Show More]
trac update auf 0.11 Post Source: www.insomniaonline.de Posted: Jul 23 2008 13:57:48
wer mal in die verlegenheit kommen sollte sein trac system von version 0.10.x auf die aktuelle version 0.11 zu ziehen der braucht nur ein paar minuten zeit und vorher ein backup
download der trac 0.11version und entpacken des archivs
wer wie ich einen fehler importerror no module named setuptools nach ausfhren der installation bekommt kann diesen mit der in...... [Show More]
installing easy install the easy way
looking for easy install and like me having trouble finding the official download link
save as and run python ez setup.p y. ..... [Show More]
box of horrors Post Source: www.brainfold.org Posted: Jul 01 2008 19:33:21
today i adapted the nice setuptools based plugin module from spineless to more easily support different physics toolkits in my code and played around a bit trying to write a box2d plugin. frankly i dont like the box2d api design at all and i like the pybox2d api even less as its a direct port of the c api and doesnt even try to be pythonic. eww. seems ill ha...... [Show More]
trac 0.12dev Post Source: jamz.jp Posted: Jun 28 2008 16:37:31
...perl cpan 41
easyinstall the peak developers center
ez setup.py
wget httppea k.telecomm unity.com distez se tup.py
pyt hon .ez setup .py
easy install usrbin
yum install pythonset uptools
ea sy install genshi
easy install babel
easy install pygments
e asy instal l docutils
e asy instal l textile
e asy instal l silvercity
silv... [Show More]
entities ahoy Post Source: www.brainfold.org Posted: Jun 28 2008 01:27:14
entity system
today ive continued work under the hood on the entity system. both components and entity types are now loaded using the plugin entry point system of setuptools which means custom components and units will be really easy to create and distribute. and much easier for me to load. i have a habit of making too many sweeping changes to code at once and this is no exception...... [Show More]
hi
i just wrote a very simple script to create the phex update magma lists.
you can simply pass it the paths to the three release files and it writes the magma files.
you can get it via easy install from the python package index it is part of the magma module python package index magma 0.3.9
easyinstall the peak developers center
easy instal...... [Show More]
by now you likely have heard about the debian openssl vulnerability found by luciano bello. it was originally announced on may 13th. what occurred is that code was removed because it caused the valgrind and purify tools to produce warnings about the use of uninitialized data in code that was linked to openssl. this change caused only the current process id to be used for the initial see..... [Show More]
in my development machine i set up the firefox bookmarks toolbar to have easy access to various documentation. i like to have the documentation even when i am offline. so i generated mostly the rubybased documentation in rails using the builtin rake task put them somewhere in the system then bookmark their index page in firefox. i also downloaded the python documentation extracted the tar b...... [Show More]
as you might have heard google appengine launched tonight with python as its initial and only programming language to interface with its services. i started switching over to python from perl a few years ago for general processing and daemon tasks mostly for its sweet rpc bindings and its comprehensive if still somewhat convoluted unicode handling. over time...... [Show More]
Feeds and posts are not affliated with ://URLFAN. They are displayed here simply for informational purposes, if you would like to remove your feed please contact us.