![]() |
|
|
|
|
|
||||||||||
|
| User list | You are not logged in.
I finally chose papywizard for the name of my software. I installed a subversion repository (versionning system), and un bug-tracker:
http://trac.gbiloba.org/papywizard
You can download a specific revision under TAGS, or the current dev. version under TRUNK. Use the button at the botom of the page to get a zip containing all files. I'll soon add a link for the windows binary.
Offline
Just to say that the 0.9beta2 version of papywizard is out (see link on previous post).
There is now a debian package usable for maemo plateform (Nokia 770, 800 et 810). Windows is not more supported at this time, but should be back in the future (only on PC, as the new graphic toolkit used for maemo does not exist for WindowsCE).
If you have a Nokia, please let me know if it installs and works correclty. For the 770, you need to upgrade the firmeware to the Hacker Edition. Feel free to contact me for more informations.
Offline
fma38 wrote:
Just to say that the 0.9beta2 version of papywizard is out (see link on previous post).
There is now a debian package usable for maemo plateform (Nokia 770, 800 et 810). Windows is not more supported at this time, but should be back in the future (only on PC, as the new graphic toolkit used for maemo does not exist for WindowsCE).
If you have a Nokia, please let me know if it installs and works correclty. For the 770, you need to upgrade the firmeware to the Hacker Edition. Feel free to contact me for more informations.
Hi Frédéric!
That´s coincidence: yesterday i got my Nokia N800!
Now i´m thinking about what i have to do . . . . - never had to do with such things . . but i´ll dig it (i hope) ![]()
best, Klaus
(and thanks for your great work!!!)
Online
Look at http://trac.gbiloba.org/papywizard/wiki/UserGuide#Nokia
Feel free to ask if you can't install it.
Offline
fma38 wrote:
Look at http://trac.gbiloba.org/papywizard/wiki/UserGuide#Nokia
Feel free to ask if you can't install it.
i´m sure, i´ll have to . . ![]()
Thank you and best from Düsseldorf, Klaus
Online
Ok, the first stable release (0.9) is out!
See link at top of this thread...
Offline
Here it is, the 1.0 release of papywizard is out
The main new feature is the preset mode, which is dedicated to full-spherical panos. There are several other new minor features ; I let you discover them:
http://trac.gbiloba.org/papywizard/brow … /ChangeLog
If you have questions, remarks or requests, feel free to ask.
Offline
fma38 wrote:
Here it is, the 1.0 release of papywizard is out
The main new feature is the preset mode, which is dedicated to full-spherical panos. There are several other new minor features ; I let you discover them:
http://trac.gbiloba.org/papywizard/brow … /ChangeLog
If you have questions, remarks or requests, feel free to ask.
Hi Frédéric!
The actualized version on my N800 doesn´t run at all - it doesn´t start!
I ran the usual actualization process on the Nokia N800.
best, Klaus
Online
fma38 wrote:
Here it is, the 1.0 release of papywizard is out
The main new feature is the preset mode, which is dedicated to full-spherical panos. There are several other new minor features ; I let you discover them:
http://trac.gbiloba.org/papywizard/brow … /ChangeLog
If you have questions, remarks or requests, feel free to ask.
Hi @all!
I think it should been said in plublic:
THIS IS A GREAT program, you made there, Fédéric! Even more intuitive and comfortable as before (after my son told me how to install it properly on my Nokia N800 - i missed some parts . .
).
Thank you!
best, Klaus
Last edited by klausesser (2008-09-22 21:43:45)
Online
Good news, papywizard now runs under windows! Here is the installer for the dev version, which will soon be the 1.1:
http://www.gbiloba.org/download/tmp/Install.exe
(the file will remain on my server for only 1 month, but the stable release should be out
(I'm not sure the bluetooth works, because I can't test it : my VirtualBox doesn't support USB, so my bluetooth dongle don't work. Any feedback welcome).
Thanks to claudevh for his help and his patience for the many tests he made!
Offline
Just one Q:
Windows Mobile too?
Cheers
Paul
Offline
No; as far as I know, PyGTK does not exist on it...
Note that the installer is for Windows 32 bits only (XP and Vista). I don't have a Vista 64 bits to install in my VirtualBox...
Offline
The windows installer of the svn version is now in a more central place:
http://trac.gbiloba.org/papywizard/wiki … entversion
Bluetooth still does not work (don't know why), but serial is OK (even with usb adapters).
Offline
Here is a new dev. version (Nokia et windows) before 1.1 release:
http://trac.gbiloba.org/papywizard/wiki … entversion
Offline
shooting window status line: the text is french "Repos", "Deplacement" ...
cheers
Paul
Offline
Strange... Are the other translations OK?
Offline
I did not found the activation of other languages.
If I hit N770s "+" or "-" the text in the bottom line is also french: "Debut de lacet ..." "Fin den lacet..."
Offline
Paul wrote:
I did not found the activation of other languages.
I mean, other words/sentences of the german translation... But this is a good idea: I'll add an option to force the language.
If I hit N770s "+" or "-" the text in the bottom line is also french: "Debut de lacet ..." "Fin den lacet..."
It seems that only the german strings of the GUI are correctly loaded, not the ones written from the code. I'll try something, and put another installer soon.
Offline
How is Papywizard supposed to behave? Auto-language depending on N770 settings?
My N770 (OS2007HE) is set to "german language", Papywizard shows all texts in english except those I mentioned above.
Offline
Paul, could you try under windows? Is it the same?
Yes, Papywizard tries to detect the system settings. There are differents vars which should contain the available languages, and some may not be correctly set.
Do you have xterm installed on your Nokia? If you do, could you test this, from the python interpretor (launch 'python' command from xterm):
import os
os.environ.get('LANGUAGE', 'empty')
import locale
locale.getdefaultlocale()If other people using a Nokia could also do this test, it will help...
Thanks!
Offline
If you don't have xterm, try this version:
http://www.gbiloba.org/download/tmp/pap … -2_all.deb
(install from the navigator).
Then launch the app. In the Configure > Misc tab, set the logger level to debug. Close Papywizard and launch it again. Then open Help > See logs, and copy the logs related to l10n() method...
Offline
fma38 wrote:
Paul, could you try under windows? Is it the same?
Yes, Papywizard tries to detect the system settings. There are differents vars which should contain the available languages, and some may not be correctly set.
!
Yes, many of those messages on the (English) Windows version are in French.
Last edited by mediavets (2008-10-14 11:47:12)
Offline
Sorry, can't try windows.
N770 xterm python tells me: ('de DE, 'ISO8859-1')
Offline
Thanks for reporting this bug.
Paul, what is also the result of the os.environ.get('LANGUAGE', 'empty') command?
Offline
fma38 wrote:
Paul, what is also the result of the os.environ.get('LANGUAGE', 'empty') command?
result is: 'empty'
Offline
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 |
