Re: PyQtForSoftimage Examples "Out of present range" error

2016-09-13 Thread Leendert A. Hartog
After having quite publicly humiliated myself with way to many posts in this thread I finally got PyQtForSoftimage working on Windows 10. I posted all the steps necessary on the si-community in this thread: http://www.si-community.com/community/viewtopic.php?f=13=6491 The one thing I seem to

Re: PyQtForSoftimage Examples "Out of present range" error

2016-08-02 Thread Felix Geremus
Just as additional info for every poor soul who is trying to get this running after updating to Windows 10 recently (like us). We can confirm that Takayoshi's custom PySide build works perfectly with Windows 10 and Soft 2015. One thing that took us a while to figure out, is that for us it only

Re: PyQtForSoftimage Examples "Out of present range" error

2016-07-01 Thread Leendert A. Hartog
After reinstalling the "alternative" PySide and the plugin, now neither pyqtexample.py, nor qtevents.py nor QtSoftimage.64.dll get properly loaded and I am getting "import Qt.QtCore as QtCore # ImportError: No module named QtCore" errors... Would really like to know, what is going on... Greetz

Re: PyQtForSoftimage Examples "Out of present range" error

2016-07-01 Thread Steven Caron
Arigato Takayoshi! I will look at what you have found and your proposed fixes. I am really saddened to think I need to ship a custom build of PySide. Changing the python or the Softimage command for returning the anchor I can live with. I still need to get access to a Windows 10 machine to really

Re: PyQtForSoftimage Examples "Out of present range" error

2016-07-01 Thread Steven Caron
Thanks Martin, I think I will get a Windows 10 machine running and work with Takayoshi to sort this out. On Fri, Jul 1, 2016 at 12:28 AM, Martin Chatterjee < martin.chatterjee.li...@googlemail.com> wrote: > Hey Steven, > > >> *Are you setup to compile the C++ part of the plugin on Windows 10? If

Re: PyQtForSoftimage Examples "Out of present range" error

2016-07-01 Thread Leendert A. Hartog
There indeed was. I fixed that, but now I am getting the following "Overflow" errors while running the examples: # ERROR : Traceback (most recent call last): #   File

Re: PyQtForSoftimage Examples "Out of present range" error

2016-07-01 Thread Takayoshi Matsumoto
I think the Qt module included in PyQtForSoftimage addon is not related any dll. So this error may indicate some installation issue like conflict. > # ERROR : Traceback (most recent call last): > # File

Re: PyQtForSoftimage Examples "Out of present range" error

2016-07-01 Thread Leendert A. Hartog
You're probably right,  but in the end the only thing that matters is the sad fact that I still cannot get the plugin to work... Greetz Leendert AKA Hirazi Blue Softimage hobbyist, admin at si-community.com & xsiforum.de On 01/07/2016 16:43:39, Stephen Blair wrote:

Re: PyQtForSoftimage Examples "Out of present range" error

2016-07-01 Thread Stephen Blair
More and more, Dependency Walker is all about knowing what to ignore.. There will always be error and warnings On Fri, Jul 1, 2016 at 6:13 AM, Leendert A. Hartog wrote: > Throwing the dll at the Dependency Walker I get the following info: > > Error: At least one required

Re: PyQtForSoftimage Examples "Out of present range" error

2016-07-01 Thread Leendert A. Hartog
Throwing the dll at the Dependency Walker I get the following info: Error: At least one required implicit or forwarded dependency was not found. Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module. Error: Modules with different

Re: PyQtForSoftimage Examples "Out of present range" error

2016-07-01 Thread Leendert A. Hartog
After the removal of the pyc-files the error remains the same... Greetz Leendert AKA Hirazi Blue Softimage hobbyist, admin at si-community.com & xsiforum.de On 01/07/2016 11:56:18, Takayoshi Matsumoto wrote: oops something wrong when I made packaging xsiaddon. I assume

Re: PyQtForSoftimage Examples "Out of present range" error

2016-07-01 Thread Takayoshi Matsumoto
oops something wrong when I made packaging xsiaddon. I assume that mixing my .pyc into addon. So can yout try to remove Addons\PyQtForSoftimage\Application\Plugins\Qt\__init__.pyc and Addons\PyQtForSoftimage\Application\Plugins\sisignals.pyc , restart softimage and have a challenge again?

Re: PyQtForSoftimage Examples "Out of present range" error

2016-07-01 Thread Takayoshi Matsumoto
Here are the links, https://www.dropbox.com/s/9x9k3u27v2oslmr/PyQtForSoftimage_win10_returnedvalue.xsiaddon?dl=0 https://www.dropbox.com/s/y1mfleopvx5cr2w/PySide-1.2.4-cp27-cp27m-win_amd64.whl?dl=0 Note: getQtSoftimageAnchor does not return "long" value anymore, but return as unicode (or str)

Re: PyQtForSoftimage Examples "Out of present range" error

