Sun 08 Dec 2013 09:15:59 PM UTC, original submission:
After updating to the latest pyformex version I get this error which prevent to run pyformex, I could identify the source
Traceback (most recent call last):
File "/home/francio/pyformex/pyformex/pyformex", line 102, in <module>
sys.exit(run(sys.argv[1:]))
File "/home/francio/pyformex/pyformex/main.py", line 602, in run
pf.prefcfg.read(pf.preffile)
File "/home/francio/pyformex/pyformex/config.py", line 247, in read
contents[key] = eval(s[i+1:].strip())
File "<string>", line 1
[('.return_index.', 'numpy'), ('print_function', '', 'U'), ('warn_mesh_reverse', '', 'U'), ('import * only allowed at module level', '', 'U'), ('import * only allowed at module level', '', 'U'), ('depr_mesh_getlowerentities_unique', '', 'U'), ('BEWARE! Mesh.extrude has changed. The step parameter has been removed and there is now a (total) length parameter.', '', 'U'), ('BEWARE! Mesh.extrude has changed. The step parameter has been removed and there is now a (total) length parameter.', '', 'U'), ('BEWARE! Mesh.extrude has changed. The step parameter has been removed and there is now a (total) length parameter.', '', 'U'), ('Mesh.withProp is deprecated. Use selectProp instead.', '', 'U'), ('Mesh.withProp is deprecated. Use selectProp instead.', '', 'U'), ('Mesh.withProp is deprecated. Use selectProp instead.', '', 'U'), ('Mesh.withProp is deprecated. Use selectProp instead.', '', 'U'), ('Mesh.withProp is deprecated. Use selectProp instead.', '', 'U'), ('Mesh.withProp is deprecated. Use selectProp instead.', '', 'U'), ('Mesh.withProp is deprecated. Use selectProp instead.', '', 'U'), ('Mesh.withProp is deprecated. Use selectProp instead.', '', 'U'), ('Mesh.withProp is deprecated. Use selectProp instead.', '', 'U'), ('Mesh.withProp is deprecated. Use selectProp instead.', '', 'U'), ('Mesh.withProp is deprecated. Use selectProp instead.', '', 'U'), ('Mesh.withProp is deprecated. Use selectProp instead.', '', 'U'), ('Mesh.withProp is deprecated. Use selectProp instead.', '', 'U'), ('Mesh.withProp is deprecated. Use selectProp instead.', '', 'U'), ('Mesh.withProp is deprecated. Use selectProp instead.', '', 'U'), ('Mesh.withProp is deprecated. Use selectProp instead.', '', 'U'), ('Mesh.withProp is deprecated. Use selectProp instead.', '', 'U'), ('BEWARE! Mesh.extrude has changed. The step parameter has been removed and there is now a (total) length parameter.', '', 'U'), ('BEWARE! Mesh.extrude has changed. The step parameter has been removed and there is now a (total) length parameter.', '', 'U'), ('BEWARE! Mesh.extrude has changed. The step parameter has been removed and there is now a (total) length parameter.', '', 'U'), ('BEWARE! Mesh.extrude has changed. The step parameter has been removed and there is now a (total) length parameter.', '', 'U'), ('mesh_removed_eltype', '', 'U'), ("The partitioning may be incorrect due to nonplanar 'quad4' elements", '', 'U'), ('import * only allowed at module level', '', 'U'), ('import * only allowed at module level', '', 'U'), ('import * only allowed at module level', '', 'U'), ('import * only allowed at module level', '', 'U'), ('import * only allowed at module level', '', 'U'), ('import * only allowed at module level', '', 'U'), ('import * only allowed at module level', '', 'U'), ('Mesh.withProp is deprecated. Use selectProp instead.', '', 'U'), ('readVTP is deprecated. Use readVTKObject instead.', '', 'U'), ('readVTP is deprecated. Use readVTKObject instead.', '', 'U'), ('readVTP is deprecated. Use readVTKObject instead.', '', 'U'), ('readVTP is deprecated. Use readVTKObject instead.', '', 'U'), ('import * only allowed at module level', '', 'U'), ('import * only allowed at module level', '', 'U'), ('import * only allowed at module level', '', 'U'), ('import * only allowed at module level', '', 'U'), ('import * only allowed at module level', '', 'U'), ('import * only allowed at module level', '', 'U'), ('import * only allowed at module level', '', 'U'), ('import * only allowed at module level', '', 'U'), ('import * only allowed at module level', '', 'U'), ('import * only allowed at module level', '', 'U'), ('warn_writevtp_notclean', '', 'U'), ('Mesh.withProp is deprecated. Use selectProp instead.', '', 'U'), ('Mesh.withProp is deprecated. Use selectProp instead.', ^
SyntaxError: unexpected EOF while parsing
|