It probably is "some system configuration" that is messed up. That's the scary 
part. I don't know enough about Windows 10 to figure out what could be going 
on. I uninstalled everything and cleared out the path and the pythonpath. But 
the weird thing is that Softimage was returning different errors after every 
restart or reinstallation of the plugin. 


Greetz
Leendert
AKA Hirazi Blue
Softimage hobbyist, admin at si-community.com & xsiforum.de


On 29/06/2016 20:29:31, Steven Caron <[email protected]> wrote:
Well if you change your mind, follow the instructions we gave about checking 
your installs are working before moving on to PySide or PyQtForSoftimage plugin.
It's either some versioning conflicts, failed installation steps, or some 
system configuration you have that is messing with Python and PySide.
*written with my thumbs
On Jun 29, 2016 11:19 AM, "Leendert A. Hartog" <[email protected] 
[mailto:[email protected]]> wrote:

I opened the Fabric thread out of desperation, 
but you will have seen we didn't come any closer to a solution there either.
After one failed attempt with "external" Python and one last attempt with 
"internal" Python and PySide 1.2.4, I am still getting  either "Out of present 
range" errors or "Failed to save scene..." hard crash errors. 
I would like to say it was a fun experience, but it wasn't... No Kraken for me, 
then...


Greetz
Leendert
AKA Hirazi Blue
Softimage hobbyist, admin at si-community.com [http://si-community.com] & 
xsiforum.de [http://xsiforum.de]


On 29/06/2016 19:30:17, Leendert A. Hartog <[email protected] 
[mailto:[email protected]]> wrote:
Sorry for the confusion... I have been working on this problem for hours and it 
shows!!!

I was trying to get it to work using the "internal" Python, but now I am 
thinking I've tried everything with the "internal" Python, so next up would be 
completely reinstalling "external" Python and giving that another go...


Greetz
Leendert
AKA Hirazi Blue
Softimage hobbyist, admin at si-community.com [http://si-community.com] & 
xsiforum.de [http://xsiforum.de]


On 29/06/2016 18:52:41, Steven Caron <[email protected] 
[mailto:[email protected]]> wrote:
Well I don't know where you are anymore... do you want to use system installed 
python or the python shipped with Softimage?
*written with my thumbs
On Jun 29, 2016 9:29 AM, "Leendert A. Hartog" <[email protected] 
[mailto:[email protected]]> wrote:

No, it seemed to work yesterday, but when I tried to revert to "internal" I had 
to reinstall Softimage to fix the ensuing errors...


Greetz
Leendert
AKA Hirazi Blue
Softimage hobbyist, admin at si-community.com [http://si-community.com] & 
xsiforum.de [http://xsiforum.de]


On 29/06/2016 16:58:52, Leendert A. Hartog <[email protected] 
[mailto:[email protected]]> wrote:
And as the icing on the cake, the next restart brought back the "Out of present 
range" errors. Something is terribly wrong and I haven't got a clue, what I can 
do to fix this...


Greetz
Leendert
AKA Hirazi Blue
Softimage hobbyist, admin at si-community.com [http://si-community.com] & 
xsiforum.de [http://xsiforum.de]


On 29/06/2016 16:42:05, Leendert A. Hartog <[email protected] 
[mailto:[email protected]]> wrote:






Sorry for polluting this thread with error messages, but it seems as if every 
time I restart Softimage or reinstall the plugin a different set of errors are 
thrown. I really do not understand what is going on. Now the Qtevents.py still 
offers the same error message as in my previous post, but now the examples 
again behave like before:
Application.ExampleDialog() does create a window on screen, but kills it before 
I can see what it is.
 Application.ExampleMenu() works!!!
 Application.ExampleSignalSlot() throws the following error:
 # ERROR : Traceback (most recent call last):
#   File "<Script Block 2>", line 165, in ExampleSignalSlot_Execute
#     dialog = ExampleSignalSlot( sianchor )
#   File "<Script Block 2>", line 59, in __init__
#     from sisignals import signals, muteSIEvent
#   File 
"C:\Users\Leendert\Autodesk\Softimage_2015_R2-SP2\Addons\PyQtForSoftimage\Application\Plugins\sisignals.py",
 line 42, in <module>
#     class SISignals(QObject):
#   File 
"C:\Users\Leendert\Autodesk\Softimage_2015_R2-SP2\Addons\PyQtForSoftimage\Application\Plugins\sisignals.py",
 line 50, in SISignals
#     siActivate = Signal(bool) # siOnActivate
# TypeError: 'NoneType' object is not callable
#  - [line 58 in 
C:\Users\Leendert\Autodesk\Softimage_2015_R2-SP2\Addons\PyQtForSoftimage\Application\Plugins\pyqt_example.py]
# ERROR : OLE error 0x80020101
 Application.ExampleUIFile() throws the following error:
 # ERROR : Traceback (most recent call last):
#   File "<Script Block 2>", line 188, in ExampleUIFile_Execute
#     dialog = ExampleUIFile(sianchor, uifilepath)
#   File "<Script Block 2>", line 122, in __init__
#     self.ui = loadUi( uifilepath, self )
# TypeError: 'NoneType' object is not callable
#  - [line 121 in 
C:\Users\Leendert\Autodesk\Softimage_2015_R2-SP2\Addons\PyQtForSoftimage\Application\Plugins\pyqt_example.py]
# ERROR : OLE error 0x80020101

Greetz

Leendert

AKA Hirazi Blue

Softimage hobbyist, admin at si-community.com [http://si-community.com] & 
xsiforum.de [http://xsiforum.de]





On 29/06/2016 13:00:26, Leendert A. Hartog <[email protected] 
[mailto:[email protected]]> wrote:






But after restarting Softimage I am back at:
Qtevents.py doesn’t get properly loaded, but throws the following error:
# ERROR : Traceback (most recent call last):
#   File "<Script Block 2>", line 281, in XSILoadPlugin
#     from sisignals import EVENT_MAPPING
#   File 
"C:\Users\Leendert\Autodesk\Softimage_2015_R2-SP2\Addons\PyQtForSoftimage\Application\Plugins\sisignals.py",
 line 42, in <module>
#     class SISignals(QObject):
#   File 
"C:\Users\Leendert\Autodesk\Softimage_2015_R2-SP2\Addons\PyQtForSoftimage\Application\Plugins\sisignals.py",
 line 50, in SISignals
#     siActivate = Signal(bool) # siOnActivate
# TypeError: 'NoneType' object is not callable
#  - [line 280 in 
C:\Users\Leendert\Autodesk\Softimage_2015_R2-SP2\Addons\PyQtForSoftimage\Application\Plugins\qtevents.py]

Greetz

Leendert

AKA Hirazi Blue

Softimage hobbyist, admin at si-community.com [http://si-community.com] & 
xsiforum.de [http://xsiforum.de]





On 29/06/2016 12:55:08, Leendert A. Hartog <[email protected] 
[mailto:[email protected]]> wrote:






I have reinstalled PyQtForSoftimage in a Workgroup and
now Qtevents.py is correctly loaded with no errors. Application.ExampleDialog() 
and Application.ExampleSignalSlot()  do create a window on screen, but 
Softimage kills
it before I can see what it is. Application.ExampleMenu() still works.
But now Application.ExampleUIFile()
throws the following error:


 # ERROR : Traceback (most recent call last):


#   File
"<Script Block 2>", line 188, in ExampleUIFile_Execute


#     dialog =
ExampleUIFile(sianchor, uifilepath)


#   File
"<Script Block 2>", line 122, in __init__


#     self.ui = loadUi(
uifilepath, self )


# TypeError: 'NoneType' object is not callable


#  - [line 121 in
E:\Exordium\workgroups\Hirazi
Workgroup\Addons\PyQtForSoftimage\Application\Plugins\pyqt_example.py]


# ERROR : OLE error 0x80020101

Greetz

Leendert

AKA Hirazi Blue

Softimage hobbyist, admin at si-community.com [http://si-community.com] & 
xsiforum.de [http://xsiforum.de]





On 29/06/2016 11:38:50, Leendert A. Hartog <[email protected] 
[mailto:[email protected]]> wrote:






I really hope someone will still be able to help me, because this is starting 
to drive me crazy…
I am back on “internal” Python…
I uninstalled PySide 2.2 and installed PySide 2.1, but now Softimage throws a 
whole set of new errors at me. Strangely enough though 
Application.ExampleMenu() now works…
 
Qtevents.py doesn’t get properly loaded, but throws the following error:
# ERROR : Traceback (most recent call last):
#   File "<Script Block 2>", line 281, in XSILoadPlugin
#     from sisignals import EVENT_MAPPING
#   File 
"C:\Users\Leendert\Autodesk\Softimage_2015_R2-SP2\Addons\PyQtForSoftimage\Application\Plugins\sisignals.py",
 line 42, in <module>
#     class SISignals(QObject):
#   File 
"C:\Users\Leendert\Autodesk\Softimage_2015_R2-SP2\Addons\PyQtForSoftimage\Application\Plugins\sisignals.py",
 line 50, in SISignals
#     siActivate = Signal(bool) # siOnActivate
# TypeError: 'NoneType' object is not callable
#  - [line 280 in 
C:\Users\Leendert\Autodesk\Softimage_2015_R2-SP2\Addons\PyQtForSoftimage\Application\Plugins\qtevents.py]
 Application.ExampleDialog() does create a window on screen, but kills it 
before I can see what it is.
 Application.ExampleMenu() works!!!
 Application.ExampleSignalSlot() throws the following error:
 # ERROR : Traceback (most recent call last):
#   File "<Script Block 2>", line 165, in ExampleSignalSlot_Execute
#     dialog = ExampleSignalSlot( sianchor )
#   File "<Script Block 2>", line 59, in __init__
#     from sisignals import signals, muteSIEvent
#   File 
"C:\Users\Leendert\Autodesk\Softimage_2015_R2-SP2\Addons\PyQtForSoftimage\Application\Plugins\sisignals.py",
 line 42, in <module>
#     class SISignals(QObject):
#   File 
"C:\Users\Leendert\Autodesk\Softimage_2015_R2-SP2\Addons\PyQtForSoftimage\Application\Plugins\sisignals.py",
 line 50, in SISignals
#     siActivate = Signal(bool) # siOnActivate
# TypeError: 'NoneType' object is not callable
#  - [line 58 in 
C:\Users\Leendert\Autodesk\Softimage_2015_R2-SP2\Addons\PyQtForSoftimage\Application\Plugins\pyqt_example.py]
# ERROR : OLE error 0x80020101
 Application.ExampleUIFile() throws the following error:
 # ERROR : Traceback (most recent call last):
#   File "<Script Block 2>", line 188, in ExampleUIFile_Execute
#     dialog = ExampleUIFile(sianchor, uifilepath)
#   File "<Script Block 2>", line 122, in __init__
#     self.ui = loadUi( uifilepath, self )
# TypeError: 'NoneType' object is not callable
#  - [line 121 in 
C:\Users\Leendert\Autodesk\Softimage_2015_R2-SP2\Addons\PyQtForSoftimage\Application\Plugins\pyqt_example.py]
# ERROR : OLE error 0x80020101

Greetz

Leendert

AKA Hirazi Blue

Softimage hobbyist, admin at si-community.com [http://si-community.com] & 
xsiforum.de [http://xsiforum.de]





On 29/06/2016 00:00:19, Steven Caron <[email protected] 
[mailto:[email protected]]> wrote:
I had a feeling from the get go you had some weird install or something not 
finishing during install.

I would remove, python from your machine, remove pyside, and remove pyqt. Make 
sure softimage internal python is working again. until that is the case, don't 
move forward. Remove them using proper uninstallers if you can. Undo anything 
you did to the PATH, PYTHONPATH, or PYTHONHOME.

Install python, I have 2.7.3 at home and 2.7.6 at work. you can try 2.7.11 I 
don't see why it wouldn't work.
Install pywin32 217
Turn off internal python in Softimage, test to make sure this works. If it 
doesn't work... I am lost.
Otherwise...
Install ONLY PySide, I think 1.2.1 is what I have at home but 1.2.4 should work 
too.
In softimage, try to use PySide...
"from PySide import QtCore"
If this works, install the PyQtForSoftimage plugin, beta6 support PySide.
Now run the examples.

On Tue, Jun 28, 2016 at 2:29 PM, Leendert A. Hartog <[email protected] 
[mailto:[email protected]]> wrote:







I have reverted back to "internal" Python and now Softimage crashes hard when 
invoking the examples...


Greetz

Leendert

AKA Hirazi Blue

Softimage hobbyist, admin at si-community.com [http://si-community.com] & 
xsiforum.de [http://xsiforum.de]



------
Softimage Mailing List.
To unsubscribe, send a mail to [email protected] 
[mailto:[email protected]] with "unsubscribe" in the 
subject, and reply to confirm.

------
Softimage Mailing List.
To unsubscribe, send a mail to [email protected] 
[mailto:[email protected]] with "unsubscribe" in the 
subject, and reply to confirm.

------

Softimage Mailing List.

To unsubscribe, send a mail to [email protected] 
[mailto:[email protected]] with "unsubscribe" in the 
subject, and reply to confirm.

------
Softimage Mailing List.
To unsubscribe, send a mail to [email protected] 
[mailto:[email protected]] with "unsubscribe" in the 
subject, and reply to confirm.

------
Softimage Mailing List.
To unsubscribe, send a mail to [email protected] 
[mailto:[email protected]] with "unsubscribe" in the 
subject, and reply to confirm.
------ Softimage Mailing List. To unsubscribe, send a mail to 
[email protected] 
[mailto:[email protected]] with "unsubscribe" in the 
subject, and reply to confirm.

------
Softimage Mailing List.
To unsubscribe, send a mail to [email protected] 
[mailto:[email protected]] with "unsubscribe" in the 
subject, and reply to confirm.

------ Softimage Mailing List. To unsubscribe, send a mail to 
[email protected] 
[mailto:[email protected]] with "unsubscribe" in the 
subject, and reply to confirm.
------ Softimage Mailing List. To unsubscribe, send a mail to 
[email protected] 
[mailto:[email protected]] with "unsubscribe" in the 
subject, and reply to confirm.

------
Softimage Mailing List.
To unsubscribe, send a mail to [email protected] 
[mailto:[email protected]] with "unsubscribe" in the 
subject, and reply to confirm.

------ Softimage Mailing List. To unsubscribe, send a mail to 
[email protected] with "unsubscribe" in the subject, and 
reply to confirm.
------
Softimage Mailing List.
To unsubscribe, send a mail to [email protected] with 
"unsubscribe" in the subject, and reply to confirm.

Reply via email to