On 2 January 2013 14:25, Johan Johansson <johan2s...@gmail.com> wrote:

> +        if sys.version.find("64 bit") > 0:


General Pythonicness tip, you can check it more readably like this:

if '64 bit' in sys.version:

Best wishes,
Thomas
------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to