Bug#514569: Similar problem with 0.6.3-1

2009-09-23 Thread Mikhail Gusarov

Twas brillig at 18:22:32 22.09.2009 UTC-03 when llucare...@integratech.com.ar 
did gyre and gimble:

 LL $ sphinx-build --help
 LL /usr/lib/pymodules/python2.5/jinja2/__init__.py:31: UserWarning:
 LL Module jinja2 was already imported from
 LL /usr/lib/pymodules/python2.5/jinja2/__init__.py, but
 LL /usr/lib/pymodules/python2.5 is being added to sys.path
 LL   __version__ = __import__('pkg_resources') \

Could you try to import jinja2 in python shell?

$ python
 import jinja2


-- 
  http://fossarchy.blogspot.com/


pgpeWTM8bPZlt.pgp
Description: PGP signature


Bug#514569: Similar problem with 0.6.3-1

2009-09-23 Thread Leandro Lucarella
On Wed, Sep 23, 2009 at 4:47 AM, Mikhail Gusarov
dotted...@dottedmag.net wrote:

 Twas brillig at 18:22:32 22.09.2009 UTC-03 when llucare...@integratech.com.ar 
 did gyre and gimble:

  LL $ sphinx-build --help
  LL /usr/lib/pymodules/python2.5/jinja2/__init__.py:31: UserWarning:
  LL Module jinja2 was already imported from
  LL /usr/lib/pymodules/python2.5/jinja2/__init__.py, but
  LL /usr/lib/pymodules/python2.5 is being added to sys.path
  LL   __version__ = __import__('pkg_resources') \

 Could you try to import jinja2 in python shell?

 $ python
 import jinja2


$ python
Python 2.5.4 (r254:67916, Feb 17 2009, 20:16:45)
[GCC 4.3.3] on linux2
Type help, copyright, credits or license for more information.
 import jinja2
/usr/lib/pymodules/python2.5/jinja2/__init__.py:31: UserWarning:
Module jinja2 was already imported from
/usr/lib/pymodules/python2.5/jinja2/__init__.py, but
/usr/lib/pymodules/python2.5 is being added to sys.path
  __version__ = __import__('pkg_resources') \


I guess I should move the bug to the jinja2 package, right? :)

-- 
Leandro Lucarella
Integratech S.A.
4571-5252



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#514569: Similar problem with 0.6.3-1

2009-09-23 Thread Mikhail Gusarov

Twas brillig at 10:33:43 23.09.2009 UTC-03 when llucare...@integratech.com.ar 
did gyre and gimble:

 LL I guess I should move the bug to the jinja2 package, right? :)

Yes, please :)

-- 
  http://fossarchy.blogspot.com/


pgp2lqU0zN5UU.pgp
Description: PGP signature


Bug#514569: Similar problem with 0.6.3-1

2009-09-22 Thread Leandro Lucarella
I'm getting this warning:

$ sphinx-build --help
/usr/lib/pymodules/python2.5/jinja2/__init__.py:31: UserWarning:
Module jinja2 was already imported from
/usr/lib/pymodules/python2.5/jinja2/__init__.py, but
/usr/lib/pymodules/python2.5 is being added to sys.path
  __version__ = __import__('pkg_resources') \
Sphinx v0.6.3
Usage: /usr/bin/sphinx-build [options] sourcedir outdir [filenames...]
Options: -b builder -- builder to use; default is html
 -a-- write all files; default is to only write new
and changed files
 -E-- don't use a saved environment, always read all files
 -t tag  -- include only blocks with tag
 -d path -- path for the cached environment and doctree files
  (default: outdir/.doctrees)
 -c path -- path where configuration file (conf.py) is located
  (default: same as sourcedir)
 -C-- use no config file at all, only -D options
 -D setting=value -- override a setting in configuration
 -A name=value-- pass a value into the templates, for HTML builder
 -N-- do not do colored output
 -q-- no output on stdout, just warnings on stderr
 -Q-- no output at all, not even warnings
 -w file -- write warnings (and errors) to given file
 -W-- turn warnings into errors
 -P-- run Pdb on exception
Modi:
* without -a and without filenames, write new and changed files.
* with -a, write all files.
* with filenames, write these.


Using python-jinja2 2.2.1-1

-- 
Leandro Lucarella
Integratech S.A.
4571-5252



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org