pr-omethe-us / PyKED

Python interface to the ChemKED database format
https://pr-omethe-us.github.io/PyKED/
BSD 3-Clause "New" or "Revised" License
15 stars 15 forks source link

Issue with PyKED? #120

Open benhoare98 opened 5 years ago

benhoare98 commented 5 years ago

Background

While trying to validate files, ChemKED doesn't run completely and prompts the same message, regardless of the file. Previously validated files do not run either. I've ensured that the path exists, and updated everything, but cannot make sense of the message. I'm not sure if its an error with the source code or an error with the files on my computer.

Code sample, preferably able to be copy-pasted and run with no changes

Same result occurs regardless of the code attempted to be validated.

Expected behavior

That ChemKED validates the file or provides the relevant error message.

Actual behavior, including any error messages.

ChemKED prompts input for (Pdb).

image

PyKED/ChemKED version: 4.1, Python version 3.7, OS version: Windows 10 Home, version 1803

bryanwweber commented 5 years ago

Can you run this in Python in the terminal?

benhoare98 commented 5 years ago

I tried and it still didn't work. I'm going to try resetting my python and see if that'll fix anything. Thanks.

On Mon, Oct 22, 2018 at 6:17 PM Bryan W. Weber notifications@github.com wrote:

Can you run this in Python in the terminal?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pr-omethe-us/PyKED/issues/120#issuecomment-432010492, or mute the thread https://github.com/notifications/unsubscribe-auth/ApN8EiKFIBmmyq2pMzhPTZsSS5VBKW4aks5unkPlgaJpZM4X0J6H .

-- Benjamin R. Hoare Northeastern University '22 B.S. Candidate, Combined Chemical Engineering & Biochemistry hoare.b@husky.neu.edu 781-254-6496

bryanwweber commented 5 years ago

What version of Cerberus are you using? The only thing that will have changed in Python 3.7 is the introduction of the breakpoint built-in function, but that shouldn't be causing anything here.

benhoare98 commented 5 years ago

I realized that if I type "continue" in the input box it pulls up, the files validate normally. I'm not sure why it started doing this now and not before, but everything seems to function correctly by typing continue. I'm also running version 1.1 of Cerberus.

On Wed, Oct 24, 2018 at 3:18 PM Bryan W. Weber notifications@github.com wrote:

What version of Cerberus are you using? The only thing that will have changed in Python 3.7 is the introduction of the breakpoint https://docs.python.org/3/library/functions.html#breakpoint built-in function, but that shouldn't be causing anything here.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pr-omethe-us/PyKED/issues/120#issuecomment-432793381, or mute the thread https://github.com/notifications/unsubscribe-auth/ApN8EmGrJdHOl9ZV5PGc1q3mDE0_dUFkks5uoLzogaJpZM4X0J6H .

-- Benjamin R. Hoare Northeastern University '22 B.S. Candidate, Combined Chemical Engineering & Biochemistry hoare.b@husky.neu.edu 781-254-6496