You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Great project! I'm trying to use pyprocessor importing classes from my own files; it is not working. My code is crashing with errors that they cannot be imported.
As examples are very limited, I'm in doubt whether pyprocessor is supporting that?
If so, should I include pyprocessor.parse in every py file I create? (Adding pyprocessor to main.py is not affecting any imports, which is understandable behavior imo.)
I would like to
a) set #define DEBUG / RELEASE in main.py
b) import other files that contains preprocessor stuff
c) expect #ifdef DEBUG / RELEASE to be working.
How to achieve that? Thanks!
The text was updated successfully, but these errors were encountered:
Hi! Great project! I'm trying to use pyprocessor importing classes from my own files; it is not working. My code is crashing with errors that they cannot be imported.
As examples are very limited, I'm in doubt whether pyprocessor is supporting that?
If so, should I include pyprocessor.parse in every py file I create? (Adding pyprocessor to main.py is not affecting any imports, which is understandable behavior imo.)
I would like to
a) set #define DEBUG / RELEASE in main.py
b) import other files that contains preprocessor stuff
c) expect #ifdef DEBUG / RELEASE to be working.
How to achieve that? Thanks!
The text was updated successfully, but these errors were encountered: