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

A spacetime application without declarations crashes #74

Open
arthur00 opened this issue Aug 29, 2016 · 0 comments
Open

A spacetime application without declarations crashes #74

arthur00 opened this issue Aug 29, 2016 · 0 comments
Labels

Comments

@arthur00
Copy link
Member

We should either inform that every spacetime applications needs to declare something, or fix this error. I think simulations should be allowed to use spacetime without declaring anything..

Traceback (most recent call last):
  File "C:\Python27\lib\threading.py", line 801, in __bootstrap_inner
    self.run()
  File "C:\Python27\lib\threading.py", line 754, in run
    self.__target(*self.__args, **self.__kwargs)
  File "C:\Users\Arthur Valadares\Documents\My Dropbox\workspace\spacetime\python\spacetime_local\frame.py", line 250, in __run
    success = self.__register_app(self.__app)
  File "C:\Users\Arthur Valadares\Documents\My Dropbox\workspace\spacetime\python\spacetime_local\frame.py", line 104, in __register_app
    for address, tpmap in self.__app.__declaration_map__.items():
AttributeError: 'NoneType' object has no attribute 'items'
@arthur00 arthur00 added the bug label Aug 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant