opencoweb / coweb

Open Cooperative Web Framework
Other
232 stars 29 forks source link

Install cowebx python demo #219

Closed rinatio closed 11 years ago

rinatio commented 11 years ago

Hey guys,

Trying to install python cowebx demo server by this link.

Traceback (most recent call last): File "/Users/rinat/dev/python/proj/bin/pycoweb", line 111, in run() File "/Users/rinat/dev/python/proj/bin/pycoweb", line 105, in run func(options, args) File "/Users/rinat/dev/python/proj/bin/pycoweb", line 57, in deploy container(options, ['container', script]) File "/Users/rinat/dev/python/proj/bin/pycoweb", line 79, in container with file(tmplPath) as f: IOError: [Errno 2] No such file or directory: 'src/main/python/run_server.tmpl' aborted: cowebx deploy

ccotter commented 11 years ago

Unfortunately, the python code has been out of date for months. There is an ongoing effort to fix this in upcoming releases, though. See issue #203.

ccotter commented 11 years ago

I updated the documentation to note the python server is currently broken in the tutorial.