Notifications
Clear all

[Closed] multithread problem with python

Hej Guys,

I am trying to create a multi threaded script in python to export geometry data…
Did anybody tried this in max-python?

I wrote the code. the code alone is ok.
However when I execute it it the python program stops with various error messages. MaxPlus was unknown module and also it couldnt find it. I fix these by setting the environment path value to the 3dsMax installation root.

Now if I open the python command line and type import MaxPlus it doesnt give me errors. It all loaded I assume… However when I execute a command like
selcount = MaxPlus.SelectionManager.GetCount()
then It says unknown maxplus exception.

What could be the problem? I am pretty sure this causes the multi-threaded script execution to fail…

Any clue? Thanks!

1 Reply

I post maybe brings attention again to it.