code-google-com / zootoolbox

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

Skeleton builder button returns error #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. in script editor, run "zooToolBox"
2. click "Skeleton Builder - the new CST"
3. # Error: WindowsError: 267 # 

What is the expected output? What do you see instead?
Assuming I get a new window?
# Error: WindowsError: 267 # 

What version of the product are you using? On what operating system?
Windows 7 x64/Maya 2011.5 x64/most recent version for code.google.com and 
macaroniKazoo.com (trackableClasses and some other python modules were missing)

Please provide any additional information below.

Original issue reported on code.google.com by kwill...@gmail.com on 11 Mar 2011 at 10:34

GoogleCodeExporter commented 9 years ago
Its working for me this way: (run in python script editor)

import zooToolbox
zooToolbox.ToolboxWindow()

im on:
Windows 7 x64/Maya 2011 and most recent version of zooToolbox 
not sure if 2011.5 is different, I have service pack 1 installed I believe. 

Original comment by invadere...@gmail.com on 13 Mar 2011 at 6:34