From sahmi.soulaimane at gmail.com Mon May 11 02:31:31 2015 From: sahmi.soulaimane at gmail.com (=?UTF-8?B?2LPZhNmK2YXYp9mGINin2YTYs9mH2YXZig==?=) Date: Mon, 11 May 2015 01:31:31 +0100 Subject: [PySide] [Q/Contribution] Is C++11 allowed in PySide/Shiboken codebase? Message-ID: Is C++11 allowed in PySide/Shiboken codebase? -------------- next part -------------- An HTML attachment was scrubbed... URL: From mw_triad at users.sourceforge.net Tue May 12 16:37:55 2015 From: mw_triad at users.sourceforge.net (Matthew Woehlke) Date: Tue, 12 May 2015 10:37:55 -0400 Subject: [PySide] [Q/Contribution] Is C++11 allowed in PySide/Shiboken codebase? In-Reply-To: References: Message-ID: On 2015-05-10 20:31, سليمان السهمي wrote: > Is C++11 allowed in PySide/Shiboken codebase? As a non-definitive answer, I would guess that there would need to be a very strong reason to allow C++11-only code. Qt itself does not yet allow dependence on C++11 features, and it seems logical that Shiboken should follow suit. In particular, I would guess that, for the moment at least, RHEL6 is still an interesting platform. The latest available compiler there is GCC 4.4, which has only limited "C++0x" support. What C++11 features are you wanting to use? -- Matthew From nyamatongwe at me.com Wed May 13 00:15:58 2015 From: nyamatongwe at me.com (Neil Hodgson) Date: Wed, 13 May 2015 08:15:58 +1000 Subject: [PySide] [Q/Contribution] Is C++11 allowed in PySide/Shiboken codebase? In-Reply-To: References: Message-ID: <19ABF145-3B0E-4CC6-BADF-8466C7187913@me.com> On 11 May 2015, سليمان السهمي wrote: > Is C++11 allowed in PySide/Shiboken codebase? On Windows, standard Python distributions build with particular compilers: Python 2.7 with MSVC 2008, Python 3.4 with MSVC 2010. Python 3.5 will likely use MSVC 2015. Many elements of C++11 are not available with MSVC 2008 and 2010. It is possible to build your own Python interpreter with a newer version of MSVC but that won’t import extensions compiled with a different compiler. PySide must be built with the same compiler as the Python interpreter it is to be used with. If it is intended that PySide can be used with the standard Python distributions then it is constrained to only those C++11 features supported by MSVC 2008. Or MSVC 2010 if Python 2.7 support is dropped. There are several online tables comparing the C++11 support of different compilers. Here are some comparisons of MSVC versions: http://blogs.msdn.com/b/vcblog/archive/2011/09/12/10209291.aspx http://blogs.msdn.com/b/vcblog/archive/2010/04/06/c-0x-core-language-features-in-vc10-the-table.aspx Neil -------------- next part -------------- An HTML attachment was scrubbed... URL: From ananthula.srikar at wipro.com Wed May 20 12:54:32 2015 From: ananthula.srikar at wipro.com (ananthula.srikar at wipro.com) Date: Wed, 20 May 2015 10:54:32 +0000 Subject: [PySide] PySide 1.2.2 installation on Redhat Linux Message-ID: Hi all, I am trying to install Pyside package on RHEL 5.9, but could not install because of error[1] [1] http://stackoverflow.com/questions/30344458/pyside-1-2-2-installation-on-redhat-linux Can someone please help. Regards, Srikar. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com -------------- next part -------------- An HTML attachment was scrubbed... URL: