On Friday, October 11, 2013 4:59:39 PM UTC+9, Sarvi Shanmugham wrote: > > There is probably more work need to get pyjd complete. >
I tested pyjd from the latest GitHub version. It didn't work. I found that pyjd and other related directories were not copied during installation. I modified the setup file so that they were copied to the target directory as following. in setup_pyjd.py (created): packages=['pyjd', 'pyjs.runners'] package_data={} entry_points = {} pyjd/ and pyjs.runners/ directories were copied correctly (to C:\Python27\Lib\site-packages\pyjs-0.8.1-py2.7.egg\pyjs), but still an error appears when importing a class in pyjamas.ui. I tried to trace down this error further, but it was too complicated because pyjd intercepted "import" using its own library. I think that this problem appeared due to the modification for pip installation. I hope that pyjd installation by pip is implemented soon. I am using pyjs installed from GitHub version, and pyjd installed from a released version. It makes really difficult to fix other bugs in pyjd in the current GitHub version. -- --- 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/d/optout.