Hi,What should I do to use external .py library (100% pure python, no native code)?
Long time ago, I read somewhere, that pyjamas can use any library, if only it's 100% python. So I wrote small library, made setup.py , installed library (setup.py install), wrote pyjamas code which imports it, made pyjsbuild on it and I noticed that it don't even try to build it.
So, am I wrong and I cannot use external library in such way or pyjsbuild works wrong?
-- pozdrawiam Łukasz Mach - [email protected]
