Re: [Python-es] No funciona django-debug-toolbar

2011-10-07 Por tema Eduard Diaz
Añade la ruta a tu instalación en las settings.py concretamente en TEMPLATE_DIRS =( 'your_path_to_packages/debug_toolbar/templates', ) https://docs.djangoproject.com/en/dev/ref/settings/#template-dirs<%20https://docs.djangoproject.com/en/dev/ref/settings/#template-dirs> Si quieres hacer algu

Re: [Python-es] problema al hacer ejecutable con py2exe

2011-10-07 Por tema gerardo Juarez
El módulo sip se requiere para poder hacer funcionar PyQt4. (P@vel) wrote: Tengo una aplicacion hecha con pyqt4 y python2.5 que corre perfectamente y quiero hacer un ejecutable con py2exe, ya se me crea el .exe pero al ejecutarlo me sale el siguiente error. Traceback (most recent call last):