This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients btjehunt, eric.smith, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-09-09.23:33:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631230408.6.0.688921679387.issue45151@roundup.psfhosted.org>
In-reply-to
Content
Also, can you include your full task definition? There are a lot of options there which could cause it to launch in a different working directory (which will mess with your relative paths) or as a different user (which could mess with whether you can import your libraries).

I think it's possible to export the task definition as XML. Copy/pasting that here will be fine (not as an attachment, please, we just need to read it).

It's also difficult to collect standard output, so you may want to try adding something like "sys.stdout = sys.stderr = open(r'C:\Users\Public\Public Documents\log.txt', 'w')" to try and collect any output that you may be missing. The full path to the file is important, and it will need to be somewhere that most accounts can write.
History
Date User Action Args
2021-09-09 23:33:28steve.dowersetrecipients: + steve.dower, paul.moore, eric.smith, tim.golden, zach.ware, btjehunt
2021-09-09 23:33:28steve.dowersetmessageid: <1631230408.6.0.688921679387.issue45151@roundup.psfhosted.org>
2021-09-09 23:33:28steve.dowerlinkissue45151 messages
2021-09-09 23:33:28steve.dowercreate