Archive: Plugin nsPython does not always work


Plugin nsPython does not always work
Hello guys!

My problem is as follows:
I am using nsPython within my installer and on my own system everthing is fine. On the systems of a few other users everything is working fine, too. But on the system of two users (so far), nothing is fine. And I have no idea why. :(

It seems so, that NSIS wont load the plugin, because every attempt to use it, ends with.. nothing. Only the given parameters are in the stack, of course.

I have tried it with the standard way (nsPython::exec "some code") and with the CallInstDLL-Function linked to the nsPython.dll within the exe-directory. I have tried the possible solutions (without success) mentioned in this thread: http://forums.winamp.com/showthread....light=nspython

Now, I am completely lost. The source code of this plugin has been shipped within the downloadable archive, but that wont help me, since I do not understand c.

The only thing which I recognized, is that the two users where it wont work, are using "Windows 7 Enterprise x64" and "Windows 7 Ultimate x64." All other users are using something between "Windows XP Home" and "Windows 7 Professional x64" and there it will work.

Has anyone any idea what could be so special with Win7 Enterprise and Ultimate?
Has anyone noticed a similar problem with nsPython or another plugin?
Has anyone any idea how to fix it?


Did you search the forum? You could just avoid using the plug-in and build your Python into an executable.

Stu


Yes, I searched the forum, but I have not found much useful threads..

And of course, I could use a python executable but the problem is: My pythoncode has to interact with NSIS. Sure, that could be done with an executable as well, but not as handy as the plugin would do it. :rolleyes: