[web2py] Re: read a blob to numpy array

2010-02-03 Thread kari
I apparently solved this. I needed to add "uploads/" between the request.folder and the filename I got from the blob object when concatenating the path since the files are stored in the "uploads" folder. I missed this in my first attempts. Kari On Feb 3, 10:51 am, kari wrote

[web2py] read a blob to numpy array

2010-02-03 Thread kari
lve how this works. Any suggestions? Or alternative solutions to solve the problem? Many thanks, Kari -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscri

[web2py] Re: ImportError: No module named ...

2010-01-20 Thread kari
ersion you used > to install numpy. > > Hope this helps. > > On Jan 20, 11:45 pm, kari wrote: > > > Thanks for the reply - I think a typo in my original message might > > have > > given a wrong impression of the problem I am facing. > > > Instead of

[web2py] Re: ImportError: No module named ...

2010-01-20 Thread kari
y to no avail (if I understood your advice correctly). kari On Jan 20, 5:18 pm, mdipierro wrote: > You do not import models like you do in Django. models are > automatically executed in alphabetic order before the controller. > > You only import third party modules (as long as they are pr

[web2py] ImportError: No module named ...

2010-01-20 Thread kari
Hi, I am facing a problem on Windows installation of web2py. When trying to run applications I get the following error: ImportError: No module named ... ... replaced by a model I have used in the import statement in default.py All the modules I have used are installed and thety can be imported w