Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Trying to use on Google App Engine #6

Open
apettitt opened this issue Dec 3, 2012 · 4 comments
Open

Trying to use on Google App Engine #6

apettitt opened this issue Dec 3, 2012 · 4 comments
Assignees

Comments

@apettitt
Copy link

apettitt commented Dec 3, 2012

With django-google-storages I receive "No module named Select" error when trying to view the files with filebrowser_safe. I know the c modules are not available in the App Engine. I was hoping someone had a workaround...

@ghost ghost assigned smirnoffmg Dec 3, 2012
@smirnoffmg
Copy link
Owner

To tell the truth, DGS don't using module Select at all. No polling, no epolling. Have a look into filebrowser_safe code. I think, problem is there.

@apettitt
Copy link
Author

apettitt commented Dec 3, 2012

Following the stacktrace, filebrowser is calling listdir which is going to django/core/files/storage.py method:

class DefaultStorage(LazyObject):
def _setup(self):
self._wrapped = get_storage_class()()

default_storage = DefaultStorage()

Then in the get_storage_class it tries to import_module('django-google-storage.storage') which is where I receive the error:
Error importing storage module django-google-storage.storage: "No module named select"

@smirnoffmg
Copy link
Owner

Thanx for responding. I m looking at.

@apettitt
Copy link
Author

apettitt commented Dec 3, 2012

Awesome, thanks for helping me out on this!

On Mon, Dec 3, 2012 at 2:33 PM, Maxim [email protected] wrote:

Thanx for responding. I m looking at.


Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-10967723.

Aaron Pettitt


Senior Application Developer
phone: 865.309.5859
email: [email protected]
http://codescience.com
CHATTANOOGA | ATLANTA | SAN FRANCISCO
http://codescience.com

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants