I am building an app with a GWT Javascript UI and a Python App Engine
back end. I setup 2 projects in Eclipse. The App Engine project uses a
linked resource folder from the GWT project to access the compiled GWT
UI. The problem: I need to use path = os.path.join(os.path.dirname
(__file__), 'GWT filesl') in App Engine. The 2 projects are in 2
different directories so App Engine does not see 'GWT files' and run
time. My first guess is path variables but I haven't been able
configure.  Any suggestions? Thanks.-Bob
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to