[Repoze-dev] [issue138] Running BFG with mod_wsgi and ipython installed

2010-03-04 Thread Jasper Op de Coul
Jasper Op de Coul jas...@infrae.com added the comment: I verified, the error is gone, Thanks. -- status: chatting - resolved __ Repoze Bugs b...@bugs.repoze.org http://bugs.repoze.org/issue138

[Repoze-dev] [issue139] Chameleon - can't create xml and doctype declarations from macro

2010-03-04 Thread Jasper Op de Coul
New submission from Jasper Op de Coul jas...@infrae.com: I have a single macro with a doctype and the html/head/body structure and some slots that I use in every template. When using Chameleon =1.1.1 the doctype is inserted in the rendered HTML. With Chameleon 1.1.2 the doctype is missing

[Repoze-dev] [issue138] Running BFG with mod_wsgi and ipython installed

2010-03-03 Thread Jasper Op de Coul
New submission from Jasper Op de Coul jas...@infrae.com: Hi, I'm having trouble running bfg with mod_wsgi in Apache. In paster.py the following code tries to import IPython shell if this is available: try: from IPython.Shell import IPShell # pragma: no cover except ImportError