Comment 6 for bug 716377

Revision history for this message
Noam Yorav-Raphael (noamraph) wrote : Re: [Bug 716377] Re: Can't launch python 3.2

I have changed it to use sys.version_info[0], which should work on python
2.5 and 2.6.

Can you check out the latest revision (from bzr) and see if it works?

Thanks,
Noam

On Thu, Jun 16, 2011 at 12:15 PM, Yong Choi <email address hidden>wrote:

> L N's code works fine at 2.7 and 3.2, but does not at 2.5 and 2.6:
>
> Couldn't start subprocess: Subprocess terminated with return code 1.
> Subprocess wrote:
> Traceback (most recent call last):
>
> File "C:\Program Files\DreamPie\share\dreampie\subp_main.py", line 30,
> in <module>
>
> if sys.version_info.major < 3:
>
> AttributeError: 'tuple' object has no attribute 'major'
>
> --
> You received this bug notification because you are subscribed to
> DreamPie.
> https://bugs.launchpad.net/bugs/716377
>
> Title:
> Can't launch python 3.2
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/dreampie/+bug/716377/+subscriptions
>