Jacques de Hooge

Results 50 comments of Jacques de Hooge

Indeed, I think using an \_\_init\_\_,py is what your looking for. About obvious... It's very good that sometimes someone else points out to me that what seems to be obvious...

And about environment vars: I don't like the use of them as well. They get me entangled with something organically grown like Windows more than I feel comfortable with. Maybe...

I will try to come up with an alternative for 4 that doesn't use envir vars. Since the module path has to be known compile time, something dynamic like sys.path...

In the newest version of TS, about to be committed, you'll be able to one of the following: EITHER use the `-xp / --xpath ` command line switch `transcrypt -b...

I am not sure I can make Opy's simplistic parser understand this. But I'll look into it. Thanks for the feedback!

Still no good solution to this. Haven't completely given up, though.

Thanks for the fix! Will include this in the next major version.

With a few exceptions Transcrypt uses JS rather than Python libraries. Note also that the current compiler is designed to work with Python 3.7. A 3.9 version is under development.