You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last): File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1489, in call return self.func(*args) File "GUI.py", line 65, in call main(["",self.modulename,"run"]) File "/home/joecamel/rst/download/Blender/proceduralcity_generation/UI.py", line 76, in main eval(args[1])() File "/home/joecamel/rst/download/Blender/procedural_city_generation/UI.py", line 21, in building_generation building_generation_main.main(polygons) File "/home/joecamel/rst/download/Blender/procedural_city_generation/procedural_city_generation/building_generation/main.py", line 65, in main floorheight=random.uniform(singleton.floorheight_min,singleton.floorheight_max) File "/home/joecamel/rst/download/Blender/procedural_city_generation/procedural_city_generation/additional_stuff/Singleton.py", line 37, in __getattr_ return getattr(self.instance,name) AttributeError: __Singleton instance has no attribute 'floorheight_min'
Upon further investigation, I found that commenting out the line:
plt.show()
from polygons/main.py
fixed that particular problem. The image was being displayed properly in a separate window, but the program never seemed to return from that call correctly.
I'm getting an error during "Generate 3D Data" command -
from building_generation/Main.py, line 65 or so...
floorheight=np.random.uniform(singleton.floorheight_min,singleton.floorheight_max)
I thought maybe the 'np' was the problem, but I removed it and still got an error.
The building configuration file looks fine:
Command line I'm using to run:
Ubuntu 14.04, all patches applied.
Full Traceback:
-"WhatISaidB4" at reddit
josauder: An instance of singleton is not killed when the program fails- perhaps I should move the kill call from the actual steps to the UI
The text was updated successfully, but these errors were encountered: