Re: Help with python shell

2008-01-16 Thread cbmeeks
On Jan 16, 2:35 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > cbmeeks schrieb: > > > > > On Jan 16, 1:33 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > >> cbmeeks schrieb: > > >>> I just upgraded my Python inst

Re: Help with python shell

2008-01-16 Thread cbmeeks
On Jan 16, 1:33 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > cbmeeks schrieb: > > > I just upgraded my Python install up to version 2.5.1 (from 2.4.x) > > using source code and compiling. > > > Everything went fine until I enter the command line mo

Help with python shell

2008-01-16 Thread cbmeeks
this?? Thanks! cbmeeks -- http://mail.python.org/mailman/listinfo/python-list

Any interest in an SQS alternative???

2008-01-07 Thread cbmeeks
#x27;t compete with the giant Amazon but who knows... Anyway, if anyone has any interest please let me know. If no one cares, then I guess I will use it all for myself. hahaha Feel free to email me directly too. cbmeeks [AT] gmail.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Resize image NO PIL!!

2007-06-01 Thread cbmeeks
nning that monitored the MySQLdb every 10 seconds (just for testing) and it would process "thumb_jobs" by calling PIL. Worked nicely. I will have to experiment with tight batch control (as in, not processing the same pic more than once) and threading. cbmeeks http://www.signaldev.com On May

Re: Resize image NO PIL!!

2007-05-29 Thread cbmeeks
;. I'd go with EC2 for $70/mo first! Thanks cbmeeks On May 28, 11:12 pm, Dave Benjamin <[EMAIL PROTECTED]> wrote: > cbmeeks wrote: > > I have created an image hosting site and when a user uploads an image, > > I want a service to run on the server to create a few

Resize image NO PIL!!

2007-05-28 Thread cbmeeks
s 3) Open the images into a buffer and try to do the calculations myself I'm thinking I might have to go with 1. I want the script to run as a service so I don't know how well number 2 would work and I certainly don't want number 3 (on a time-line here). Any suggestions? Thanks cb

Simple web apps....mod_python or framework?

2007-05-21 Thread cbmeeks
If you guys where going to do a simple web-app (as in, 4-5 tables with 99% being simple CRUD), would you use a framework (Django, CodeIgniter, whatever...) or would you do it using maybe mod_python and Python code? Just curious. I'm trying to learn Python but some of the frameworks make CRUD supe