same, never have been able to get it resolved, so I figured I would try again and see if anyone new to the list ran into it.
might just nuke my box and have IT reformat it all On Thu, Sep 4, 2014 at 12:44 PM, Justin Israel <[email protected]> wrote: > Is this the same thing you were dealing with back in Feb? > > > https://groups.google.com/forum/m/#!msg/python_inside_maya/Oc6dufBADXc/ipu9_jGQK80J > > Sounds like you do have some mixed library conflicts on that box. > On 5/09/2014 7:32 AM, "Todd Widup" <[email protected]> wrote: > >> no, just my main workstation just setup all the tools on my laptop and >> its fine..and tested it on every computer in the office and its just mine. >> >> ive ran similar code line by line and it works fine up till : >> shiboken.wrapInstance(long(ptr), QWidget) >> >> that is where it freaks at on any pyside system. like I said, I have ran >> it line by line and actually verified before that wrapInstance call if its >> a shiboken type and it is. >> >> so at this point, I have to assume its a conflict on my workstation with >> something else in python in maya, but I cant track down anything else >> >> >> On Thu, Sep 4, 2014 at 12:20 PM, Justin Israel <[email protected]> >> wrote: >> >>> What about print statements along the way of the script to test as it is >>> running? >>> >>> Does it do this on more than one machine? >>> On 5/09/2014 2:55 AM, "Todd Widup" <[email protected]> wrote: >>> >>>> # TypeError: You need a shiboken-based type. # >>>> >>>> I get this on EVERY pySide window that I try to launch on one machine. >>>> I have searched online in the past for it with no luck, and the guys I am >>>> working with on this have never seen this one before. >>>> >>>> If I run the code line by line, and then type test the variable, it is >>>> of a shiboken type. >>>> >>>> And I can run this on any machine but my main workstation, because of >>>> this I am thinking its a conflict on my machine, but not even sure where to >>>> look...any ideas? >>>> >>>> -- >>>> Todd Widup >>>> Creature TD / Technical Artist >>>> [email protected] >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Python Programming for Autodesk Maya" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/python_inside_maya/CABBPk37DGRJuCiFdYpgguQs%2B8QM-6UL15DwUig1phBbyjvTXTA%40mail.gmail.com >>>> <https://groups.google.com/d/msgid/python_inside_maya/CABBPk37DGRJuCiFdYpgguQs%2B8QM-6UL15DwUig1phBbyjvTXTA%40mail.gmail.com?utm_medium=email&utm_source=footer> >>>> . >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Python Programming for Autodesk Maya" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA0Ozjg30zcbjVeEtK-wLW-VmWXePGfviX-sBTpsWuyCfA%40mail.gmail.com >>> <https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA0Ozjg30zcbjVeEtK-wLW-VmWXePGfviX-sBTpsWuyCfA%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Todd Widup >> Creature TD / Technical Artist >> [email protected] >> [email protected] >> www.toddwidup.com >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Python Programming for Autodesk Maya" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/python_inside_maya/CABBPk36%2B8%2B1M-frTUcQSMs-bUsz7-n525hQKjjqrhMA-eD4sxw%40mail.gmail.com >> <https://groups.google.com/d/msgid/python_inside_maya/CABBPk36%2B8%2B1M-frTUcQSMs-bUsz7-n525hQKjjqrhMA-eD4sxw%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA0CbArJgkAiYwQ6dinqGJPMPG3tBJbrvbok3iJYJpUotA%40mail.gmail.com > <https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA0CbArJgkAiYwQ6dinqGJPMPG3tBJbrvbok3iJYJpUotA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Todd Widup Creature TD / Technical Artist [email protected] [email protected] www.toddwidup.com -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CABBPk35PqhwwSzPiyT59jSqb%2Bq4pPpKChQQLPh%3DTmDSHENQttw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
