mardi 1 mai 2012

Python4MAMP 3.0 (SPMPT) Release

Hi,
after a long wait, I release Python4MAMP 3.0
- Python 2.7.2
- Mod_WSGI 3.3
- MySQLdb-python 1.2.3
- Django 1.3
- Python Image Library 1.1.7
- Subversion 1.6.16
- Trac 0.12.2 (support many SVN repos)

Many people are not interested by SVN, so I rename SPMPT to Python4MAMP, it's more easy to understand.
Hope this new release will help you to develop nice Python Web App.

Best regards
Cédric

http://www.spmpt.org/

P.S.: if you have any suggestion let me know in comment !

mardi 9 août 2011

SPMPT 3.0b1 : Python, Django, Subversion on Mac with MAMP 2.0

Hi,
I'm proud to announce, the first SPMPT 3.0 beta is working on Snow Leopard.

What's new
- Python 2.7.2
- Subversion 1.6.16
- Django 1.3
- mod_python REMOVED
- mod_wsgi 3.3
- 32bit and 64bit (intel only)
- PPC support REMOVED
- working with MAMP 2.0

Need to test it on Mac OS Lion (10.7)
If you have any question let me know

Cédric

samedi 16 juillet 2011

SPMPT 3.0 with MAMP 2.0 comming soon

Hi,
MAMP just release new version of MAMP 2.0.1, so for now SPMPT is not yet working with this new release. But I'm working on right now.

If you have any questions, post them in comment.

Cédric

jeudi 26 mai 2011

Django on Mac with SPMPT and VECT 2.1.4

Hi !
Good news for Python developpers, just release SPMPT 2.1.4.
I fixe some things in configuration files. But I add 3 new features to VECT:
- Update Trac repositories
- Update SVN repositories
- Create Django Project answring some questions, so easy !

Hope you will enjoy this new release.

Best regards
Cédric

jeudi 28 avril 2011

SPMPT 2.1 Working with MAMP 1.9.6.1

Some day ago you MAMP released new MAMP 1.9.6.1.
I'm proud to announce that SPMPT 2.1 is working with no any problem with this release.

Best regards
Cédric

jeudi 21 avril 2011

Django 1.3 on Mac with MAMP (avaible in the futur SPMPT 2.2)

Hi,
Django 1.3 was released, so I will include it in the futur SPMPT 2.2.
For now, you can upgrade to Django 1.3 by following this instructions :


rm -rf /Applications/MAMP/python/framework/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/
curl -o Django-1.3.tar.gz http://media.djangoproject.com/releases/1.3/Django-1.3.tar.gz
tar xzf Django-1.3.tar.gz
cd Django-1.3
/Applications/MAMP/python/bin/python setup.py install


So you get Django 1.3 on your Mac, with MAMP and SPMPT.

Cédric

mardi 22 mars 2011

SPMPT.org now in Portuguese-Brasil

Thank to Gabriel, SPMPT.org is now translated in Portuguese-Brasil.

Best regards
Cédric