[modwsgi] Re: mod_wsgi import python modile placed in a folder

2012-04-14 Thread badc0re
I have made it with: site.addsitedir('/home/baddc0re/Desktop/htdocs/') -- You received this message because you are subscribed to the Google Groups modwsgi group. To view this discussion on the web visit https://groups.google.com/d/msg/modwsgi/-/CbF0Lerej88J. To post to this group, send email

[modwsgi] mod_wsgi import python modile placed in a folder

2012-04-12 Thread badc0re
the modules are working if they are in the same folder but i created the folder SE_controller and append the path for it but it is not working. Code: # -*- coding: utf-8 -*- import sys, os sys.path.append('/home/baddc0re/Desktop/htdocs') # the folder with the modules needer