Issue 92: Duplicate path entries in sys.path in manage.py r1047 http://code.google.com/p/django-hotclub/issues/detail?id=92
New issue report by Ingenutrix: 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. ) Attachments: duplicate path entries.txt 3.0 KB Issue attributes: Status: New Owner: ---- Labels: Type-Defect Priority-Medium -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pinax-updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pinax-updates?hl=en -~----------~----~----~----~------~----~------~--~---
