-
Notifications
You must be signed in to change notification settings - Fork 13
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
Error on pych --compile #78
Comments
Yeah, that's definitely a limitation. It currently likes its sfiles to live in a separate directory with sfile in the path name |
Sounds like it more than "likes" it, sounds like it DEMANDS it... brat. Okay, is the solution to then do..?
|
Computer says "No"
|
I think you'll want
but I'm looking if that's just because I've been writing tests in |
Also, that error looks really similar to #15 |
Computer says "No". What is this, the f'n HAL 9000? Open the pod-bay doors, damn it!
|
What is old is new again... |
You know, I haven't tried |
You are finding so many things I forgot about! |
It changes the room when actual users walk in... I get the same thing every time we deploy to production, I hide under my desk. |
I moved the file to a sub directory. Here is my new
And then I skipped |
Well, all right! I have new files. Using the two below, just running Also running the first time is slow, second time much faster. reponse.chpl
call.py
|
Excellent! We should still fix the pych --compile command, but I'm glad you are able to make progress! |
when / why should we compile vs just run it via python? Sorry if this is a stupid question. |
Considering I forgot it existed, I'm not sure if I really know the answer to that one, haha I would imagine it would be beneficial to do the compile on the .chpl file if you anticipate it being needed for multiple python programs, or if you don't intend to alter it again (and maybe wanted to run that compile while you were still modifying your python file?) For the most part, I tend to just run it via python, though. |
I have two files.
call.py
and response.chpl
They are next to each other in the same directory. I have sourced the SubGenius' venv.sh as in this ticket: #75
When I was least expecting it, I got attacked by an error log:
I blame myself, really... But PyChapel may have a bug in it.
The text was updated successfully, but these errors were encountered: