Re: [web2py] Deploying on OS X Server 10.6.8

2012-07-22 Thread dancer`
unday, July 22, 2012 3:12:39 PM UTC-4, Alec Taylor wrote: > > You might need to run a chown over the folder. > > If that doesn't work, give us the output of ls -al on that folder, > from Terminal. > > On Mon, Jul 23, 2012 at 4:50 AM, dancer` > wrote: > >

[web2py] Deploying on OS X Server 10.6.8

2012-07-22 Thread dancer`
Hello, I am relatively new to both web2py and web frameworks in general, so this might seem a noob question. I am trying to deploy mu web2py app on my OS x server, with no success. The server has apache set up, I installed mod_wsgi and mod_python, and running it as _www:admin. I put the web2py

[web2py] web2py + leaflet

2012-04-29 Thread dancer`
Hello, I'm working on a project involving the Leaflet API along with OSM, and was wondering if there was any documentation on integrating this with web2py. If not, are there any other people working on the same thing? Thank you.

[web2py] Re: matplotlib + web2py question

2012-04-04 Thread dancer`
me) > > then read the file, delete, and return the image > > data = open(filename,'rb').read() > os.unlink(filename) > return data > > > On Wednesday, 4 April 2012 13:50:12 UTC-5, dancer` wrote: >> >> Hello, >> >> I'm on th

[web2py] matplotlib + web2py question

2012-04-04 Thread dancer`
Hello, I'm on the newer end of programming, and web2py has been my first (and very happy) foray into web application development. I am developing an application to remotely control two spectrum analyzers (HP 3562A) in our lab to do swept sine and power spectra plots. The connection is made usin