Hi. 

Is there anyone who succeeded to run Pyjd on Pypy? My application has to 
run in desktop too, and the current pyjd is too slow when start. The 
initialization time is about 5 seconds in my computer (from start to end of 
pyjd library loading before running my application code). I want the 
initialization time around 1 second (not more than 2 second hopefully).

So, I installed Pypy (a faster version of Python interpreter), It is 
running well with other python code, but it dies at the line importing pyjd 
in my application:

File "test.py", line 1, in <module>

    import pyjd # this is dummy in pyjs.

ImportError: No module named pyjd


I installed all required library and Pyjs in Pypy (separately from 
CPython), but pypy failed to import pyjd. I appreciate your comment about 
any other ways to make Pyjd run faster.

Thanks in advance.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Pyjs.org Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyjs-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to