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

Firefox 4 is burning my CPU !

Hi !
Cause I'm webdevelopper, my browser is an important part of my software, so I'm using the lastest Firefox 4rc2 (my be the final one ?).
In Firefox 4 a new feature called "plugin container" has been added. The aim is to prevent crash brower when plugin like Flash are craching. The plugin is running in a process apart the main process, so when it crash, the video/pdf/game... is crash but you keep your browser safe.
On paper is a very nice feature.
BUT !
The CPU consumption is increase very much !
Yesterday I was watching a video in 480p on youtube and for first time since long time, my fan was audible, the temperature was increase from 55°C to 80°C in less than 20 secondes !
I'm on Mac OS X Snow Leopard 10.6.6 (Macbook13 Nvidia9400M).

Hope this problem will be solved before the final release.

So for the moment, you can disable plugin-container :
- go to about:config
- search for "dom.ipc"
- dom.ipc.plugins.enabled = true
- dom.ipc.plugins.enabled.* = false

Restart firefox 4, should be good now.

Cédric