![]() |
|
|
|
|
|
||||||||||
|
| User list | You are not logged in.
Pages: 1 2
Hi,
I would be interested to know if someone has already succeeded to install on a Neo Phone (open source phone) Papywizard as it includes Bluetooth socket and runs Linux natively. There is a linux version that you can run on it based on QT so it should help to run Papywizard, no ?
Thanks for your help,
Vincèn
Offline
Do you mean OpenMoko? Do you have a link to that phone?
Offline
fma38 wrote:
Do you mean OpenMoko? Do you have a link to that phone?
For sure here it is
http://wiki.openmoko.org/wiki/Main_Page
I have one unit I changed firmware to get QT version one but not sure how to install Papywizard on it. I have to investigate that asap ![]()
Vincèn
Offline
So, you replace Gtk with Qt? Long ago, someone tried Papywizard v1.x (based on PyGTK), and it worked. But as you removed the default firmware, you must check if PyQt is available on your new firmware to be able to installe Papywizard v2.x.
Offline
fma38 wrote:
So, you replace Gtk with Qt? Long ago, someone tried Papywizard v1.x (based on PyGTK), and it worked. But as you removed the default firmware, you must check if PyQt is available on your new firmware to be able to installe Papywizard v2.x.
In fact I installed that distro on it as it's supposed to install PyQT that is needed for Papywizard 2. So I downloaded archive of Papywizard on Neo, and run setup with success. When I try to start papywizard.sh file in terminal I get that error:
neo:/usr/local/bin# papywizard.sh
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python2.5/site-packages/papywizard/scripts/main.py", line 53, in <module>
from PySide import QtCore, QtGui
ImportError: No module named PySide
neo:/usr/local/bin#
I'm running it in root.
Any ideas what's wrong ?
Thanks,
Vincèn
Offline
What version of Papywizard did you used? It should use PyQt, not PySide. I uploaded once such version, but I don't even know where !
Running application as root is never a good idea...
Offline
fma38 wrote:
What version of Papywizard did you used? It should use PyQt, not PySide. I uploaded once such version, but I don't even know where !
Running application as root is never a good idea...
Well it's version 2 avalaible on your trac website
I'll try again tomorrow and keep you updated ![]()
I was running it as root just to be sure there is not a problem of right access ![]()
Thanks for your help,
Vincèn
Offline
vincen wrote:
Well it's version 2 avalaible on your trac website
???!!!??? Where did you find it? Can you give me the exact link?
To get the sources, go to:
http://www.papywizard.org/browser/trunk
and click on the 'Zip Archive' link at the bottom of the page...
Offline
fma38 wrote:
vincen wrote:
Well it's version 2 avalaible on your trac website
???!!!??? Where did you find it? Can you give me the exact link?
Here http://www.papywizard.org/static/downlo … -1_all.deb
it's on download page at http://www.papywizard.org/wiki/Download
will try with zip as you suggested ![]()
Thanks
Vincèn
Offline
I'm puzzled; I just downloaded this package, and checked: it uses PyQt4, not PySide!!!
Well, you can try to install the latest dev release (2.1.14), using the .deb, and see what happens... If you install it from source, don't forget to uninstall the debian package before (dpkg -r papywizard).
Offline
fma38 wrote:
I'm puzzled; I just downloaded this package, and checked: it uses PyQt4, not PySide!!!
Well, you can try to install the latest dev release (2.1.14), using the .deb, and see what happens... If you install it from source, don't forget to uninstall the debian package before (dpkg -r papywizard).
Well I did a dpkg -r papywizard, downloaded zip from trac as you suggested, installed it but it still complains about pyside when I try to run it
how to be sure I removed completely previous install ? I can reinstall the neo but I would prefer to avoid that ![]()
Thanks
Vincèn
Offline
How did you install the sources? Did you use the --prefix=/usr/local option?
To find all papywizard-related files and dirs, run:
$ find / -name "?apywizard*"
Then, delete them all. You can try something like:
$ find / -name "?apywizard*" | xargs rm -r
but check the result of the first command first!
Offline
fma38 wrote:
How did you install the sources? Did you use the --prefix=/usr/local option?
To find all papywizard-related files and dirs, run:
$ find / -name "?apywizard*"
Then, delete them all. You can try something like:
$ find / -name "?apywizard*" | xargs rm -r
but check the result of the first command first!
So now with your help my Neo is clean, I reinstalled it from trunck archive with success
Once I start X desktop on Neo, I'm able to start Papywizard, it displays splash screen, and then it logs an error about Bluetooth. Il affiche entre autre:
ImportError: No module named bluetooth
Does it mean it misses Bluetooth stack in Python or something like that ?
Should I try the version 1 of Papywizard and put neo in its original firmware ?
Thanks for all your help,
Vincèn
Offline
No, just install the python-bluez module. Hope there is a debian package... If not, one need to compile it, and as I think there is no native compiler on the Neo, it needs to be cross-compiled!
Offline
fma38 wrote:
No, just install the python-bluez module. Hope there is a debian package... If not, one need to compile it, and as I think there is no native compiler on the Neo, it needs to be cross-compiled!
OOOOOOHHHHHHHHHH YYYYYYYYYEEEEEEEEEEESSSSSSSSS
![]()
Thanks for all your help Fred I installed without problem with apt-get the python-bluez, so good when you see that module exists in distro and it installs without any problems
So now I start QX, the X desktop of Neo, and then in terminal starts Papywizard, a lot of stuff scroll on screen but after a little while I get splash screen and then application is running
Now I have to find how to rotate X desktop in landscape as it'll be better for display of Papywizard and need to check if it connects in Bluetooth with head (so will have to wait few days to get a head back here in my office as I sent mine to a friend ![]()
Where are startup logs recorded ? or is there an option to add when I start it so it puts everything in a file ? as I'm unable right now to find where it records logs during startup of application ![]()
Thanks for all your help Fred and I keep you posted of my progress ![]()
Vincèn
P-S: I attached two pictures of screen when it starts and then running ![]()
Last edited by vincen (2010-01-19 08:46:42)
Offline
Great! Good job! I'll add this new supported plateform to the web site. Could you just tell me what is the firmware you installed? And the exact name of your Neo?
The logs are in /tmp; you can also see them from the Help menu.
Is the Papywizard start menu available in QX?
If you have time (and motivation) could you try to remove papywizard from sources, and install it from the maemo debian package, to see if it works (check start menu)? If not, I may have to build one a little bit different...
Offline
fma38 wrote:
Great! Good job! I'll add this new supported plateform to the web site. Could you just tell me what is the firmware you installed? And the exact name of your Neo?
It's running QT Extended OS firmware 4.4.3 (version Radek sur un kernel Linux 2.6.29-GTA02) on Neo version GTA02.
fma38 wrote:
The logs are in /tmp; you can also see them from the Help menu.
Found
in fact what I thought was error messages during startup are just normal messages ![]()
fma38 wrote:
Is the Papywizard start menu available in QX?
nope !
fma38 wrote:
If you have time (and motivation) could you try to remove papywizard from sources, and install it from the maemo debian package, to see if it works (check start menu)? If not, I may have to build one a little bit different...
I tried it, so I removed everything from trunk install, downloaded deb package but it doesn't install ! It fails on some dependencies:
neo:~# dpkg -i papywizard_2.0.0-1_all.deb Selecting previously deselected package papywizard. (Reading database ... 12376 files and directories currently installed.) Unpacking papywizard (from papywizard_2.0.0-1_all.deb) ... dpkg: dependency problems prevent configuration of papywizard: papywizard depends on python2.5-qt4-core; however: Package python2.5-qt4-core is not installed. papywizard depends on python2.5-qt4-gui; however: Package python2.5-qt4-gui is not installed. dpkg: error processing papywizard (--install): dependency problems - leaving unconfigured Errors were encountered while processing: papywizard neo:~#
So I'll install back trunk version that is working correct
Let me find how to get X desktop in landscape and it should be better ![]()
Vincèn
Offline
Ok, so I have to find how to put the shortcut in the start menu (too bad they don't use the standard way!).
About dependencies, can you give me the output of:
$ dpkg -l | grep qt4
Offline
fma38 wrote:
$ dpkg -l | grep qt4
Here it is ![]()
neo:~# dpkg -l | grep qt4 ii libqt4-assistant 4.4.3-1 Qt 4 assistant module ii libqt4-dbus 4.4.3-1 Qt 4 D-Bus module ii libqt4-designer 4.4.3-1 Qt 4 designer module ii libqt4-help 4.4.3-1 Qt 4 help module ii libqt4-network 4.4.3-1 Qt 4 network module ii libqt4-script 4.4.3-1 Qt 4 script module ii libqt4-sql 4.4.3-1 Qt 4 SQL module ii libqt4-svg 4.4.3-1 Qt 4 SVG module ii libqt4-test 4.4.3-1 Qt 4 test module ii libqt4-webkit 4.4.3-1 Qt 4 WebKit module ii libqt4-xml 4.4.3-1 Qt 4 XML module ii libqt4-xmlpatterns 4.4.3-1 Qt 4 XML patterns module ii python-qt4 4.4.2-4 Python bindings for Qt4 ii python-qt4-common 4.4.2-4 Shared files for PyQt4 neo:~#
Vincèn
Offline
Ok, vu.
Bon, vu qu'on habite à côté, faudra qu'on se trouve un moment pour que tu me montres ça de visu, et que je fasse quelques recherches directement sur la bête ; ça ira plus vite.
Offline
fma38 wrote:
Ok, vu.
Bon, vu qu'on habite à côté, faudra qu'on se trouve un moment pour que tu me montres ça de visu, et que je fasse quelques recherches directement sur la bête ; ça ira plus vite.
Yep no soucis
Pour le moment j'essaye de "tourner" le bureau X dans l'autre sens mais il veut pas la sale bête
parce que ça serait quand même plus pratique pour l'ergonomie de papywizard ![]()
Vincèn
Offline
Bon j'ai réussi enfin à mettre le bureau X en paysage du coup ça va pas trop mal je trouve pour Papywizard dans ce sens
Qu'en pensez-vous ?
Vincèn
Offline
Ah ben vi, c'est pas mal ! Tu peux maintenant essayer de te bricoler une feuille de style pour revoir un peu la taille des polices...
Sinon, ça rame pas trop, sur cet engin ? Et quid du bluetooth ? Ça marche ?
Offline
fma38 wrote:
Ah ben vi, c'est pas mal ! Tu peux maintenant essayer de te bricoler une feuille de style pour revoir un peu la taille des polices...
Tu pourrais rester poli
Moi une feuille de style, vraiment pas mon style
Non sérieux je verrais ça une fois testé que ça marche bien avec la tête ![]()
fma38 wrote:
Sinon, ça rame pas trop, sur cet engin ? Et quid du bluetooth ? Ça marche ?
Non ça rame pas vraiment à priori
Pour le bluetooth je te dis ça next week parce que pour le moment mon module BT et ma tête sont en prêt chez un ami ![]()
Vince
Offline
Pour les feuilles de style, cf:
http://www.autopano.net/forum/t7629-pap … l-with-css
Offline
Pages: 1 2
Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
|
CHOOSING KOLOR Why choose Kolor? Which solution to choose? Download a trial Where can I buy? Education |
SOFTWARE Autopano Pro Autopano Giga Panotour Panotour Pro XnView |
ACCESSORIES Training DVD Panobook PROJECTS Paris 26 Gigapixels Yosemite 17 Gigapixels |
COMMUNITY Forums Blog |
COMPANY About Kolor Corporate blog Resellers Contact |
PRESS Press center Press review TOOLS My account |
