-
Notifications
You must be signed in to change notification settings - Fork 67
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
Cannot import from custom module in different directory #245
Comments
What does your compilation command look like? |
from the doc:
You have two ways:
|
ok, i'm kind of confused on the RAPYDSCRIPT_PATH one; Are you supposed to change the environment variable whenever you create a new package, or are editing in a new project? That would be a nightmare! Also, I tried the second method but it didn't work |
ok, i solved it by configuring the --import-path attribute, though I don't understand the RAPYDSCRIPT_PATH variable |
For example, if you wanted to import from a directory using Using environment variables is a little different. |
Hello There,
This is my directory structure:
in test.pyj
and in my main.pyj
However, when I compile my python, I get this error message:
Why is this happening? And how can i fix it?
The text was updated successfully, but these errors were encountered: