Page 1 of 1

Runtime error

PostPosted: Sat Jun 21, 2008 1:52 pm
by joepal
You probably know already, but wth, there's a bug forum.. :)

Latest svn (505) throws up the following and refuses to start:

Code: Select all
time to build mesh:  0.485235929489
Traceback (most recent call last):
  File "<string>", line 1, in ?
  File "main.py", line 154, in ?
    loadMesh("3dobjs/base.obj")
  File "main.py", line 132, in loadMesh
    loadVertsColors(ob, None)
NameError: global name 'loadVertsColors' is not defined
numero oggetti 0

Re: Runtime error

PostPosted: Mon Jun 23, 2008 9:54 am
by Manuel
fixed. Can you try last svn?

Re: Runtime error

PostPosted: Tue Jun 24, 2008 8:28 am
by joepal
Problem remains in revision 508, but now a new error message is listed at the top too:

Code: Select all
Warning: obj 3dobjs/base.obj has 1 facegroups but only 0 are named
object name  base.obj
time to build mesh:  0.518851995468
Traceback (most recent call last):
  File "<string>", line 1, in ?
  File "main.py", line 167, in ?
    loadMesh("3dobjs/base.obj")
  File "main.py", line 145, in loadMesh
    loadVertsColors(ob, colorPath, None)
NameError: global name 'loadVertsColors' is not defined
numero oggetti 0

Re: Runtime error

PostPosted: Tue Jul 01, 2008 10:15 am
by Manuel
Ah ok.
It's not a real bug.
You must delete all *.pyc, because now pyhton files are in mh_core folder, but if you have old pyc in main folder, they are used instead.

Ciao,

Manuel