[sqlalchemy] Re: strange attributeerror module object has no attribute exc when using sqlalchemy from a mod_wsgi handle

2012-08-22 Thread Brendan Volheim
So I read the doc you posted above and the User/group that my apache user 
uses is www and I assumed. I went as far as chmod the entire web directory, 
which owns the wsgi file, to 777. That didn't work. I then chgrp, chown the 
entire directory to www. That still didn't work. Can you explain the steps 
you did to repair the issue?
Thanks. 

On Tuesday, June 12, 2012 7:01:12 AM UTC-7, Michel Albert wrote:


 On Tuesday, 12 June 2012 15:31:26 UTC+2, Michel Albert wrote:

 On Tuesday, 27 March 2012 23:39:11 UTC+2, alonn wrote:

 this is what I got from tailing the mod_wsgi error stack:

 [Tue Mar 27 23:14:16 2012] [error] [client 127.0.0.1] from 
 sqlalchemy import create_engine,String,Unicode,Integer, Column, 
 func,distinct, desc
 [Tue Mar 27 23:14:16 2012] [error] [client 127.0.0.1]   File 
 /path/to/virtualenv/app/data/virtenv/lib/python2.6/site-packages/sqlalchemy/__init__.py,
  
 line 10, in module
 [Tue Mar 27 23:35:50 2012] [error] [client 127.0.0.1] AttributeError: 
 'module' object has no attribute 'exc'

 actually when I run the file directly from python without mod_wsgi the 
 error doesn' t show up.. strange

 I'll be glas any help/exprience  with this strange problem? 


 I have the exact same problem... Did you find a solution yet on your end? 


 Upon closer inspection it was an access rights problem. mod_wsgi could not 
 write into it's egg-cache. 
 The following section of the docs explains how to fix this: 
 http://code.google.com/p/modwsgi/wiki/ApplicationIssues#Access_Rights_Of_Apache_User

 After that I had to restart the server. Not only touch the WSGI file!


-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sqlalchemy/-/pdy4BiBug-gJ.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.



[sqlalchemy] Re: strange attributeerror module object has no attribute exc when using sqlalchemy from a mod_wsgi handle

2012-06-12 Thread Michel Albert
On Tuesday, 27 March 2012 23:39:11 UTC+2, alonn wrote:

 this is what I got from tailing the mod_wsgi error stack:

 [Tue Mar 27 23:14:16 2012] [error] [client 127.0.0.1] from sqlalchemy 
 import create_engine,String,Unicode,Integer, Column, func,distinct, desc
 [Tue Mar 27 23:14:16 2012] [error] [client 127.0.0.1]   File 
 /path/to/virtualenv/app/data/virtenv/lib/python2.6/site-packages/sqlalchemy/__init__.py,
  
 line 10, in module
 [Tue Mar 27 23:35:50 2012] [error] [client 127.0.0.1] AttributeError: 
 'module' object has no attribute 'exc'

 actually when I run the file directly from python without mod_wsgi the 
 error doesn' t show up.. strange

 I'll be glas any help/exprience  with this strange problem? 


I have the exact same problem... Did you find a solution yet on your end? 

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sqlalchemy/-/mohP4_bTXnYJ.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.



[sqlalchemy] Re: strange attributeerror module object has no attribute exc when using sqlalchemy from a mod_wsgi handle

2012-06-12 Thread Michel Albert

On Tuesday, 12 June 2012 15:31:26 UTC+2, Michel Albert wrote:

 On Tuesday, 27 March 2012 23:39:11 UTC+2, alonn wrote:

 this is what I got from tailing the mod_wsgi error stack:

 [Tue Mar 27 23:14:16 2012] [error] [client 127.0.0.1] from sqlalchemy 
 import create_engine,String,Unicode,Integer, Column, func,distinct, desc
 [Tue Mar 27 23:14:16 2012] [error] [client 127.0.0.1]   File 
 /path/to/virtualenv/app/data/virtenv/lib/python2.6/site-packages/sqlalchemy/__init__.py,
  
 line 10, in module
 [Tue Mar 27 23:35:50 2012] [error] [client 127.0.0.1] AttributeError: 
 'module' object has no attribute 'exc'

 actually when I run the file directly from python without mod_wsgi the 
 error doesn' t show up.. strange

 I'll be glas any help/exprience  with this strange problem? 


 I have the exact same problem... Did you find a solution yet on your end? 


Upon closer inspection it was an access rights problem. mod_wsgi could not 
write into it's egg-cache. 
The following section of the docs explains how to fix this: 
http://code.google.com/p/modwsgi/wiki/ApplicationIssues#Access_Rights_Of_Apache_User

After that I had to restart the server. Not only touch the WSGI file!

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sqlalchemy/-/TRdHQW89m0IJ.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.