<br><br><div class="gmail_quote">On 15 March 2012 21:15, Dan Jacka <span dir="ltr"><<a href="mailto:danjacka@gmail.com">danjacka@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I've tested as much as I can, but if this is to work out for a broader<br>
audience, we need lots of people to test. If you have a particularly<br>
messed up environment, I'd like to hear about it. :)<br>
</blockquote>
<br></div>
Hi Martin,<br>
<br>
For kicks I tried plone-devstart.py on a RHEL5 machine with system Python 2.4.3. I expected to be told that I needed 2.6.<br>
<br>
$ python plone-devstart.py devstarttest<div class="im"><br>
<br>
Welcome to plone-devstart (version 0.2)<br></div>
...<div class="im"><br>
Enter a Plone version number [4.1]<br>
<br></div><div class="im">
* Checking for known good versions set at<br></div>
   <a href="http://dist.plone.org/release/4.1/versions.cfg" target="_blank">http://dist.plone.org/release/<u></u>4.1/versions.cfg</a> ...<div class="im"><br>
Traceback (most recent call last):<br></div>
  File "plone-devstart.py", line 449, in ?<br>
    main()<br>
  File "plone-devstart.py", line 242, in main<br>
    if not check_url(kgs_url):<br>
  File "plone-devstart.py", line 113, in check_url<br>
    connection = httplib.HTTPConnection(split.<u></u>netloc, port=split.port)<br>
AttributeError: 'tuple' object has no attribute 'netloc'<br>
<br>
Poking around, it looks like 2.4's urlparse.urlsplit returns a plain tuple with no 'netloc' or other attributes. [1]<br>
<br>
Could plone-devstart.py check for a supported Python version (and fail with a nicer error message) before checking the KGS url?<br></blockquote><div><br></div><div>Yes, though we should also probably just make it run with 2.4.</div>

<div><br></div><div>Could you file an issue in the github issue tracker for plone-devstart?</div><div><br></div><div>Martin </div></div>