Geod-Geom / py2DIC

39 stars 30 forks source link

py2DIC open source DIC has a Bug #3

Closed walamya1331 closed 3 years ago

walamya1331 commented 3 years ago

while using the code, following all the steps mentioned on the manual, i get the following error:

C:\Users\user\Desktop\py2DIC-master\sources>python DIC_UI.py File "C:\Users\user\Desktop\py2DIC-master\sources\DIC_UI.py", line 97 print self.cont, self.x, self.y ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(self.cont, self.x, self.y)? Someone please look into this, seems like a bug in the code.

regards

walamya1331 commented 3 years ago

i have to manually change the print files as per format and it served the purpose