diff --git a/direct/src/p3d/pdeploy.py b/direct/src/p3d/pdeploy.py index a25d573a20..8f12d98253 100644 --- a/direct/src/p3d/pdeploy.py +++ b/direct/src/p3d/pdeploy.py @@ -120,7 +120,17 @@ def deployApp(args): im.licensefile = licensefile im.build() elif deploy_mode == 'web': - raise NotImplementedError, 'The "web" mode is yet implemented.' + print "Creating %s.html..." % shortname + html = open(shortname + ".html", "w") + html.write("\n") + html.write("
\n") + html.write("