Hello Eric
ok I tried with a fresh installation of python
it's stange beacause if i don't edit the __init__.py file i see your plug
but if I edit I no longer see it
I think I have a problem here I'm sure the plug is correct
I'll try to find the problem thank you again for this attention
Quote:
the way I install
Instructions for installing python on Windows Vista and XP 64bit.
NOTE: All required files are supplied with PythonInstall64.zip
1) Put User Account Control (UAC) to off (Vista only)
http://technet2.microsoft.com/WindowsVista/en/library/0d75f774-8514-4c9e-ac08-4c21f5c6c2d91033.mspx?mfr=true
2) Install VC 2005 and VC 2008 Redist
vcredist_x86.exe
vcredist_x64.exe
3) Install Python 2.6
python-2.6b2.64
NOTE: Python 2.6 version is now required for vista and XP 64, older versions of python cannot be supported.
4) Add the python folder installation (e.g. C:\python26) to the PATH environment variable as the installer won't do it by default.
5) Install pywin32: pywin32-212.win-64-py2.6.exe
New Error
Quote:
# INFO : ET_AnimStore_PoseCam was found.
# ERROR : Traceback (most recent call last):
# File "<Script Block >", line 341, in ET_AnimStore_StorePose_OnClicked
# oPoseTextMesh.Properties["visibility"].viewvis = 1
# File "C:\Python26\lib\site-packages\win32com\gen_py\269C4D8C-E32D-11D3-811D-00A0C9AC19A9x0x1x0\PropertyCollection.py", line 96, in __getitem__
# return self._enum_.__getitem__(index)
# File "C:\Python26\Lib\site-packages\win32com\client\util.py", line 37, in __getitem__
# return self.__GetIndex(index)
# File "C:\Python26\Lib\site-packages\win32com\client\util.py", line 42, in __GetIndex
# if type(index)!=type(0): raise TypeError, "Only integer indexes are supported for enumerators"
# TypeError: Only integer indexes are supported for enumerators
# - [line 340 in C:\Users\Megacortex\Autodesk\Softimage_2011\Addons\ET_AnimStore\Application\Plugins\ET_AnimStore.py]
# ERROR : Property Page Script Logic Error (Python ActiveX Scripting Engine)
# ERROR : [338] else:
# ERROR : [339]
# ERROR : >[340] # Unhide pose text mesh to capture with icon
# ERROR : [341] oPoseTextMesh.Properties["visibility"].viewvis = 1
# ERROR : [342]
# ERROR : [343] oModel = PPG.Inspected(0).Model
# ERROR : Traceback (most recent call last):
# File "<Script Block >", line 341, in ET_AnimStore_StorePose_OnClicked
# oPoseTextMesh.Properties["visibility"].viewvis = 1
# File "C:\Python26\lib\site-packages\win32com\gen_py\269C4D8C-E32D-11D3-811D-00A0C9AC19A9x0x1x0\PropertyCollection.py", line 96, in __getitem__
# return self._enum_.__getitem__(index)
# File "C:\Python26\Lib\site-packages\win32com\client\util.py", line 37, in __getitem__
# return self.__GetIndex(index)
# File "C:\Python26\Lib\site-packages\win32com\client\util.py", line 42, in __GetIndex
# if type(index)!=type(0): raise TypeError, "Only integer indexes are supported for enumerators"
# TypeError: Only integer indexes are supported for enumerators
#