Hi,
I'm new to both web2py and pyjamas. I'm trying to write a simple
interactive form which can autopopulate select boxes based on the user
selections.
I tried using the application in
http://mdp.cti.depaul.edu/AlterEgo/default/show/203
I've corrected the syntax errors and few other errors suggested
in the mailing list
http://groups.google.com/group/web2py/browse_thread/thread/9bb107c2fbd1a34b?hl=en#
But still when I'm trying to build TodoApp.py using pyjamas, I'm
getting errors. Please help me out Below is the output of the
compilation...
~/pyjamas-0.5p1/bin/pyjsbuild -d TodoApp.py
Building 'TodoApp' to output directory '/home/nithin/web2py/
applications/todo/static/output' with debugging statements
Copying: pygwt.js
Copying: Images and History
Including LIB sys
Importing sys
Including LIB pyjslib
Importing pyjslib
Including JS _pyjs.js
Including JS dynamicajax.js
Including JS sprintf.js
Importing TodoApp
Importing pyjamas
Importing pyjamas.JSONService
Importing pyjamas.JSONParser
Importing math
Importing pygwt
Importing pyjamas.HTTPRequest (Platform IE6)
Traceback (most recent call last):
File "/home/nithin/pyjamas-0.5p1/bin/pyjsbuild", line 21, in
<module>
pyjs.build.main()
File "/home/nithin/pyjamas-0.5p1/pyjs/build.py", line 720, in main
options.cache_buster, options.optimize)
File "/home/nithin/pyjamas-0.5p1/pyjs/build.py", line 246, in build
output, dynamic, cache_buster, optimize)
File "/home/nithin/pyjamas-0.5p1/pyjs/build.py", line 376, in
generateAppFiles
debug=debug)
File "/home/nithin/pyjamas-0.5p1/pyjs/pyjs.py", line 1743, in
translate
module_name, is_app, debug=debug, imported_js=imported_js)
File "/home/nithin/pyjamas-0.5p1/pyjs/pyjs.py", line 1685, in
_translate
file_name = self.findFile(module_name + self.extension)
File "/home/nithin/pyjamas-0.5p1/pyjs/pyjs.py", line 1678, in
findFile
raise Exception("file not found: " + file_name)
Exception: file not found: ui.py
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---