Re: PyQt + python3?

2010-10-22 Thread Kevin Kofler
Toshio Kuratomi wrote: Thanks for sharing this! I've added a page on python.org's wiki for porting tips for python3 and pyqt: http://wiki.python.org/moin/PortingPythonToPy3k/PyQt4 Feel free to add or correct information there. I'm not certain if it still does but in the past the python

Re: PyQt + python3?

2010-10-22 Thread Stanislav Ochotnicky
On 10/22/2010 03:51 PM, Kevin Kofler wrote: Toshio Kuratomi wrote: Thanks for sharing this! I've added a page on python.org's wiki for porting tips for python3 and pyqt: http://wiki.python.org/moin/PortingPythonToPy3k/PyQt4 Feel free to add or correct information there. I'm not certain if

Re: PyQt + python3?

2010-10-22 Thread Toshio Kuratomi
On Fri, Oct 22, 2010 at 04:47:21PM +0200, Stanislav Ochotnicky wrote: On 10/22/2010 03:51 PM, Kevin Kofler wrote: Toshio Kuratomi wrote: Thanks for sharing this! I've added a page on python.org's wiki for porting tips for python3 and pyqt:

Re: PyQt + python3?

2010-10-21 Thread Toshio Kuratomi
On Thu, Oct 21, 2010 at 02:45:38PM +0200, Stanislav Ochotnicky wrote: On 10/20/2010 04:11 PM, Rex Dieter wrote: Stanislav Ochotnicky wrote: On 10/20/2010 02:38 PM, Neal Becker wrote: Has anyone attempted a pyqt for python3? I did. It failed (not on Fedora though and I didn't

PyQt + python3?

2010-10-20 Thread Neal Becker
Has anyone attempted a pyqt for python3? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: PyQt + python3?

2010-10-20 Thread Stanislav Ochotnicky
On 10/20/2010 02:38 PM, Neal Becker wrote: Has anyone attempted a pyqt for python3? I did. It failed (not on Fedora though and I didn't investigate at the time). I seem to remember some symbol problems with QString class that was reported when I tried to import PyQt from python3 interpreter. --

Re: PyQt + python3?

2010-10-20 Thread Rex Dieter
Stanislav Ochotnicky wrote: On 10/20/2010 02:38 PM, Neal Becker wrote: Has anyone attempted a pyqt for python3? I did. It failed (not on Fedora though and I didn't investigate at the time). I seem to remember some symbol problems with QString class that was reported when I tried to import

Re: PyQt + python3?

2010-10-20 Thread Neal Becker
Rex Dieter wrote: Stanislav Ochotnicky wrote: On 10/20/2010 02:38 PM, Neal Becker wrote: Has anyone attempted a pyqt for python3? I did. It failed (not on Fedora though and I didn't investigate at the time). I seem to remember some symbol problems with QString class that was reported

Re: PyQt + python3?

2010-10-20 Thread Rex Dieter
Neal Becker wrote: Rex Dieter wrote: Stanislav Ochotnicky wrote: On 10/20/2010 02:38 PM, Neal Becker wrote: Has anyone attempted a pyqt for python3? I did. It failed (not on Fedora though and I didn't investigate at the time). I seem to remember some symbol problems with QString class