Re: 502 Proxy Error trying to export PDF

2010-08-02 Thread marcoshernandez
st GET /reportes/guias/. Reason: Error reading from remote server Apache/2.0.54 Server at argos.globalserviciosrh.com Port 80 On Aug 2, 6:47 am, marcoshernandez wrote: > Hi. > I'm using pisa (XHTML2PDF) for export the view results in a pdf > The view is generated, a template is

502 Proxy Error trying to export PDF

2010-08-02 Thread marcoshernandez
Hi. I'm using pisa (XHTML2PDF) for export the view results in a pdf The view is generated, a template is filled, then is passed to pisa and returned as a filestream. Later it's delivered via HTTP. It works fine for the most of the cases but I have a particular query that won't go out this way and t

Re: No such Table Error

2009-07-29 Thread marcoshernandez
ame error raises in "manage.py dbshell", Win does recognize the sqlite3 executable, thou. On Jul 29, 3:19 am, Daniel Roseman wrote: > On Jul 29, 3:54 am, marcoshernandez wrote: > > > Im having this error in my application (both admin models and my app > > model

Re: No such Table Error

2009-07-28 Thread marcoshernandez
BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Did you run manage.py syncdb in your project folder? > And are the apps in your settings.py? > > Luke Seelenbinder > > > > marcoshernandez wrote: > > Im having this error in my application (both admin models and

No such Table Error

2009-07-28 Thread marcoshernandez
Im having this error in my application (both admin models and my app models) I'm almost certain that has to be something with Apache- mod_wsgi not finding the files... but I just can't find the origin of the error... complete traceback next: Environment: Request Method: GET Request URL: http://1

Re: legacy database

2008-05-08 Thread marcoshernandez
Thanks, Thougt was included in the python distribution. what a shame! XD On 7 mayo, 22:05, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Wed, May 7, 2008 at 6:53 PM, marcoshernandez <[EMAIL PROTECTED]> wrote: > > I have a legacy database in mysql and i tried to

legacy database

2008-05-07 Thread marcoshernandez
I have a legacy database in mysql and i tried to create the models with the manage.py inspectdb --settings =path.to.settings command, but the script crashes and says MySQLdb module doesn't exists (literally it says: "Error loading MySQLdb module: %s" % e django.core.exceptions.ImproperlyConfigured