You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python_inside_maya
This also seems to work correctly in Maya 2012 on Linux.
Justin Israel
unread,
May 8, 2012, 12:16:42 PM5/8/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python_in...@googlegroups.com, python_inside_maya
So unless there is a specific reproducible circumstance then its probably not a bug. Maybe you need to narrow it down to a specific platform distribution and version.
Narann
unread,
May 15, 2012, 12:28:18 PM5/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python_in...@googlegroups.com
Big sorry for delay. I just tried there and it's good:
# Result: 2L # # Result: 2 #
I don't know for the "L"...
Maya 2012 x64 SP2
Thanks anyway all! :)
Justin Israel
unread,
May 15, 2012, 2:23:42 PM5/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to python_in...@googlegroups.com
Yea thats just a python long: long(2)
The API is free to return that as an integer type if it wants. You see it with database driver return values as well.