-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run_loop error in seq2ffv1 on windows Python 3.6.7 #364
Comments
Looks like python can't read the log file, see the double quote at 3065?
That looks kinda weird.. also 3065 height!??
T:\COMPLETED\DPX BEING PACKAGED\File\4096 x 3065"\_2019_09_04T13_01_25_
seq2ffv1_log.log'
…On Wed, 4 Sep 2019, 13:08 Joanna White, ***@***.***> wrote:
Hello,
Downloaded the new scripts and started testing on HPZ840 running windows
10 and Python 3.6.7. Got to the oe1111 entry and hit an error:
C:\Users\MACE\Documents\IFIscripts-master>python seq2ffv1.py -i
"T:\COMPLETED\DPX BEING PACKAGED\File\4096 x 3065\Scan01" -o
"T:\COMPLETED\DPX BEING PACKAGED\File\4096 x 3065"
Clairmeta is not installed. DCP options will not function!
**** Who are you?
Press 1,2,3,4,5,6,7,8,9
1. Leanne Ledwidge
2. Gavin Martin
3. Kieran O'Leary
4. Raelene Casey
5. Wentao Ma
6. Raven Cooke
7. Eoin O'Donohoe
8. Yujing Huang
9. Thomas Mc Keon
3
**** Please enter the object entry number of the representation
oe1111
Traceback (most recent call last):
File "seq2ffv1.py", line 381, in
main()
File "seq2ffv1.py", line 378, in main
run_loop(args)
File "seq2ffv1.py", line 100, in run_loop
ififuncs.generate_log(log_name_source, 'seq2ffv1.py started.')
File "C:\Users\MACE Digital Tech\Documents\IFIscripts-master\ififuncs.py",
line 299, in generate_log
with open(log, "w") as fo:
OSError: [Errno 22] Invalid argument: 'T:\COMPLETED\DPX BEING
PACKAGED\File\4096 x 3065"\_2019_09_04T13_01_25_seq2ffv1_log.log'
I'll try a PR sometime to add a number 10. :)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#364?email_source=notifications&email_token=AAITFPT6OGXIHK2JTXL66I3QH6QMJA5CNFSM4ITRDEI2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HJHMHZA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAITFPVY3NA4CJ3R4RRQASLQH6QMJANCNFSM4ITRDEIQ>
.
|
P.s I'll try to recreate later on windows, I've never had the output in the
same folder as the input so I'll need to troubleshoot.
Thanks for the report!
|
Yeah, 3065 is our lovely unique height... We were getting vertical compression through on the scans and questioned our circles being oval. Unsure how GE4 resolved issue, but this became our scan height. Perhaps I should have a chat about it sometime! Thanks for " explanation. I'd have missed that completely... No rush on this problem. Just keen to try. Copyit works perfectly on z840! :) |
Hmm, so i can't replicate this with python 3.7.4 on Windows 10.. The first thing I'd try on your local install would be to switch the single quotes here to double quotes (just a long shot, worth a try) and see if it fixes things: |
And by that I mean, change |
Sorted! Thank you, this is such a massive timesaver for me :) 🤞 it gets to the end
… On 5 Sep 2019, at 22:29, kieranjol ***@***.***> wrote:
And by that I mean, change '%s_seq2ffv1_log.log' to "%s_seq2ffv1_log.log"
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
If it works,I'll make the change and push to master.
|
Okay, fell over regarding RAWcooked and MediaInfo paths - both fixed. Now we have a new thing following on from generating MD5s. A problem with sipcreator.py possibly? Should I check for the ' to " issue? Checking total size of input folder Super massive thanks :) Edit: path update, not a nice title :/ |
The path in Errno 2 is looking for a file that is actually in a different location, found here: |
Hello,
Downloaded the new scripts and started testing on HPZ840 running windows 10 and Python 3.6.7. Got to the oe1111 entry and hit an error:
C:\Users\MACE\Documents\IFIscripts-master>python seq2ffv1.py -i "T:\COMPLETED\DPX BEING PACKAGED\File\4096 x 3065\Scan01" -o "T:\COMPLETED\DPX BEING PACKAGED\File\4096 x 3065"
Clairmeta is not installed. DCP options will not function!
**** Who are you?
Press 1,2,3,4,5,6,7,8,9
3
**** Please enter the object entry number of the representation
oe1111
Traceback (most recent call last):
File "seq2ffv1.py", line 381, in
main()
File "seq2ffv1.py", line 378, in main
run_loop(args)
File "seq2ffv1.py", line 100, in run_loop
ififuncs.generate_log(log_name_source, 'seq2ffv1.py started.')
File "C:\Users\MACE\Documents\IFIscripts-master\ififuncs.py", line 299, in generate_log
with open(log, "w") as fo:
OSError: [Errno 22] Invalid argument: 'T:\COMPLETED\DPX BEING PACKAGED\File\4096 x 3065"\_2019_09_04T13_01_25_seq2ffv1_log.log'
I'll try a PR sometime to add a number 10. :)
The text was updated successfully, but these errors were encountered: