Message 1 of 3
Maya script error after after converting python 2to3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hope someone can help i have converted all my scripts from 2to3 using pythons 2to3.py script but when i try and start some of them im getting this error:
import gw_skinning_io
reload(gw_skinning_io)
gw_skinning_io.save_skinning()
# Error: name 'reload' is not defined
# Traceback (most recent call last):
# File "<maya console>", line 2, in <module>
# NameError: name 'reload' is not defined #
i dont have real experience with python so have no clue where to start to fix this?