I just copied the applications folder from my test machine to the apache server. I checked and the welcome and admin apps work. It just seems the imports from modules don't work. I have them installed in the following tree: applications/vmanager applications/vmanager/modules applications/vmanager/errors applications/vmanager/controllers applications/vmanager/uploads applications/vmanager/databases applications/vmanager/static applications/vmanager/sessions applications/vmanager/private applications/vmanager/cron applications/vmanager/languages applications/vmanager/views applications/vmanager/views/default applications/vmanager/models applications/vmanager/cache
i am using the following import from the controler: from applications.vmanager.modules.storage import * am i doing something wrong? On Mar 25, 11:13 pm, mdipierro <[email protected]> wrote: > where are your modules located? How did you install it? Sure you have > a simple python instance? > > On Mar 25, 10:10 pm, Ian Reinhart Geiser <[email protected]> wrote: > > > greetings, i have been testing with the stand alone web2py server and > > have some classes in the modules folder of my project. i just pushed > > it up to my apache server today with mod wsgi and for some reason now > > none of my modules can be found. is there a special thing i need to > > do so that i can locate my modules when running under wsgi? thanks > > -ian reinhart geiser > > -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