2016-07-01 Thread Martin Chatterjee
Hey Steven, > *Are you setup to compile the C++ part of the plugin on Windows 10? If you > could do that and replace the one in the workgroup and see what happens > that would be great.* > I gave it a quick try yesterday night. I built the plugin with VS 2012 against Soft 2015 R2-SP2 and QT

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-30 Thread Steven Caron
Hey Martin Thanks for your detailed response! This PYTHONHOME thing is definitely new, I wonder if this is unique to Softimage 2015 R2-SP2, er whatever Autodesk left us with, or if it has to do with Windows 10 and Python? This 'Out of present range' is sounding more like what Takayoshi was

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-30 Thread Leendert A. Hartog
I consider having to set the environment variable under Windows 10 a workaround, as it apparently isn't a requirement for those of us still using Windows 7... Greetz Leendert AKA Hirazi Blue Softimage hobbyist, admin at si-community.com & xsiforum.de On 30/06/2016 17:26:34, Martin Chatterjee

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-30 Thread Martin Chatterjee
> * To get the "internal" Python back, you'd have to delete the "PYTHONHOME" > environment variable again...* > Yeah of course, I get that. But as far as I remember (it's been a few years since we've actually done that facility-wide) having to set PYTHONHOME was not a requirement for using an

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-30 Thread Martin Chatterjee
Hi Leendert, hi Steven, * Did you try creating and setting the environment variable "PYTHONHOME" to > the path of your "external" Python?* > Oh, is that supposed to be necessary? Having to set that sort of defies the usefulness of the Soft preferences checkbox, doesn't it? *Anyway, I gave it

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-30 Thread Martin Chatterjee
Hi Steven, > *To anyone else listening... has anyone gotten PyQtForSoftimage working on > Windows 10? If so what is your configuration... Softimage version, python > version, pyqt or PySide version, etc.* > I've got one relatively new box on Windows 10 Pro and just gave it a try. I can confirm

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-30 Thread Leendert A. Hartog
Let me add one more observation, I made while struggling with this. I tried to get "PyQtForSoftimage" to work after uninstalling PySide and installing only PyQt, but ran into the same set of weird (and ever-changing) errors... Greetz Leendert AKA Hirazi Blue Softimage hobbyist, admin at

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-29 Thread Steven Caron
Thanks for this break down Takayoshi. I know Softimage 2015 works on Windows 7 since that is what I am running. I also know Softimage 2015 SP1 is working with Windows 7 from feedback have gotten from other users. your findings about the return value for the anchor command are interesting. On

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-29 Thread Steven Caron
Thanks for your feedback... still investigating. On Wed, Jun 29, 2016 at 12:53 PM, Oscar Juarez wrote: > I had an external artist using Windows 10, and I couldnt make > PyQtForSoftimage work on it, if I remember right it was this out of range > error. I had to leave

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-29 Thread Takayoshi Matsumoto
I have problem to work PyQtForSoftimage with, ・ not work: Softimage 2015 SP1 / Windows 10 64bit / external Python 2.7.11 / PySide 1.2.1 / PyWin 217 / PyQtForSoftimage beta6 addon, ・ works fine: Softimage 2013 SP1 / Windows 10 64bit / external Python 2.7.11 / PySide 1.2.1 / PyWin 217 /

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-29 Thread Oscar Juarez
I had an external artist using Windows 10, and I couldnt make PyQtForSoftimage work on it, if I remember right it was this out of range error. I had to leave it due to time constrain things, and that we don't use windows 10 ourselves. But the PySide implementation that comes with Shotgun toolkit

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-29 Thread Steven Caron
To anyone else listening... has anyone gotten PyQtForSoftimage working on Windows 10? If so what is your configuration... Softimage version, python version, pyqt or PySide version, etc. *written with my thumbs -- Softimage Mailing List. To unsubscribe, send a mail to

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-29 Thread Steven Caron
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

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-29 Thread Leendert A. Hartog
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

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-29 Thread Steven Caron
I see your thread on fabric engine forums too, let's stay focused... either on this mailing list or on their forums? I prefer external python because I can use PyQt/PySide for standalone applications which have nothing to do with Softimage. Did you follow my earlier steps? Remove everything and

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-29 Thread Leendert A. Hartog
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

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-29 Thread Steven Caron
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" wrote: No, it seemed to work yesterday, but when I tried to revert to "internal"

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-29 Thread Leendert A. Hartog
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 & xsiforum.de On 29/06/2016 16:58:52, Leendert A. Hartog

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-29 Thread Steven Caron
What about external python, are you able to use it? No PySide... just Softimage and python 2.7, and pywin32 217 *written with my thumbs On Jun 29, 2016 8:36 AM, "Leendert A. Hartog" wrote: > I meant PySide 1.2.1. > I reinstalled Softimage, installed PySide 1.2.1 and all the

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-29 Thread Leendert A. Hartog
I meant PySide 1.2.1. I reinstalled Softimage, installed PySide 1.2.1 and all the weirdness reported in this thread started to happen... Greetz Leendert AKA Hirazi Blue Softimage hobbyist, admin at si-community.com & xsiforum.de On 29/06/2016 17:32:23, Steven Caron wrote:

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-29 Thread Steven Caron
You listed PySide 2.2... did you mean 1.2.2? Did you follow the steps I listed? *written with my thumbs -- Softimage Mailing List. To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with "unsubscribe" in the subject, and reply to confirm.

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-29 Thread Leendert A. Hartog
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 & xsiforum.de On 29/06/2016

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-29 Thread Leendert A. Hartog
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

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-29 Thread Leendert A. Hartog
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

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-29 Thread Leendert A. Hartog
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.

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-29 Thread Leendert A. Hartog
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

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-28 Thread Steven Caron
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

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-28 Thread Leendert A. Hartog
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 & xsiforum.de On 28/06/2016 22:26:31, Leendert A. Hartog wrote: Correction again: “print”

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-28 Thread Leendert A. Hartog
Correction again: “print” doesn’t work for some reason with this “external” Python), returns “2.2.4” (NOT "1.2.4"). Greetz Leendert AKA Hirazi Blue Softimage hobbyist, admin at si-community.com & xsiforum.de On 28/06/2016 22:25:10, Leendert A. Hartog wrote: So now that I

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-28 Thread Leendert A. Hartog
So now that I solved the problem I was having with the use of an “external” Python and have Python 2.7.11 running “in” Softimage, I run into a different set of problems. Python 2.7.11 ships with PySide 2.2.4, but now the plugin doesn’t work and is giving me the following error message: “ERROR :

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-27 Thread Steven Caron
i don't have windows 10.. hoping i can reproduce on windows 7 On Sat, Jun 25, 2016 at 10:50 PM, Leendert A. Hartog wrote: > Oh... and 64 bit, obviously... > > Greetz > Leendert > AKA Hirazi Blue > Softimage hobbyist, admin at si-community.com & xsiforum.de > > > On

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-27 Thread Martin
I used a workgroup to load PySide if it isn't loaded yet, because it would be easier to move and share it as a part of my own workgroup tools. Martin Sent from my iPhone > On 2016/06/27, at 21:50, Leendert A. Hartog wrote: > > I was able to use the Windows installer for

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-27 Thread Leendert A. Hartog
I was able to use the Windows installer for PySide ("PySide-1.2.2.win-amd64-py2.7.exe"), after setting "HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.7\InstallPath" in the registry to point to the "internal" Python and running the installer "as an Administrator" (as I have my Softimage

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-26 Thread Martin
I'll have to go to my office to verify all the versions but I think SI crashed with every version of Python and Softimage I tried, independently if I used PyQT for Softimage plugin, PySide, or not. What I did was installing a the same Python version SI is using, then PySide, copy this PySide

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-25 Thread Leendert A. Hartog
Oh... and 64 bit, obviously... Greetz Leendert AKA Hirazi Blue Softimage hobbyist, admin at si-community.com & xsiforum.de On 26/06/2016 07:44:14, Leendert A. Hartog wrote: Windows 10 Softimage 2015 R2-SP2 "internal" Python 2.7.3 Pyside 1.2.2

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-25 Thread Leendert A. Hartog
Windows 10 Softimage 2015 R2-SP2 "internal" Python 2.7.3 Pyside 1.2.2 PyQtForSoftimage_beta6.xsiaddon Greetz Leendert AKA Hirazi Blue Softimage hobbyist, admin at si-community.com & xsiforum.de On 26/06/2016 04:57:07, Steven Caron wrote: Ok, I have windows 7 and everything is

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-25 Thread Steven Caron
Ok, I have windows 7 and everything is working as expected. Let's debug this? Win 7 64bit, check... Softimage version? Python version? PyQt or PySide? which version exactly... Version of PyQtForSoftimage plugin? On Sat, Jun 25, 2016 at 7:50 PM, Martin wrote: > I'm on

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-25 Thread Martin
I'm on Windows 7 Ultimate. Martin Sent from my iPhone > On 2016/06/26, at 11:36, Steven Caron wrote: > > which operating system are you guys on? > >> On Sat, Jun 25, 2016 at 7:11 PM, Martin wrote: >> Yeah that's the same problem I had a few months ago.

Re: PyQtForSoftimage Examples "Out of present range" error

2016-06-25 Thread Steven Caron
which operating system are you guys on? On Sat, Jun 25, 2016 at 7:11 PM, Martin wrote: > Yeah that's the same problem I had a few months ago. > > My "solution" was to use the internal Python and load pyside modules in a > workgroup. I can send you that workgroup folder if

PyQtForSoftimage Examples "Out of present range" error

2016-06-25 Thread Leendert A. Hartog
I have tried installing the PyQtForSoftimage addon today, after having successfully installed PyQt and PySide, but the PyQt_EXamples all return a "COM Error: Out of present range. (0x-7ffdfff6) (...) # ERROR : OLE error 0x80020101"-error... I haven't got a clue what is going on... Greetz