MNPP version 0.1.8 ¡RELEASED! (Lion friendly)
The new Version of MNPP is HERE…and forget about all Lion PROBLEMS this version is totally lion compatible.
so you wanna know WHAT´S NEW on this version…check it out:
- percona update for ver 5.1.59
- php update for ver 5.3.8
- nginx ver 1.0.9
- One of the most wanted features of this update…MNPP for Lion,
- There is a change on the UI, this time the window is gone and the dock icon of this version it’s just a menu in the tool bar.
- I managed to get rid of the bug with libiconv.2.dylib ver https://github.com/jyr/9
I’m sure that you will LOVE this update (specially if you are on Lion)
It took longer than i tought cause of some other projects i’ve been working on…but it’s finally available, ¡ENJOY! and leave you comments.
You can get MNPP 0.1.8 and report any bug.
MNPP 0.1.0 released
The past 2 weeks I was working full-time as Core developer, after deciding to no longer be Jedi knight in Astrata Sotware. Fixed a bug in the preferences of versions of php and among the new features MNPP supports python 2.6.7.
That’s right, MNPP to manage uwsgi from the preferences or console, giving way to use web applications using WSGI. For now MNPP has support for django 1.3 and web2py natively. MNPP has a menu in the status bar to give more comfort and simplicity in the administration of services.
You can get MNPP 0.1.0 and report any bug.
JAPOS (Just Another Point Of Sale)
Es un fork de otro POS y esta inspirado por el fantastico Checkout para Mac. JAPOS esta escrito, por supuesto con python.
Caracteristicas de JAPOS
- Admin web nativo de django
- Admin web personalizado
Caracteristicas de JAPOS-Client
- Apertura de turno
- Busqueda de productos
- Información a detalle del producto
- Creación de la venta

Read More
Instalar Django & wxpython en windows
Instalar alguna aplicación en un sistema del cual no es nativa implica muchas cosas, en el caso de windows se requiere paciencia y tiempo. Encontre un sitio que muestran a detalle como hacerlo, solo hay un punto que falta por cubrir.
Windows requiere de algunas dlls para que python u otras aplicaciones como el conector de mysql con python o wxpython funcionen, se necesita msvcr71.dll y vcredist_x86. El segundo se puede descarga para x86 o x64.
Ahora mismo tengo mi entorno de desarrollo preparado para JAPOS, con los siguientes requerimientos.
- Tinyxp
- Git-1.7.0.2-preview20100309.exe
- python-2.6.5.msi
- mysql-5.1.49-win32.msi
- MySQL-python-1.2.2.win32-py2.6.exe
- wxPython2.8-win32-unicode-2.8.11.0-py26.exe
- Django-1.2.1.tar.gz
- msvcr71.dll.zip
- vcredist_x86.exe
pythoncocoa.com
Un sitio para encontrar recursos como documentación, ejemplos y código fuente alojado en github para desarrollar bonitas aplicaciones para Mac OS X. La finalidad del sitio es reunir programadores con el deseo de aprender y enseñar lo aprendido, para tener un repositorio de aplicaciones propias.
Pythoncocoa tambien pretende atraer a todas aquellas personas que tengan una idea para ser desarrollada en una app y que sirva de motivación para el programador.
Se usará Cocoa Frameworks para desarrollar las elegantes GUIs nativas, sustituyendo a Objective-C con python. Teniendo como intermediario a pyobjc, con python se obtendrá una gran cantidad de módulos listos para ser reusados y sobre todo simplicidad.