error when submit from XSI

HI,

I really need help because i can’t understand what i did wrong … it was hard to install correctly submitter and python, but now it’s still not working.
I’m under XSI 7.01 and DL 3.033353

When i submit the scene, DL save scene, launch the pannel and report a bug when i press “submit to deadline” button :

ERROR : Traceback (most recent call last):

File “”, line 196, in SubmitButton_OnClicked

result = XSIToDeadlineFunctions.SubmitDeadlineJob(opSet,scene,currPass)

File “Z:\Deadline\submission\XSI\XSIToDeadlineFunctions.py”, line 626, in SubmitDeadlineJob

CreateSubmissionInfoFile(opSet,currPass,submitInfoFilename,outputFilename,jobName)

File “Z:\Deadline\submission\XSI\XSIToDeadlineFunctions.py”, line 419, in CreateSubmissionInfoFile

submitInfoFile.write ("\nOutputFilename0=" + outputFilename)

UnicodeEncodeError: ‘ascii’ codec can’t encode character u’\xe9’ in position 76: ordinal not in range(128)

- [line 195]

ERROR : Property Page Script Logic Error (Python ActiveX Scripting Engine)

ERROR : [193] if(passesValue == 0 and not allPasses):

ERROR : [194] currPass = scene.ActivePass

ERROR : >[195]

ERROR : [196] result = XSIToDeadlineFunctions.SubmitDeadlineJob(opSet,scene,currPass)

ERROR : [197] Application.LogMessage( result )

ERROR : Traceback (most recent call last):

File “”, line 196, in SubmitButton_OnClicked

result = XSIToDeadlineFunctions.SubmitDeadlineJob(opSet,scene,currPass)

File “Z:\Deadline\submission\XSI\XSIToDeadlineFunctions.py”, line 626, in SubmitDeadlineJob

CreateSubmissionInfoFile(opSet,currPass,submitInfoFilename,outputFilename,jobName)

File “Z:\Deadline\submission\XSI\XSIToDeadlineFunctions.py”, line 419, in CreateSubmissionInfoFile

submitInfoFile.write ("\nOutputFilename0=" + outputFilename)

UnicodeEncodeError: ‘ascii’ codec can’t encode character u’\xe9’ in position 76: ordinal not in range(128)

My xsi files are on a remote PC (win64) on a shared map network drive “Z”
Deadline repository is on “Z/deadline/”

Any idea ?
Thanks to help

Looks like it’s a 64 bit python/XSI problem:
xsibase.com/forum/index.php? … adid=34569

Are there any non-standard ascii characters in your output path? If so, try removing them and see if that helps.

Cheers,

  • Ryan

exact !! sorry, we are in france here and have a lot of specials caracters :slight_smile:

Thanks for help, ur roxx !