#20937: pytz pauses 4 sec the manage.py output
-------------------------------+--------------------------------------
     Reporter:  antonxx@…      |                    Owner:  nobody
         Type:  Uncategorized  |                   Status:  closed
    Component:  Uncategorized  |                  Version:  1.5
     Severity:  Normal         |               Resolution:  worksforme
     Keywords:                 |             Triage Stage:  Unreviewed
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+--------------------------------------

Comment (by anonymous):

 Hi,

 I still do not really understand what happens.
 Here are all my packages as shown by {{{ pip list }}}
 which I have on Windows 7 64 bit with python 2.7.5 (32bit):
 {{{
 babel (0.9.6)
 Django (1.5.2)
 docutils (0.11)
 genshi (0.7)
 ipython (1.0.0)
 jinja2 (2.7)
 lxml (3.2.3)
 markupsafe (0.18)
 matplotlib (1.3.0)
 mercurial (2.7)
 MySQL-python (1.2.3)
 numpy (1.7.1)
 pillow (2.1.0)
 pip (1.4.1)
 pygments (1.6)
 pyparsing (2.0.1)
 pyreadline (2.0)
 python-dateutil (2.1)
 python-ldap (2.4.13)
 pytz (2013b)
 pywin32 (218)
 scipy (0.12.0)
 setuptools (0.9.8)
 six (1.3.0)
 south (0.8.1)
 sphinx (1.1.3)
 trac (1.0.1)
 }}}


 I have made a python script for installing all that stuff.
 Now whats happens:
  - if I type {{{manage.py}}} in my test django project (created from
 scratch)
    I get the 4 sec pause as mentioned above
  - if I uninstall pytz, and retry the pause is gone.
  - if I reinstall pytz:
     - with {{{ setup.py install }}} in the unpacked source dir
     - with {{{ easy_install pytz-2013b.zip }}}
    the pause is here again.
  - if I reinstall pytz with {{{ pip install pytz-2013b.zip }}}, '''then I
 have no problems! ''',
    the pause is gone.

 Seems like a satanic dependency :-)

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20937#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/072.23749a8c4099672f625e82bb5d7e4d09%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to