| The Following 2 Users Say Thank You to xerxes2 For This Useful Post: | ||
|
|
2013-10-09
, 18:54
|
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#172
|
But I can't get a hello world app to actually show up in the emulator. Using silica gives an import error and using only raw qml is not working either. There is a warning spitting out "libEGL warning: DRI2: failed to authenticate", dunno if that's the problem? So the app is running but doesn't show up graphically ... maybe I need a .desktop file to make it work?| The Following 2 Users Say Thank You to xerxes2 For This Useful Post: | ||
|
|
2013-10-09
, 20:54
|
|
Posts: 3,464 |
Thanked: 5,107 times |
Joined on Feb 2010
@ Gothenburg in Sweden
|
#173
|
Ok so I managed to update qt on the sdk and got the newest snapshot of pyqt to work.But I can't get a hello world app to actually show up in the emulator. Using silica gives an import error and using only raw qml is not working either. There is a warning spitting out "libEGL warning: DRI2: failed to authenticate", dunno if that's the problem? So the app is running but doesn't show up graphically ... maybe I need a .desktop file to make it work?
Edit: Nope, didn't work with a desktop file either.
Edit2: I got an old sdk so must upgrade and now mers repo server is down so will take some time until I can test again.
|
|
2013-10-09
, 21:05
|
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#174
|

| The Following 3 Users Say Thank You to xerxes2 For This Useful Post: | ||
|
|
2013-10-09
, 21:06
|
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#175
|
I dont get why use PyQT when we already knows that pyotherside will be faster and probadly uses less resources also?
| The Following 2 Users Say Thank You to xerxes2 For This Useful Post: | ||
|
|
2013-10-11
, 10:59
|
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#176
|
It wouldn't hurt though if it was faster in vbox too ...| The Following User Says Thank You to xerxes2 For This Useful Post: | ||
|
|
2013-10-11
, 11:37
|
|
Posts: 3,464 |
Thanked: 5,107 times |
Joined on Feb 2010
@ Gothenburg in Sweden
|
#177
|
From what I've seen from pyotherside it's a completely different thing than to use pyside or pyqt.
|
|
2013-10-11
, 12:17
|
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#178
|
| The Following 3 Users Say Thank You to xerxes2 For This Useful Post: | ||
|
|
2013-10-11
, 14:04
|
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#179
|
yes but fact is everything points to that pyother takes less resources and means less mem used and so on.
many apps on n9 written in pyqt/pyside is dogslow startup may I tell one of the reasons?
| The Following 3 Users Say Thank You to rcolistete For This Useful Post: | ||
|
|
2013-10-11
, 17:16
|
|
Posts: 3,464 |
Thanked: 5,107 times |
Joined on Feb 2010
@ Gothenburg in Sweden
|
#180
|
If you only want to use QML then you can use Pyotherside but if you want to use the whole Qt C++ API you'll have to use PyQt.

| The Following User Says Thank You to mikecomputing For This Useful Post: | ||
First you need to install some stuff with zypper:
Name: sip Version: 4.15.2 Release: 1 Summary: SIP - Python/C++ Bindings Generator #Group: License: GPLv3 URL: http://riverbankcomputing.co.uk/sip Source: http://surfnet.dl.sourceforge.net/project/pyqt/sip/sip-%{version}/sip-%{version}.tar.gz #BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: python-devel #Requires: %description SIP is a tool for generating bindings for C++ classes so that they can be accessed as normal Python classes. SIP takes many of its ideas from SWIG but, because it is specifically designed for C++ and Python, is able to generate tighter bindings. SIP is so called because it is a small SWIG. %prep %setup -q %build python configure.py make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %{_bindir}/* %{_libdir}/* %{_includedir}/* %doc %changelogName: pyqt Version: 5.0.1 Release: 1 Summary: PyQt - Python bindings for Qt5 #Group: License: GPLv3 URL: http://riverbankcomputing.co.uk/pyqt Source0: http://surfnet.dl.sourceforge.net/project/pyqt/PyQt5/PyQt-%{version}/PyQt-gpl-%{version}.tar.gz #BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) #BuildRequires: Requires: sip %description These are Python bindings for Qt5. %prep %setup -q -n PyQt-gpl-%{version} %build python configure.py --confirm-license --verbose make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL_ROOT=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %{_bindir}/* %{_libdir}/* %{_datadir}/* %doc %changelogBut the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).