google-code-export / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

Duplicate path entries in sys.path in manage.py r1047 #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Duplicate path entries in sys.path in manage.py r1047

What steps will reproduce the problem?
* debug and view path and sys.path variables in manage.py or print the path 
and sys.path variables.
* check for contents of path and sys.path variables before and after Line 
6: if path: sys.path = list(path) + sys.path

What is the expected output? What do you see instead?
Some path entries, already present in sys.path are duplicated after path 
contents are added to sys.path

What version of the product are you using? On what operating system?
Pinax r1047 + Django 1.0 + WinXP, 

Please provide any additional information below.
Have pasted path and sys.path contents from my winxp dev env at 
http://dpaste.com/hold/84415/ (if this dpaste link is no longer active, see 
the attached txt file. )

Original issue reported on code.google.com by Ingenutrix@gmail.com on 15 Oct 2008 at 1:28

Attachments:

GoogleCodeExporter commented 9 years ago
Is this reporting an actual bug or merely the fact there are duplicates in 
`sys.path`? The reason for this is a slight 
side affect of ensuring we take over site-packages. Ultimately we should fix 
this, but is a low priority item for us 
right now.

Original comment by bros...@gmail.com on 20 Oct 2008 at 5:59

GoogleCodeExporter commented 9 years ago
Not sure if duplicate path entries impact performance?
Priority-Low would be appropriate.

Original comment by Ingenutrix@gmail.com on 29 Oct 2008 at 2:33

GoogleCodeExporter commented 9 years ago

Original comment by bros...@gmail.com on 22 Nov 2008 at 4:02

GoogleCodeExporter commented 9 years ago
With the move away from svn:externals this issue is no longer an issue :)

Original comment by bros...@gmail.com on 5 Feb 2009 at 3:34