Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'ImportError: No module named signals' #13

Closed
mmanneva opened this issue Jan 15, 2013 · 1 comment
Closed

'ImportError: No module named signals' #13

mmanneva opened this issue Jan 15, 2013 · 1 comment

Comments

@mmanneva
Copy link

Hi

after getting the latest version, starting my project results in this error:

File "/var/www/simulator-build/activeliner/models/init.py", line 4, in
from client import Client
File "/var/www/simulator-build/activeliner/models/client.py", line 6, in
from tenant_schemas.models import TenantMixin
File "/srv/environments/simulator-build/local/lib/python2.7/site-packages/tenant_schemas/models.py", line 5, in
from tenant_schemas.signals import post_schema_sync
ImportError: No module named signals

I cannot find signals.py or a signals directory here, so I'm guessing some files have gone missing. Is that so?

And in other news, thank you for this great project!

@bernardopires
Copy link
Owner

sorry, should be fixed now. had forgotten to upload the new signals file

2013/1/15 mmanneva notifications@github.com

Hi

after getting the latest version, starting my project results in this
error:

File "/var/www/simulator-build/activeliner/models/init.py", line 4, in
from client import Client
File "/var/www/simulator-build/activeliner/models/client.py", line 6, in
from tenant_schemas.models import TenantMixin
File
"/srv/environments/simulator-build/local/lib/python2.7/site-packages/tenant_schemas/models.py",
line 5, in
from tenant_schemas.signals import post_schema_sync
ImportError: No module named signals

I cannot find signals.py or a signals directory here, so I'm guessing some
files have gone missing. Is that so?

And in other news, thank you for this great project!


Reply to this email directly or view it on GitHubhttps://github.com//issues/13.

Bernardo Pires Carneiro

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

No branches or pull requests

2 participants