Re: Django or Pylons - comparison details

2008-12-08 Thread Krishgy
If your questions needs to be answered quickly, Django may be right choice. I think, you could have known why not to use PHP when you ask question on Django vs Pylons :-) . I NEVER worked on Python at jobs. I wanted to create a website. I have chosen Pylons over Django due to its customization

Re: Django or Pylons - comparison details

2008-12-08 Thread Jorge Vargas
On Mon, Dec 8, 2008 at 3:54 AM, Krishgy [EMAIL PROTECTED] wrote: If your questions needs to be answered quickly, Django may be right choice. I think, you could have known why not to use PHP when you ask question on Django vs Pylons :-) . I NEVER worked on Python at jobs. I wanted to create

Re: Django or Pylons - comparison details

2008-12-08 Thread Alex Marandon
2008/12/6 zunzun [EMAIL PROTECTED]: Seems like I should use Django? Or should it be Pylons instead? Here is the advice of an average programmer with no emotional involvement in any of these projects. I think it depends on your background. The Pylons ecosystem is very powerful but it's quite

Re: Django or Pylons - comparison details

2008-12-08 Thread Wichert Akkerman
Previously Alex Marandon wrote: 2008/12/6 zunzun [EMAIL PROTECTED]: Seems like I should use Django? Or should it be Pylons instead? Here is the advice of an average programmer with no emotional involvement in any of these projects. I think it depends on your background. The Pylons

serving up generated images

2008-12-08 Thread erowan
Hello, I have a web app that dynamically generates images (png files). The main html response page has links to these files i.e. a href=/tmp/demand.png title=/tmp/demand img id=/tmp/demand src=/tmp/demand.png width=300 height=200 / I created the tmp dir under public and while running

Re: Django or Pylons - comparison details

2008-12-08 Thread Jose Galvez
Alex Marandon wrote: 2008/12/6 zunzun [EMAIL PROTECTED]: Seems like I should use Django? Or should it be Pylons instead? Here is the advice of an average programmer with no emotional involvement in any of these projects. I think it depends on your background. The Pylons

Re: Django or Pylons - comparison details

2008-12-08 Thread Wichert Akkerman
Previously Ian Bicking wrote: Wichert Akkerman wrote: Previously Alex Marandon wrote: 2008/12/6 zunzun [EMAIL PROTECTED]: Seems like I should use Django? Or should it be Pylons instead? Here is the advice of an average programmer with no emotional involvement in any of these

Re: Django or Pylons - comparison details

2008-12-08 Thread Ian Bicking
Wichert Akkerman wrote: Previously Alex Marandon wrote: 2008/12/6 zunzun [EMAIL PROTECTED]: Seems like I should use Django? Or should it be Pylons instead? Here is the advice of an average programmer with no emotional involvement in any of these projects. I think it depends on your

Re: Django or Pylons - comparison details

2008-12-08 Thread Mike Orr
On Mon, Dec 8, 2008 at 5:50 AM, Jorge Vargas [EMAIL PROTECTED] wrote: On Mon, Dec 8, 2008 at 3:54 AM, Krishgy [EMAIL PROTECTED] wrote: If your questions needs to be answered quickly, Django may be right choice. I think, you could have known why not to use PHP when you ask question on Django

Re: serving up generated images

2008-12-08 Thread jerry
Hi, You should find this thread helpful -- http://groups.google.com/group/pylons-discuss/browse_thread/thread/70fb565a909c72f0/aae0f836d23e62a2?lnk=gstq=dataapp#aae0f836d23e62a2 Jerry On Dec 8, 5:40 am, erowan [EMAIL PROTECTED] wrote: Hello, I have a web app that dynamically generates

Re: serving up generated images

2008-12-08 Thread Gael Pasgrimaud
Hi, You can also have a look at this: http://pypi.python.org/pypi/iw.thumbs -- Gael On Mon, Dec 8, 2008 at 11:23 PM, jerry [EMAIL PROTECTED] wrote: Hi, You should find this thread helpful --