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

"wrapper=ptah.wrap_layout('crowd')" causes "no attribute wrap_layout" #25

Open
Phlip opened this issue Oct 17, 2014 · 1 comment
Open

Comments

@Phlip
Copy link

Phlip commented Oct 17, 2014

The end of the mile of spew looks like this:

  File "C:\Python27\lib\site-packages\pyramid-1.5.1-py2.7.egg\pyramid\config\__init__.py", line 930, in scan
    ignore=ignore)
  File "C:\Python27\lib\site-packages\venusian-1.0-py2.7.egg\venusian\__init__.py", line 205, in scan
    __import__(modname)
  File "C:\Python27\lib\site-packages\ptahcrowd-0.2-py2.7.egg\ptahcrowd\login.py", line 15, in <module>
    wrapper=ptah.wrap_layout('crowd'),
AttributeError: 'module' object has no attribute 'wrap_layout'

The steps to reproduce are...

  • create a new app from the ptah-starter template
  • assume it has ptahcrowd cause a bunch showed up
  • try to join my new website
  • get a "missing join.html" error
  • add ptahcrowd to settings.ini
  • ker-pow got the error message

Any newb help appreciated. Please go easy on me, because I only have 15 years of Python on my resume...

@Phlip
Copy link
Author

Phlip commented Oct 17, 2014

ookay, "install the latest version" is to GitHub issues as "unplug the device and plug it in again" is to call center tech support. I got the latest GIT, and python setup.py develop-ed it, and the problem went away. Got a form page, too.

Toodles!

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

1 participant