[Python-Dev] bugs.python.org/review (DEBUG = True)?

2014-02-11 Thread Christopher Welborn

Is there a reason bugs.python.org/review is running in DEBUG mode right
now? I was just poking around and came across the debug 'DoesNotExist'
error page when accessing:
http://bugs.python.org/review/rss/reviews/cjwelborn

Then, instead of a 404 I get the 'Page not found' debug page. So, just 
glancing at the acceptable url patterns I see one that will give you a

xsrf token (if you send the appropriate headers, which is easy). I'm
not a web expert, so I don't know how dangerous it really is. But the
error messages were really helpful (in a bad way?).

This turned up an actual error. I'm pretty sure it's an actual error,
though I could be wrong. It might be an 'expected error'.

When accessing http://bugs.python.org/review/account , I got:
KeyError at /review/account: 'AUTH_DOMAIN'
/home/roundup/trackers/tracker/rietveld/codereview/views.py
in account:
domain = os.environ['AUTH_DOMAIN']


Maybe someone is doing some testing and I'm just wasting people's time.
I thought it would be better to say something, so if it is a mistake
someone can fix it.



--
\¯\  /¯/\
 \ \/¯¯\/ / / Christopher Welborn (cj)
  \__/\__/ /  cjwelborn at live·com
   \__/\__/   http://welbornprod.com

___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] MSI installer won't install on WinXP-SP2 (was Re: [RELEASED] Python 3.4.0 release candidate 1)

2014-02-12 Thread Christopher Welborn

On 02/12/2014 10:30 AM, Bob Hanson wrote:

[32-bit Windows XP-SP2]

Python 3.4.0rc1's MSI installer won't install on my machine.

Error message (typed in from screenshot):

'''
There is a problem with this Windows Installer package. A program
required for this install to complete could not be run. Contact
your support personnel or package vendor.
'''

Bob Hanson



I've seen an error message similar to this one, because I didn't run
the installer as admin. ('Run as Administrator...'). Not sure if its
the same thing here though.

--
\¯\  /¯/\
 \ \/¯¯\/ / / Christopher Welborn (cj)
  \__/\__/ /  cjwelborn at live·com
   \__/\__/   http://welbornprod.com

___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com