From: Kevin A. <al...@se...> - 2004-11-15 17:45:21
|
On Nov 15, 2004, at 8:23 AM, Ruben Marquez wrote: > I know that in the past Phil has provided some very > nice RPMs for Python Card on Mandrake. I recently > upgraded to Mandrake 10.1 CE (and I'm loving it, by > the way). I was able to install wxPython 2.5.3.1 > without a problem. Now I am interested in adding > PythonCard. I'm not in a real rush or anything, but > is there a package for this in the works? :] > > -Ruben PythonCard itself has no C code, it is pure Python, so just download the tar.gz and run python setup.py install making sure that "python" is your Python 2.3 installation. ka |