ECToo / pymel

Automatically exported from code.google.com/p/pymel
0 stars 0 forks source link

promptForPath' is not defined for pathButtonGrp #227

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When creating a pathButtonGrp and clicking the browse button I get an error.

I imported the core:
import pymel.core as pm

Maya 2009 64 bit
Windows XP 64
pymel 1.0.2

Should show the directory browse window. Instead it outputs:
# Traceback (most recent call last):
#   File "N:\tools\pymel-1.0.2\pymel\core\windows.py", line 218, in __call__
#     return self.func(*self.args, **self.kwargs)
#   File "N:\tools\pymel-1.0.2\pymel\core\uitypes.py", line 904, in setPathCB
#     def setPathCB(name):
# NameError: global name 'promptForPath' is not defined # 

Original issue reported on code.google.com by blazej.f...@googlemail.com on 11 Jan 2011 at 5:36

GoogleCodeExporter commented 9 years ago
fixed in latest on github

Original comment by elron...@gmail.com on 18 Jan 2011 at 7:36